/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation; /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

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

html {
  font-size: 100%;
  font-size: 62.5%;
}

img {
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 1.6rem;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

.sp {
  display: none;
}
@media (width <= 768px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media (width <= 768px) {
  .pc {
    display: none;
  }
}

.l-header {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.l-header .l-header__inner {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  padding: 20px;
}
.l-header .l-header__logo {
  margin: 0;
  width: 180px;
}

.l-footer {
  background: #108AF5;
}
.l-footer .l-footer__copy {
  margin: 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 10px 0;
}

.l-section__inner {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
@media (width <= 992px) {
  .l-section__inner {
    padding: 0 20px;
  }
}

.c-column {
  display: flex;
}

.c-col {
  display: flex;
}

.c-col20 {
  width: 20%;
}

.c-col30 {
  width: 30;
}

.c-col50 {
  width: 50%;
}

.c-col70 {
  width: 70%;
}

.c-col80 {
  width: 80%;
}

.c-grid {
  display: grid;
}

.c-grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.c-grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (width <= 768px) {
  .c-grid3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-grid4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media (width <= 992px) {
  .c-gridlg4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (width <= 992px) {
  .c-gridlg3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (width <= 992px) {
  .c-gridlg2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width <= 768px) {
  .c-gridmd3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (width <= 768px) {
  .c-gridmd2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width <= 768px) {
  .c-gridmd1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-card {
  padding: 2rem;
}

.c-title {
  margin: 0;
  color: #108af5;
  font-size: 32px;
  font-weight: 700;
  position: relative;
  text-align: center;
  padding-bottom: 35px;
}
.c-title::before {
  left: 50%;
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  bottom: 0;
  background: #108AF5;
}
.c-title::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  bottom: 0;
  background: #FF7C36;
  right: 50%;
}

.c-hidden {
  margin: 0;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.c-marker {
  background-image: linear-gradient(#fffd3e, #fffd3e);
  background-position: 0 92%;
  background-repeat: no-repeat;
  background-size: 100% 0.4em;
  display: inline;
  padding-bottom: 0.2em;
}

.c-decorator:after,
.c-decorator:before {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(-90deg, currentColor 50%, rgba(0, 0, 0, 0) 0);
  background-size: 6px 6px;
  content: "";
  display: inline-block;
  height: 2px;
  width: 1.2em;
}

.c-decorator::after {
  transform: translate(0.2em, -0.3em) rotate(-45deg);
}

.c-decorator::before {
  transform: translate(-0.2em, -0.3em) rotate(45deg);
}

.c-baloon {
  text-align: center;
  color: #ffffff;
  background-color: #858585;
  border-radius: 2rem;
  padding: 1.2rem 0;
  margin-bottom: 3.8rem;
  position: relative;
}

.c-baloon::after {
  content: "";
  width: 2.8rem;
  height: 3.2rem;
  background-color: #858585;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.c-form__req {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 5px;
  background: #ff7f3a;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  margin-right: 10px;
}

.c-form dt, .c-form dd {
  margin: 0;
}
.c-form dt {
  margin-top: 14px;
}
.c-form dd {
  margin-top: 8px;
}
.c-form dt label {
  font-weight: 700;
  line-height: 180%;
}
.c-form dd input[type=text],
.c-form dd input[type=email],
.c-form dd input[type=tel],
.c-form dd textarea {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #c8c8c8;
  background: #fff;
  font-size: 16px;
  box-sizing: border-box;
}
.c-form dd .radio-label {
  font-weight: 500;
}
.c-form dd textarea {
  resize: vertical;
  height: 200px;
}
.c-form .radio-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.c-form .c-btn__container {
  margin-top: 8px;
}
.c-form .c-btn__container .c-btn {
  padding: 10px 0;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 180%;
  letter-spacing: 0.9px;
}
.c-form input[type=radio] {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #000;
  background: #fff;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-form input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #108AF5;
  content: "";
}
.c-form .c-form__radio-group {
  margin-left: 10px;
}

.c-btn {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  width: 100%;
}

.c-btn__container {
  line-height: 48px;
}

.c-btn--orange {
  background: #FF7C36;
  border-radius: 8px;
  position: relative;
}
.c-btn--orange:hover {
  opacity: 1;
}

.c-btn--line {
  background: #70C55E;
}

.c-btn__icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 24px;
  position: relative;
  top: -3px;
}

.p-fv {
  width: 100%;
  height: 670 vw;
  min-height: 670px;
  background: url(../img/img-fv-bg.jpg) no-repeat center center/cover;
  position: relative;
}
.p-fv .p-fv__img {
  position: absolute;
  transform: translateY(-50%);
  width: 280px;
  border-radius: 40px;
}
.p-fv .p-fv__img img {
  border-radius: 20px;
}
.p-fv .p-fv__img--1 {
  left: 0;
  top: 16%;
}
.p-fv .p-fv__img--2 {
  top: 51.5%;
  left: 274px;
}
.p-fv .p-fv__img--3 {
  bottom: -35%;
}
.p-fv .p-fv__img--4 {
  top: 16%;
  right: 0;
}
.p-fv .p-fv__img--5 {
  right: 274px;
  top: 51.5%;
}
.p-fv .p-fv__img--6 {
  right: 0;
  bottom: -35%;
}
.p-fv .p-fv__inner {
  max-width: 735px;
  width: 100%;
  margin: 0 auto;
}
.p-fv .p-fv__line {
  margin-top: 10px;
  width: 100%;
}
.p-fv .p-fv__subtitle {
  margin: 0;
  font-size: 25px;
  color: #108AF5;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.75px;
  padding-top: 75px;
}
.p-fv .p-fv__title {
  margin: 0;
  color: #108AF5;
  font-size: 44px;
  margin-top: 8px;
}
.p-fv .p-fv__bg {
  position: relative;
  color: #FFF;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.25);
  font-size: 78px;
  font-style: normal;
  font-weight: 800;
  line-height: 180%;
  letter-spacing: 3.12px;
  padding: 0 2px;
  z-index: 1;
  margin-right: 3px;
}
.p-fv .p-fv__bg::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 85%;
  transform: translateY(-47%);
  background: #108AF5;
  left: 0;
  top: 50%;
}
.p-fv .p-fv__highlight {
  font-size: 60px;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 2.4px;
}
.p-fv .p-fv__quote {
  position: relative;
  z-index: 2;
}
.p-fv .p-fv__zero {
  position: relative;
  z-index: 1;
}
.p-fv .p-fv__zero::before {
  content: "";
  position: absolute;
  background: url("../img/icon-0.svg") no-repeat center center/cover;
  width: 247px;
  height: 139px;
  left: -41px;
  z-index: -1;
}
.p-fv .p-fv__icon {
  width: 20px;
}
.p-fv .p-fv__features {
  display: flex;
  justify-content: center;
  gap: 33px;
  margin-top: 45px;
}
.p-fv .p-fv__feature-item {
  border: 4px solid #FF7C36;
  border-radius: 8px;
  background: #FFF;
  width: 278px;
  height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-fv .p-fv__text {
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.p-fv .p-fv__text-highlight {
  color: #108AF5;
  font-size: 32px;
  font-weight: 900;
}
.p-fv .p-fv__text-highlight2 {
  color: #108AF5;
  font-size: 22px;
}
.p-fv .p-fv__icon {
  width: 93px;
}

.p-partner {
  padding-top: 88px;
  padding-bottom: 140px;
}
.p-partner .c-title {
  text-align: center;
  position: relative;
  padding: 0 0 32px;
}
.p-partner .c-title::before {
  left: 50%;
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  bottom: 0;
  background: #108AF5;
}
.p-partner .c-title::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  bottom: 0;
  background: #FF7C36;
  right: 50%;
}
.p-partner .p-partner__tetx {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  margin-top: 40px;
  letter-spacing: 1px;
}
.p-partner .p-partner__warp {
  overflow: hidden;
}
.p-partner .p-partner__logos {
  display: grid;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-items: center;
  gap: 60px;
  animation: scroll 10s linear infinite;
  margin-top: 25px;
}
.p-partner .p-partner__logo--1 {
  width: 156px;
}
.p-partner .p-partner__logo--2 {
  width: 100px;
}
.p-partner .p-partner__logo--3 {
  width: 250px;
}
.p-partner .p-partner__logo--4 {
  width: 65px;
}
.p-partner .p-partner__logo--5 {
  width: 210px;
}
.p-partner .p-partner__logo--6 {
  width: 250px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.p-intro {
  background: #ECF3FC;
  position: relative;
  padding-top: 80px;
  padding-bottom: 70px;
}
.p-intro .l-section__headline {
  width: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 0;
  left: 50%;
  display: block;
}
.p-intro .p-intro__title {
  color: #108AF5;
  font-size: 32px;
  text-align: center;
  letter-spacing: 1.6px;
}
.p-intro .p-intro__quote {
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 2.6px;
}
.p-intro .p-intro__label {
  font-size: 52px;
  color: #FF7C36;
  font-weight: 700;
}
.p-intro .p-intro__cards {
  gap: 25px;
}
.p-intro .p-intro__card {
  padding: 27px 4px 22px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 3px solid #108AF5;
  border-radius: 8px;
}
.p-intro .p-intro__text {
  margin: 0;
  margin-top: 16px;
  text-align: center;
  font-weight: 700;
}
.p-intro .p-intro__highlight {
  color: #108AF5;
  font-size: 22px;
}
.p-intro .p-intro__icon {
  width: 50px;
  height: 50px;
}
.p-intro .p-intro__box {
  background: #fff;
  color: #FF7C36;
  border-top: 1px solid #108AF5;
  border-left: 1px solid #108AF5;
  border-right: 1px solid #FF7C36;
  border-bottom: 1px solid #FF7C36;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 384px;
  padding: 10px 0;
  margin: 0 auto;
  margin-top: 45px;
}
.p-intro .p-intro__box p {
  margin: 0;
}
.p-intro .p-intro__arrow {
  width: 50px;
  transform: translate(-50%, -50%);
  bottom: -10%;
  left: 50%;
  position: absolute;
}

.p-service {
  padding: 82px 0 100px;
}
@media (width <= 992px) {
  .p-service {
    padding: 82px 0 100px;
  }
}
.p-service .p-service__lead {
  font-weight: 500;
  line-height: 180%;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  margin-top: 35px;
}
.p-service .p-service__line {
  width: 400px;
  margin: 0 auto;
  margin-top: 2px;
}
.p-service .p-service__items {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 24px;
}
.p-service .p-service__item {
  background: #ecf3fc;
  display: flex;
  gap: 40px;
  padding: 58px 35px 35px;
}
.p-service .p-service__item--re {
  flex-direction: row-reverse;
}
@media (width <= 768px) {
  .p-service .p-service__item {
    flex-direction: column;
  }
}
.p-service .p-service__item-img {
  width: 43%;
  flex-shrink: 1.5;
}
@media (width <= 768px) {
  .p-service .p-service__item-img {
    width: 100%;
  }
}
.p-service .p-service__item-content {
  flex-shrink: 1;
  width: 57%;
}
@media (width <= 768px) {
  .p-service .p-service__item-content {
    width: 100%;
  }
}
.p-service .p-service__item-num {
  margin: 0;
  color: #FF7C36;
  position: relative;
}
.p-service .p-service__item-num::after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 10px;
  width: 28px;
  rotate: -45deg;
  margin-left: 4px;
  background: #108AF5;
}
.p-service .p-service__item-title {
  color: #108AF5;
  margin: 0;
  margin-top: 8px;
  font-size: 31px;
  font-weight: 700;
}
.p-service .p-service__text {
  margin-top: 30px;
  font-weight: 500;
  line-height: 180%;
}

.p-why {
  padding: 77px 0 86px;
  background: #FFF6F1;
}
.p-why .l-section__content {
  margin-top: 40px;
}
.p-why .p-why__text {
  font-weight: 500;
  line-height: 180%;
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
}
.p-why .p-why__flow {
  margin-top: 34px;
  display: flex;
  align-items: center;
}
@media (width <= 768px) {
  .p-why .p-why__flow {
    flex-direction: column;
  }
}
.p-why .p-why__flow-item {
  display: flex;
  flex-direction: column;
}
.p-why .p-why__flow-item--1 .p-why__flow-img {
  width: 143px;
}
.p-why .p-why__flow-item--2 {
  width: 220px;
}
.p-why .p-why__flow-item--3 {
  width: 143px;
}
.p-why .p-why__flow-textwrap {
  text-align: center;
}
.p-why .p-why__flow-text {
  border: 1px solid #FF7C36;
  color: #FF7C36;
  font-weight: 800;
  display: inline-block;
  padding: 0 10px;
}
.p-why .p-why__flow-arrow {
  margin-left: 40px;
  margin-right: 28px;
  margin-top: 36px;
}
.p-why .p-why__flow-arrow--2 {
  margin-left: 24px;
}
.p-why .p-why__flow-arrow--2 .p-why__flow-circle {
  margin-left: 10px;
}
.p-why .p-why__flow-circle {
  width: 132px;
  position: relative;
  z-index: 0;
}
.p-why .p-why__flow-circle::after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100px;
  height: 100px;
  aspect-ratio: 1;
  background: #ECF3FC;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.p-why .p-why__flow-circle img {
  position: relative;
  z-index: 0;
}
.p-why .p-why__flow-circle--2 {
  width: 89px;
}
.p-why .p-why__arrow {
  margin-top: -16px;
  width: 141px;
  position: relative;
  z-index: 0;
}
.p-why .p-why__arrow img {
  position: relative;
  z-index: 0;
}
.p-why .arrow-text {
  margin: 0;
  position: absolute;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  z-index: 1;
  width: 100%;
  top: 22px;
  left: 12px;
}

.p-cta {
  margin: 100px 0;
  background: url("../img/img-cta-bg.jpg") no-repeat center center/cover;
  padding: 70px 0;
}
.p-cta .l-section__headline {
  text-align: center;
}
.p-cta .p-cta__title {
  margin: 0;
  color: #108AF5;
  padding: 1px 4px;
  background: #fff;
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
}
.p-cta .p-cta__title span {
  color: #FF7C36;
}
.p-cta .p-cta__text {
  text-align: center;
  margin: 0;
  margin-top: 38px;
  font-size: 20px;
  font-weight: 700;
}
.p-cta .p-cta__line {
  margin: 0 auto;
  margin-top: 5px;
  width: 400px;
}
.p-cta .p-cta__btn {
  margin: 0 auto;
  margin-top: 34px;
  width: 476px;
  line-height: 84px;
  color: #fff;
  font-weight: 800;
  font-size: 22px;
}

.p-recommended {
  margin-top: 150px;
}
.p-recommended .p-recommended__cards {
  gap: 25px;
  margin-top: 60px;
}
.p-recommended .p-recommended__card {
  display: flex;
  flex-direction: column;
  border: 3px solid #108AF5;
  border-radius: 8px;
  background: #fff;
  min-height: 230px;
}
.p-recommended .p-recommended__card ul {
  list-style: none;
  padding: 0;
}
.p-recommended .p-recommended__card ul li {
  position: relative;
  padding-left: 35px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #108AF5;
}
.p-recommended .p-recommended__card ul li::after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 16px;
  height: 16px;
  left: 2px;
  background: url(../img/icon-chk.svg) no-repeat center center/cover;
}
.p-recommended .p-recommended__card ul li:last-child {
  border-bottom: none;
}
.p-recommended .p-recommended__card ul li:last-child::after {
  content: "";
  display: none;
}
.p-recommended .p-recommended__card-head {
  position: relative;
  background: #108AF5;
  padding: 8px;
}
.p-recommended .p-recommended__card-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
}
.p-recommended .p-recommended__card-title {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  color: #FFF;
}
.p-recommended .p-recommended__card-content {
  padding: 0px 32px;
}

.p-data {
  margin-top: 148px;
  margin-bottom: 100px;
}
.p-data .l-section__content {
  margin-top: 55px;
}
.p-data .p-data__text {
  font-weight: 500;
  line-height: 180%;
}
.p-data .p-data__text-wrap {
  max-width: 750px;
  width: 100%;
  font-weight: 500;
  margin: 0 auto;
}
.p-data .p-data__items {
  margin-top: 32px;
  gap: 24px;
}

.p-case {
  padding: 100px 0;
  background: #ECF3FC;
}
.p-case .l-section__content {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.p-case .p-case__item {
  display: flex;
  gap: 44px;
}
.p-case .p-case__item--re {
  flex-direction: row-reverse;
}
.p-case .p-case__img {
  width: 185px;
  height: 210px;
  flex-shrink: 0;
}
.p-case .p-case__desc {
  background: #fff;
  border-radius: 8px;
  padding: 26px 30px;
  box-shadow: 6px 6px 0px 0px rgba(16, 138, 245, 0.2);
}
.p-case .p-case__desc p {
  font-weight: 500;
  line-height: 180%;
  margin: 0;
}

.p-flow {
  margin-top: 100px;
  margin-bottom: 180px;
}
.p-flow .l-section__content {
  margin-top: 40px;
}
.p-flow .p-flow__text {
  margin: 0;
  text-align: center;
  font-weight: 500;
}
.p-flow .p-flow__flow {
  margin-top: 62px;
  display: flex;
  position: relative;
}
.p-flow .p-flow__item {
  width: 200px;
  border-radius: 8px;
  border: 3px solid #108AF5;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.p-flow .p-flow__head {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 0;
  position: absolute;
  background: #fff;
  width: 84px;
  text-align: center;
}
.p-flow .p-flow__head-text {
  font-size: 11px;
  color: #FF7C36;
  font-weight: 900;
  position: absolute;
  top: 3px;
  left: 7px;
}
.p-flow .p-flow__slash {
  position: relative;
  top: -20px;
  left: 7px;
  display: inline-block;
  height: 1px;
  width: 40px;
  background: #108AF5;
  rotate: -45deg;
}
.p-flow .p-flow__head-num {
  margin: 0;
  display: inline-block;
  color: #FF7C36;
  font-size: 35px;
  font-weight: 900;
}
.p-flow .p-flow__item-icon {
  margin-top: 38px;
  width: 108px;
}
.p-flow .p-flow__arrow {
  margin-right: 6px;
  margin-left: 6px;
  display: flex;
  align-items: center;
  position: relative;
}
.p-flow .p-flow__item-text {
  font-weight: 800;
  line-height: 160%;
  color: #108AF5;
}

.p-merit {
  margin-top: 200px;
}
.p-merit .p-merit__text {
  margin: 0;
  margin-top: 40px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.p-merit .p-merit__box {
  border-radius: 8px;
  background: #fff6f1;
  display: flex;
  max-width: 920px;
  width: 100%;
  padding: 50px 120px;
  flex-direction: column;
  margin-top: 12px;
}
.p-merit .p-merit__item {
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.p-merit .p-merit__icon {
  margin-right: 6px;
}
.p-merit .p-merit__item-title {
  color: #108AF5;
  font-size: 15px;
  font-weight: 700;
  margin-right: 24px;
}
.p-merit .p-merit__item-title span {
  font-size: 30px;
  font-weight: 400;
  font-family: "Alata", serif;
}
.p-merit .p-merit__item-text {
  font-weight: 500;
}
.p-merit .p-merit__item-text span {
  font-size: 22px;
  font-weight: 800;
  color: #FF7C36;
}
.p-merit .p-merit__line {
  margin: 0 auto;
  margin-top: 5px;
  width: 400px;
}

.p-implementation {
  margin-top: 150px;
  margin-bottom: 100px;
}
.p-implementation .l-section__content {
  margin-top: 38px;
}
.p-implementation .p-implementation__cards {
  gap: 25px;
  margin-top: 42px;
}
.p-implementation .p-implementation__card {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.p-implementation .p-implementation__card-img {
  position: relative;
}
.p-implementation .p-implementation__card-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 25, 47, 0.5);
  color: #ffffff;
  width: 100%;
  text-align: center;
  padding: 37px 0;
  font-weight: bold;
  font-size: 22px;
  font-weight: 800;
}
.p-implementation .p-implementation__text {
  text-align: center;
  font-weight: 500;
  line-height: 180%;
}

.p-faq {
  padding: 100px 0;
  background: #ECF3FC;
}
.p-faq .l-section__content {
  margin-top: 43px;
}
.p-faq .c-faq {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-faq .c-faq__icon {
  width: 60px;
  height: 60px;
  aspect-ratio: 1;
  background: #108AF5;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: "Alata", sans-serif;
  margin-right: 20px;
}
.p-faq .c-faq__toggle {
  rotate: 180deg;
  margin-left: auto;
  transition: all 0.3s;
}
.p-faq .c-faq__wrap.is-open .c-faq__toggle {
  rotate: 0deg;
}
.p-faq .c-faq__text {
  padding: 30px 0;
  margin: 0;
  font-weight: 500;
  max-width: 768px;
  line-height: 180%;
}
.p-faq .c-faq__wrap {
  cursor: pointer;
  padding: 0 15px;
  background: #fff;
}
.p-faq .c-faq__q {
  display: flex;
  align-items: center;
}
.p-faq .c-faq__a-warp {
  display: none;
  border-top: 1px solid #C9D9E8;
}
.p-faq .c-faq__a {
  display: flex;
}
.p-faq .c-faq__a .c-faq__icon {
  margin-top: 20px;
  background: #FF7C36;
}

.p-contact {
  padding: 100px 0;
}
.p-contact .p-contact__content {
  margin-top: 40px;
}
.p-contact .p-contact__text {
  margin: 0;
  text-align: center;
  font-weight: 500;
  line-height: 180%;
}
.p-contact .p-contact__form {
  background: #FFF6F1;
  border-radius: 8px;
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
  margin-top: 32px;
  padding: 38px 0;
}
.p-contact .c-form {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.p-contact .p-contact__tel {
  max-width: 493px;
  width: 100%;
  margin: 0 auto;
  margin-top: 70px;
  border: 1px solid #108AF5;
  border-radius: 8px;
  background: #FFF;
  padding-bottom: 20px;
}
.p-contact .p-contact__tel-text {
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}
.p-contact .p-contact__tel-wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.p-contact .p-contact__tel-wrap a {
  font-family: Alata;
  font-size: 43px;
  color: #108AF5;
}
.p-contact .p-contact__tel-note {
  margin: 0;
  font-size: 14px;
  margin-left: 85px;
  text-align: center;
}
.p-contact .p-contact__tel-icon {
  width: 50px;
}
.p-contact .p-contact__line {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 493px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #1EAB00;
  background: #FFF;
  padding: 20px 38px 28px;
}
.p-contact .p-contat__line-title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}
.p-contact .p-contact__line-text {
  line-height: 180%;
  font-weight: 500;
  text-align: center;
}
.p-contact .p-contact__line-text--sm {
  text-align: left;
  font-size: 13px;
  line-height: 1.4;
}
.p-contact .p-contact__line-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-contact .p-contact__line-btn {
  max-width: 237px;
  width: 100%;
  line-height: 47px;
  color: #fff;
  font-weight: 800;
}
.p-contact .p-contact__line-qr {
  width: 140px;
}

.p-company {
  background: #ECF3FC;
  padding: 100px 0 150px;
}
.p-company .p-company__info {
  margin-top: 40px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 111, 208, 0.25);
  padding: 20px;
}
.p-company .p-company__list dt, .p-company .p-company__list dd {
  margin: 0;
}
.p-company .p-company__list .p-company__item {
  display: flex;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #E0E0E0;
}
.p-company .p-company__list .p-company__item:first-child {
  padding-top: 5px;
}
.p-company .p-company__list .p-company__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.p-company .p-company__list .p-company__label {
  width: 32%;
  font-weight: 800;
  color: #108AF5;
  text-align: center;
  white-space: nowrap;
}
.p-company .p-company__list .p-company__detail {
  width: 68%;
  text-align: left;
  padding-left: 10px;
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */

@media (max-width: 992px) {
  .p-intro .p-intro__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .p-intro .p-intro__arrow {
    bottom: -60px;
  }
  
  .p-intro .p-intro__cards {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }

  .p-intro .p-intro__card,
  .p-recommended .p-recommended__card,
  .p-data .p-data__img,
  .p-implementation .p-implementation__card {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
  }

  .p-recommended .p-recommended__cards,
  .p-data .p-data__items {
    justify-items: center;
  }

  .p-flow .p-flow__arrow {
    width: 50px;
    rotate: 90deg;
    margin: 0 auto;
  }

  .p-flow .p-flow__flow {
    flex-direction: column;
    justify-items: center;
    gap: 18px;
  }

  .p-flow .p-flow__item {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }

  .p-case .p-case__item--re,
  .p-case .p-case__item {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .p-case .p-case__img {
    margin: 0 auto;
  }

  .p-merit .p-merit__box {
    padding: 20px;
    margin-top: 8px;
  }

  .p-merit .p-merit__item {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .p-merit .p-merit__item-text {
    width: 100%;
    margin-top: 0;
  }

  .p-merit .p-merit__item-text span {
    font-size: 18px;
  }

  .p-cta .p-cta__btn {
    width: 100%;
    font-size: 18px;
    line-height: 60px;
  }

  .p-cta .p-cta__btn .c-btn__icon {
    width: 24px;
    height: 24px;
    margin-right: 16px;
    top: -2px;
  }

  .p-cta .p-cta__title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .p-faq .c-faq {
    gap: 15px;
  }
  .p-faq .c-faq__icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
    margin-right: 10px;
  }
  .p-faq .c-faq__toggle {
    width: 20px;
    height: 20px;
  }
  .p-faq .c-faq__wrap {
    padding: 0 10px;
  }
  .p-faq .c-faq__a .c-faq__text {
    margin-right: 15px;
  }

  .p-intro .p-intro__title {
    font-size: 22px;
    letter-spacing: 1.2px;
    line-height: 1.4;
    padding: 0 10px;
  }
  .p-intro .p-intro__label {
    font-size: 24px;
    line-height: 1.2;
    padding: 0 5px;
  }
  .p-intro .p-intro__quote {
    font-size: 24px;
    letter-spacing: 1.8px;
    line-height: 1.2;
  }
  .p-intro .p-intro__box {
    font-size: 24px;
    max-width: 320px;
    width: 100%;
    padding: 15px 0;
    margin-top: 30px;
  }

  .p-company .p-company__info {
    padding: 15px;
    margin-top: 20px;
  }
  .p-company .p-company__list .p-company__item {
    display: block;
    padding: 15px 0;
    text-align: left;
  }
  .p-company .p-company__list .p-company__label,
  .p-company .p-company__list .p-company__detail {
    width: 100%;
    font-size: 16px;
  }
  .p-company .p-company__list .p-company__label {
    margin-bottom: 5px;
    text-align: left;
  }

  .p-contact .p-contact__tel {
    max-width: 100%;
    margin-top: 40px;
    padding-bottom: 15px;
  }
  .p-contact .l-section__inner.sp-nopadding {
    padding: 0;
  }
  .p-contact .p-contact__text {
    padding: 0 20px;
    text-align: left;
  }
  .p-contact .p-contact__tel-wrap {
    gap: 10px;
  }
  .p-contact .p-contact__tel-icon {
    width: 40px;
  }
  .p-contact .p-contact__tel-wrap a {
    font-size: 32px;
  }
  .p-contact .p-contact__tel-note {
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
    margin-left: 0;
  }
  .p-contact .p-contact__line {
    padding: 20px;
  }
  .p-contact .p-contat__line-title {
    margin-bottom: 10px;
  }
  .p-contact .p-contact__line-text {
    font-size: 14px;
    text-align: left;
    margin-bottom: 2px;
  }
  .p-contact .p-contact__line-text--sm {
    font-size: 12px;
    margin-bottom: 24px;
  }
  .p-contact .p-contact__line-desc {
    margin-bottom: 20px;
  }
  .p-contact .p-contact__line-btn {
    max-width: 180px;
    font-size: 14px;
    line-height: 40px;
    margin: 0 auto;
  }
  .p-contact .p-contact__line-flex {
    flex-direction: column;
  }
  .p-contact .p-contact__form {
    padding: 20px;
    margin-top: 20px;
  }
  .p-contact .c-form {
    max-width: 100%;
    padding: 0 10px;
  }
  .c-form__req {
    font-size: 10px;
    padding: 3px 6px;
  }
  .c-form dt label {
    font-size: 14px;
  }
  .c-form dd input[type="text"],
  .c-form dd input[type="email"],
  .c-form dd input[type="tel"],
  .c-form dd textarea {
    font-size: 14px;
    padding: 8px;
  }
  .c-form .c-form__radio-group {
    margin-left: 0;
  }
  .c-form .radio-label {
    font-size: 14px;
    gap: 5px;
  }
  .c-form input[type="radio"] {
    width: 20px;
    height: 20px;
  }
  .c-form .c-btn__container {
    margin-top: 10px;
  }
  .c-form .c-btn__container .c-btn {
    font-size: 16px;
    padding: 8px 0;
  }

  .c-title {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .c-title::before,
  .c-title::after {
    width: 30px;
    bottom: 5px;
  }

  .p-merit {
    margin-top: 100px;
  }
  .p-merit .p-merit__line {
    width: 100%;
    max-width: 320px;
  }

  .p-implementation {
    margin-top: 100px;
  }

  .p-cta .p-cta__line,
  .p-service .p-service__line,
  .p-service .p-service__item {
    width: 100%;
    max-width: 320px;
  }
  .p-service .p-service__item-title {
    font-size: 24px;
  }
  .p-service .p-service__item {
    gap: 20px;
    padding: 30px 20px;
  }
  .p-service .p-service__items {
    gap: 20px;
  }
	
	.p-implementation .p-implementation__text{
		text-align:left;
	}

  .p-flow {
    margin-bottom: 100px;
  }
  .p-why {
    padding: 60px 0;
  }
  .p-data {
    margin-top: 100px;
  }
  .p-case {
    padding: 60px 0;
  }
  .p-faq {
    padding: 60px 0;
  }
  .p-company {
    padding: 60px 0 100px;
  }
}

