@charset "UTF-8";
/*--------------------
breakpoint
--------------------*/
.sp-only {
  display: inline;
}
@media (min-width: 1024px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: inline;
}
@media (max-width: 1023px) {
  .pc-only {
    display: none;
  }
}

/*--------------------
font
--------------------*/
/*--------------------
style
--------------------*/
/*--------------------
hover
--------------------*/
.c-border-blue {
  display: block;
  border-bottom: 3px solid #316bad;
}

.c-blue-bg {
  position: relative;
  margin-top: clamp(60px, 5.5555555556vw, 80px);
  background: #316bad;
  z-index: 2;
}
.c-blue-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: clamp(150px, 13.8888888889vw, 200px);
  background: #fff;
  z-index: -1;
}

.c-title-01 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: clamp(28px, 2.3611111111vw, 34px);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  z-index: 2;
}
.c-title-01::before {
  content: "";
  position: absolute;
  top: clamp(-25px, -1.0416666667vw, -15px);
  right: 0;
  bottom: 0;
  left: clamp(-46px, -3.1944444444vw, -25px);
  width: clamp(40px, 4.0277777778vw, 58px);
  height: clamp(43px, 4.1666666667vw, 60px);
  background: url(../../img/common/title-01-left.svg) no-repeat center/cover;
}
.c-title-01::after {
  content: "";
  position: absolute;
  top: 20px;
  right: clamp(-26px, -1.0416666667vw, -15px);
  bottom: 0;
  width: clamp(26px, 2.5vw, 36px);
  height: clamp(26px, 2.5vw, 36px);
  background: url(../../img/common/title-01-right.svg) no-repeat center/cover;
}
.c-title-01 span {
  position: relative;
  z-index: 2;
}

.c-title-02 {
  position: relative;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid: "left text right" 100%/1fr auto 1fr;
  gap: clamp(14px, 1.6666666667vw, 24px);
}

.c-title-02__text {
  position: relative;
  font-size: clamp(20px, 1.9444444444vw, 28px);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  color: #316bad;
  padding-right: clamp(22px, 2.2222222222vw, 32px);
  padding-left: clamp(22px, 2.2222222222vw, 32px);
}
.c-title-02__text::before, .c-title-02__text::after {
  content: "";
  position: absolute;
  top: clamp(6px, 0.5555555556vw, 8px);
  bottom: 0;
  margin: auto;
  width: clamp(12px, 1.25vw, 18px);
  height: clamp(12px, 1.25vw, 18px);
  background: url(../../img/common/icon_title-02.svg) no-repeat center/cover;
}
.c-title-02__text::before {
  left: 0;
}
.c-title-02__text::after {
  right: 0;
}

.c-title-02-border--left, .c-title-02-border--right {
  display: block;
  width: 100%;
  height: 3px;
  background: #316bad;
  border-radius: 100px;
}

.c-title-03 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  color: #316bad;
  font-size: clamp(20px, 2.3611111111vw, 34px);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  z-index: 2;
}
.c-title-03::before {
  content: "";
  position: absolute;
  top: clamp(-25px, -1.0416666667vw, -15px);
  right: 0;
  bottom: 0;
  left: clamp(-46px, -3.1944444444vw, -25px);
  width: clamp(40px, 4.1666666667vw, 60px);
  height: clamp(43px, 4.375vw, 63px);
  background: url(../../img/common/title-01-left.svg) no-repeat center/cover;
}
.c-title-03::after {
  content: "";
  position: absolute;
  top: 15px;
  right: clamp(-26px, -1.0416666667vw, -15px);
  bottom: 0;
  width: clamp(26px, 2.5vw, 36px);
  height: clamp(26px, 2.5vw, 36px);
  background: url(../../img/common/title-01-right.svg) no-repeat center/cover;
}
.c-title-03 span {
  position: relative;
  z-index: 2;
}

.c-title-04 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: clamp(20px, 1.9444444444vw, 28px);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  z-index: 2;
}
.c-title-04::before {
  content: "";
  position: absolute;
  top: -15px;
  right: 0;
  bottom: 0;
  left: -30px;
  width: clamp(40px, 4.1666666667vw, 60px);
  height: clamp(43px, 4.375vw, 63px);
  background: url(../../img/common/title-01-left.svg) no-repeat center/cover;
}
.c-title-04::after {
  content: "";
  position: absolute;
  top: 15px;
  right: -20px;
  bottom: 0;
  width: clamp(26px, 2.5vw, 36px);
  height: clamp(26px, 2.5vw, 36px);
  background: url(../../img/common/title-01-right.svg) no-repeat center/cover;
}
.c-title-04 span {
  position: relative;
  z-index: 2;
}

.c-title-big {
  font-size: clamp(26px, 2.3611111111vw, 34px);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  margin-left: 3px;
}

/*--- 特徴 ---*/
.c-point__card {
  position: relative;
  padding: clamp(30px, 3.4722222222vw, 50px) clamp(15px, 1.6666666667vw, 24px);
  border-radius: 15px;
  background: #fff;
}

.c-point__icon {
  position: absolute;
  top: -40px;
  left: -25px;
  margin: auto;
  width: 84px;
  height: 87px;
}
@media (max-width: 1023px) {
  .c-point__icon {
    left: -6px;
  }
}

.c-point__img {
  max-width: 130px;
  width: 100%;
  margin: 0 auto;
}

.c-point__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(16px, 1.6666666667vw, 24px);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  color: #316bad;
  text-align: center;
  margin-top: clamp(20px, 2.6388888889vw, 38px);
  margin-right: auto;
  margin-bottom: clamp(10px, 1.25vw, 18px);
  margin-left: auto;
  z-index: 0;
}
.c-point__title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 7px;
  border-radius: 2px;
  background: rgba(180, 208, 240, 0.4);
  z-index: -1;
}

.c-point__text {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 500;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
}

/*--- /特徴 ---*/
/*--- 導入事例 ---*/
.c-studies__card {
  background: #fff;
  border-radius: 14px;
  padding: clamp(20px, 2.0833333333vw, 30px);
}

.c-studies__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #316bad;
}

.c-studies__img {
  min-width: clamp(68px, 5.9027777778vw, 85px);
  max-width: clamp(68px, 5.9027777778vw, 85px);
  grid-area: 1/1/2/2;
}

.c-studies__title {
  font-size: clamp(14px, 1.6666666667vw, 24px);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  color: #316bad;
}

.c-studies__sub-title {
  font-size: clamp(10px, 1.1111111111vw, 16px);
  font-weight: 500;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
}

.c-studies__body {
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid: "left arrow right" 100%/1fr auto 1fr;
  gap: clamp(14px, 1.7361111111vw, 25px);
  margin-top: 14px;
}
@media (max-width: 1023px) {
  .c-studies__body {
    grid: "left" 1fr "arrow" auto "right" 1fr/1fr;
  }
}

.c-studies__label {
  font-size: clamp(14px, 1.3888888889vw, 20px);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  color: #316bad;
  margin-bottom: 5px;
}

.c-studies__text {
  position: relative;
  list-style: inside;
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-size: clamp(12px, 1.1111111111vw, 16px);
  font-weight: 500;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
}

.c-studies__list {
  display: grid;
  gap: 7px;
  list-style-position: inside;
}

.c-studies__text::marker {
  display: none;
  margin: 0 !important;
}

@media (max-width: 1023px) {
  .c-studies__arrow {
    max-width: 18px;
    margin: 0 auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

/*--- /導入事例 ---*/
/*--- ご利用料金 ---*/
.c-price__card {
  position: relative;
  border: 4px solid #316bad;
  border-radius: 20px;
  background: #fff;
}

.c-price__customize {
  border: 2px solid #9cbce1;
  border-radius: 20px;
  padding: 20px 0;
  margin-top: 30px;
  background: #fff;
}

.c-price__customize-title {
  font-size: clamp(14px, 1.6666666667vw, 24px);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  color: #9cbce1;
  text-align: center;
}

.c-price__customize-text {
  font-size: clamp(12px, 1.1111111111vw, 16px);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  text-align: center;
  margin-top: 5px;
}

/*--- /ご利用料金 ---*/
/*--- 導入の流れ ---*/
.c-flow__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(0px, 1.5972222222vw, 23px);
}

.c-flow__icon {
  width: clamp(94px, 11.4583333333vw, 165px);
}

.c-flow__title {
  font-size: clamp(14px, 1.6666666667vw, 24px);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  color: #316bad;
}

.c-flow__text {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 500;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  margin-top: 5px;
}

.c-flow__body {
  width: 100%;
  padding-top: clamp(20px, 2.0833333333vw, 30px);
  padding-bottom: 14px;
  border-bottom: 2px solid #316bad;
}

/*--- /導入の流れ ---*/
/*--- 自社ツールと簡単連携 ---*/
.c-blog__item {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-blog__item:hover .c-blog__text {
  color: #316bad;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-blog__item:hover .c-blog__text::after {
  background: url(../../img/blog/vector-hover.svg) no-repeat center/cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-blog__text {
  position: relative;
  font-size: clamp(16px, 1.1111111111vw, 16px);
  font-weight: 500;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  margin-top: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-blog__text::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  margin: auto;
  width: 17px;
  height: 17px;
  background: url(../../img/blog/vector.svg) no-repeat center/cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*--- /自社ツールと簡単連携 ---*/
/*--- バナー ---*/
.c-banner {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  grid-column: 1/2;
  margin-bottom: 60px;
}

.c-banner__content {
  background: #eff3f9;
  border-radius: 20px;
}

.c-banner__img {
  display: block;
  max-width: clamp(260px, 55.5555555556vw, 800px);
  margin: 0 auto;
}

.c-banner__inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 20px;
}

.c-banner__tel-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: clamp(10px, 3.9583333333vw, 57px);
}
@media (max-width: 1023px) {
  .c-banner__tel-wrap {
    margin-top: 15px;
    gap: 10px;
  }
}

.c-banner__tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(20px, 2.0833333333vw, 30px);
  font-weight: 800;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  font-family: "Noto Sans", sans-serif;
  color: #316bad;
  border-radius: 11px;
  background: #fff;
  padding: 12px 36px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-banner__tel:hover {
  color: #6a95c7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-banner__tel:hover .c-banner__icon svg path {
  fill: #6a95c7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-banner__tel span {
  font-size: clamp(20px, 1.8055555556vw, 26px);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  margin-left: 5px;
}

.c-banner__text {
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  color: #316bad;
  margin-top: 12px;
  text-align: center;
}
.c-banner__text span {
  font-size: clamp(18px, 1.5277777778vw, 22px);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
}

.c-banner__icon {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
}
.c-banner__icon svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*--- /バナー ---*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-taforomhighlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

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

/**
 * 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: inherit; /* 2 */
}

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
/**
 * Correct cursors for clickable elements.
 */
button {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

button:disabled,
[type=button]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
  width: 100%;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #333;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: clamp(15px, 5.5555555556vw, 80px);
  background: #fff;
  z-index: 200;
}

.l-header__logo {
  max-width: clamp(100px, 11.1111111111vw, 160px);
  width: 100%;
}

.l-header__close {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: auto;
}

.l-header__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(15px, 2.4305555556vw, 35px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1023px) {
  .l-header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 47px;
    position: absolute;
    top: 0;
    right: -100%;
    margin: auto;
    width: 75%;
    height: 100vh;
    background: #316bad;
  }
}

.l-header__list-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.l-header__link {
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 500;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media (hover: hover) {
  .l-header__link:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (max-width: 1023px) {
  .l-header__link {
    color: #fff;
  }
}

.l-header__cv {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media (hover: hover) {
  .l-header__cv:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.l-header__cv--sp {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 50;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header__cv-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: clamp(16px, 1.1111111111vw, 16px);
  font-weight: 500;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #316bad;
  padding-top: 33px;
  padding-bottom: 28px;
  padding-right: clamp(10px, 2.0833333333vw, 30px);
  padding-left: clamp(10px, 2.0833333333vw, 30px);
}

@media (max-width: 1023px) {
  .l-header__list .l-header__cv-link {
    color: #316bad;
    background: #fff;
    border-radius: 6px;
    font-size: 14px;
    padding: 18px 14px;
  }
  .l-header__list .l-header__cv-link svg path {
    fill: #316bad;
  }
}

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

.l-header__hamburger {
  padding: 24px 15px;
  background: #316bad;
}
.l-header__hamburger span {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 10px;
  background: #fff;
}
.l-header__hamburger span::before, .l-header__hamburger span::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #fff;
}
.l-header__hamburger span::before {
  top: -5px;
}
.l-header__hamburger span::after {
  bottom: -5px;
}

.is-active {
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1023px) {
  .is-active--bg {
    overflow: hidden;
  }
  .is-active--bg::before {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.is-active--cv {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-footer {
  padding-top: clamp(40px, 4.8611111111vw, 70px);
  padding-bottom: clamp(30px, 8.3333333333vw, 120px);
}

.l-footer__logo {
  max-width: clamp(180px, 16.8055555556vw, 242px);
  width: 100%;
  margin: 0 auto;
}

.l-footer__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(50px, 6.9444444444vw, 100px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 32px auto;
  padding-right: 27px;
}

.l-footer__link {
  position: relative;
  text-decoration: underline;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 500;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media (hover: hover) {
  .l-footer__link:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.l-footer__link::after {
  content: "";
  position: absolute;
  top: 0;
  right: -27px;
  bottom: 0;
  margin: auto;
  width: 17px;
  height: 17px;
  background: url(../../img/blog/vector.svg) no-repeat center/cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-footer__copy {
  font-size: clamp(16px, 1.1111111111vw, 16px);
  font-weight: 500;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  text-align: center;
}

html {
  scroll-behavior: smooth;
  scroll-padding: 100px;
}

body {
  overflow-x: hidden !important;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(217, 217, 217, 0.8);
  z-index: 150;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*--- KV ---*/
.p-kv {
  position: relative;
  max-width: 1440px;
  max-height: 820px;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: clamp(160px, 18.0555555556vw, 260px);
  padding-top: clamp(80px, 5.8333333333vw, 84px);
}
@media (max-width: 1023px) {
  .p-kv {
    max-width: clamp(375px, 60.546875vw, 620px);
    height: auto;
  }
}

.p-kv__bg {
  z-index: -1;
}
.p-kv__bg--01, .p-kv__bg--02, .p-kv__bg--03, .p-kv__bg--04, .p-kv__bg--05 {
  position: absolute;
}
.p-kv__bg--01 {
  top: -100px;
  left: -200px;
  width: clamp(500px, 37.2222222222vw, 536px);
}
@media (max-width: 1023px) {
  .p-kv__bg--01 {
    top: -10px;
    left: -40px;
    width: 146px;
  }
}
.p-kv__bg--02 {
  top: 100px;
  right: -100px;
  width: clamp(160px, 13.0555555556vw, 188px);
}
@media (max-width: 1023px) {
  .p-kv__bg--02 {
    top: 70px;
    right: 0;
    width: 65px;
  }
}
.p-kv__bg--04 {
  left: -100px;
  bottom: -100px;
  width: clamp(290px, 20.8333333333vw, 300px);
}
@media (max-width: 1023px) {
  .p-kv__bg--04 {
    left: -70px;
    bottom: 200px;
    width: 137px;
  }
}
.p-kv__bg--05 {
  right: 0;
  bottom: -50px;
  width: clamp(120px, 9.9305555556vw, 143px);
}
@media (max-width: 1023px) {
  .p-kv__bg--05 {
    right: 0;
    bottom: -30px;
    width: 44px;
  }
}

.p-kv__inner {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 1023px) {
  .p-kv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-kv__img {
  max-width: clamp(290px, 41.9444444444vw, 604px);
}

.p-kv__title {
  margin-bottom: clamp(28px, 2.6388888889vw, 38px);
}
@media (max-width: 1023px) {
  .p-kv__title {
    max-width: clamp(310px, 52.0833333333vw, 400px);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-kv__main-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: clamp(23px, 3.1944444444vw, 46px);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  color: #316bad;
}
.p-kv__main-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: -42%;
  bottom: 0;
  width: clamp(87px, 13.8888888889vw, 200px);
  height: clamp(87px, 13.8888888889vw, 200px);
  background: url(../../img/kv/kv03.svg) no-repeat center/cover;
}

.p-kv__sub-title {
  font-size: clamp(14px, 2.0833333333vw, 30px);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  color: #316bad;
}

.p-kv__point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1023px) {
  .p-kv__point {
    max-width: clamp(325px, 54.6875vw, 420px);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-kv__point-item {
  max-width: clamp(100px, 13.0555555556vw, 188px);
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(11px, 1.5277777778vw, 22px);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  text-align: center;
  color: #316bad;
  aspect-ratio: 1;
  height: 100%;
  white-space: nowrap;
  padding: clamp(12px, 1.9444444444vw, 28px);
  background: url(../../img/kv/kv-icon-bg.svg) no-repeat center/contain;
}

/*--- /KV ---*/
/*--- 特徴 ---*/
.p-point {
  position: relative;
  margin-top: clamp(30px, 4.1666666667vw, 60px);
  margin-bottom: clamp(300px, 25vw, 360px);
  background: #316bad;
}
@media (max-width: 1023px) {
  .p-point {
    margin-bottom: clamp(200px, 25vw, 360px);
  }
}
.p-point::before {
  content: "";
  position: absolute;
  top: -299px;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 300px;
  background: url(../../img/point/point-top.svg) no-repeat center/cover;
  z-index: -1;
}
@media (max-width: 1023px) {
  .p-point::before {
    top: -139px;
    height: 140px;
  }
}
.p-point::after {
  content: "";
  position: absolute;
  bottom: -299px;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 300px;
  background: url(../../img/point/point-bottom.svg) no-repeat center/cover;
  z-index: -1;
}
@media (max-width: 1023px) {
  .p-point::after {
    bottom: -139px;
    height: 140px;
  }
}

.p-point .c-title-04::before {
  top: clamp(-22px, -1.5277777778vw, -12px);
  left: clamp(-44px, -3.0555555556vw, -29px);
}

.p-point .c-title-04::after {
  top: clamp(15px, 1.3888888889vw, 20px);
  right: clamp(-30px, -2.0833333333vw, -20px);
}

.p-point__inner {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  grid-column: 1/2;
}

.p-point__title {
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(13px, 3.6805555556vw, 53px);
  grid: "left text right" 100%/1fr auto 1fr;
  font-size: clamp(18px, 2.2222222222vw, 32px);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  color: #fff;
  text-align: center;
  margin-top: clamp(30px, 3.4722222222vw, 50px);
}
.p-point__title span {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 10px;
}

.p-point__text {
  font-size: clamp(14px, 1.4583333333vw, 21px);
  font-weight: 500;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  color: #fff;
  margin-top: clamp(12px, 1.5972222222vw, 23px);
}

.p-point__content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 60px;
  margin-top: 74px;
  padding-left: 20px;
}
@media (max-width: 1023px) {
  .p-point__content {
    padding-left: 0;
    padding-right: 0;
  }
}

/*--- /特徴 ---*/
/*--- 主な機能 ---*/
.p-feature {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  grid-column: 1/2;
  margin-top: clamp(30px, 4.1666666667vw, 60px);
  margin-bottom: clamp(60px, 5.5555555556vw, 80px);
}

.p-feature__content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(10px, 1.3888888889vw, 20px) 0;
  margin-top: 30px;
  border-bottom: 3px solid #316bad;
  padding-bottom: clamp(30px, 4.1666666667vw, 60px);
}
@media (max-width: 1023px) {
  .p-feature__content {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}

.p-feature__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1;
  height: 100%;
  padding: clamp(20px, 2.0833333333vw, 30px);
  background: url(../../img/feature/feature-bg.svg) no-repeat center/contain;
}

.p-feature__img {
  width: 100%;
  height: clamp(60px, 5.5555555556vw, 80px);
}
.p-feature__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-feature__title {
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  color: #fff;
  text-align: center;
  margin-top: clamp(6px, 0.5555555556vw, 8px);
}

/*--- /主な機能 ---*/
/*--- 導入事例 ---*/
.p-studies {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #316bad;
}

.p-studies__content {
  margin-top: 30px;
  display: grid;
  gap: clamp(10px, 1.3888888889vw, 20px);
}

.p-studies__inner {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  grid-column: 1/2;
}

/*--- /導入事例 ---*/
/*--- ご利用料金 ---*/
.p-price {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: clamp(60px, 5.5555555556vw, 80px);
  padding-bottom: clamp(40px, 4.1666666667vw, 60px);
}
@media (max-width: 1023px) {
  .p-price {
    overflow: hidden;
  }
}

.p-price__bg--01, .p-price__bg--02 {
  position: absolute;
}
.p-price__bg--01 {
  top: 20px;
  right: -100px;
  width: clamp(127px, 17.3611111111vw, 250px);
}
@media (max-width: 1023px) {
  .p-price__bg--01 {
    top: 20px;
    right: -60px;
  }
}
.p-price__bg--02 {
  bottom: -50px;
  left: -150px;
  width: clamp(116px, 19.2361111111vw, 277px);
  z-index: -1;
}
@media (max-width: 1023px) {
  .p-price__bg--02 {
    bottom: 30px;
    left: -60px;
  }
}

.p-price__inner {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  grid-column: 1/2;
}

.p-price__content {
  position: relative;
  background: #fff;
  border-radius: 14px;
  border: 2px solid #316bad;
  padding: clamp(30px, 3.6805555556vw, 53px) clamp(22px, 6.1111111111vw, 88px);
  margin-top: clamp(30px, 3.0555555556vw, 44px);
  z-index: 1;
}

.p-price__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(15px, 2.7777777778vw, 40px);
}
@media (max-width: 1023px) {
  .p-price__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .p-price__flex svg {
    width: 21px;
  }
}

.p-price__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  max-width: 374px;
  width: 100%;
  background: #fff;
  border-radius: 14px;
  border: 2px solid #316bad;
  padding-top: clamp(5px, 0.6944444444vw, 10px);
  padding-bottom: clamp(10px, 1.3194444444vw, 19px);
  font-size: clamp(20px, 1.6666666667vw, 24px);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  color: #316bad;
}
.p-price__title span {
  font-size: clamp(40px, 3.3333333333vw, 48px);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  margin: 0 5px;
}

.p-price__text {
  font-size: clamp(16px, 1.6666666667vw, 24px);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  color: #316bad;
  text-align: center;
  margin-top: clamp(15px, 2.0833333333vw, 30px);
}

/*--- /ご利用料金 ---*/
/*--- 導入の流れ ---*/
.p-flow {
  margin-top: clamp(30px, 4.1666666667vw, 60px);
  margin-bottom: clamp(30px, 4.1666666667vw, 60px);
  padding: 60px 0;
  background: #eff3f9;
}

.p-flow__inner {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  grid-column: 1/2;
}

.p-flow__content {
  display: grid;
  gap: 10px;
  margin-top: 40px;
}

/*--- /導入の流れ ---*/
/*--- 自社ツールと簡単連携 ---*/
.p-blog {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  grid-column: 1/2;
  margin-top: clamp(60px, 5.5555555556vw, 80px);
  padding-bottom: clamp(30px, 4.1666666667vw, 60px);
}

.p-blog__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(333px, 1fr));
  gap: clamp(15px, 1.3888888889vw, 20px);
  margin-top: clamp(30px, 4.1666666667vw, 60px);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .p-blog__list {
    gap: 60px;
  }
}

/*--- /自社ツールと簡単連携 ---*/
/*--- フォーム ---*/
.p-form {
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: clamp(30px, 3.4722222222vw, 50px);
}

.p-form__inner {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  grid-column: 1/2;
  background: #fff;
  border-radius: 20px;
  padding-top: clamp(30px, 4.1666666667vw, 60px);
  padding-bottom: clamp(30px, 3.4722222222vw, 50px);
}

.p-form__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  padding: 0 clamp(30px, 3.4722222222vw, 50px);
}
.p-form__title::before, .p-form__title::after {
  content: "";
  position: absolute;
  bottom: 10px;
  margin: auto;
  width: 35px;
  height: 2px;
  background: #316bad;
  border-radius: 10px;
}
.p-form__title::before {
  left: -10px;
  -webkit-transform: rotate(65deg);
          transform: rotate(65deg);
}
.p-form__title::after {
  right: -5px;
  -webkit-transform: rotate(-65deg);
          transform: rotate(-65deg);
}

.p-form__text {
  position: relative;
  font-size: clamp(18px, 1.9444444444vw, 28px);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  color: #316bad;
  z-index: 1;
}
.p-form__text::before {
  content: "";
  position: absolute;
  top: clamp(8px, 1.3888888889vw, 20px);
  left: clamp(-15px, -1.7361111111vw, -25px);
  width: clamp(26px, 2.5vw, 36px);
  height: clamp(29px, 2.7083333333vw, 39px);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  background: url(../../img/common/title-01-right.svg) no-repeat center/cover;
  z-index: -1;
}
@media (max-width: 1023px) {
  .p-form__text::before {
    top: auto;
    bottom: 10px;
    left: -2px;
  }
}
.p-form__text::after {
  content: "";
  position: absolute;
  top: 15px;
  right: clamp(-15px, -1.0416666667vw, -15px);
  bottom: 0;
  width: clamp(30px, 4.1666666667vw, 60px);
  height: clamp(30px, 4.1666666667vw, 60px);
  background: url(../../img/common/title-01-left.svg) no-repeat center/cover;
  z-index: -1;
}
@media (max-width: 1023px) {
  .p-form__text::after {
    top: auto;
    right: 1px;
    bottom: -3px;
  }
}

.p-form__content {
  display: grid;
  gap: 30px;
  max-width: 864px;
  margin-top: 55px;
  margin-right: auto;
  margin-left: auto;
}

.p-form__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.p-form__label {
  font-size: clamp(16px, 1.1111111111vw, 16px);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  color: #316bad;
}

.p-form__inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px 30px;
}

.p-form__checkbox,
.p-form__radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: clamp(16px, 1.1111111111vw, 16px);
  font-weight: 500;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 23px;
  height: 23px;
  border-radius: 2px;
  background: #e2eaf2;
}
input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23316bad%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%2220%206%209%2017%204%2012%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

input[type=radio] {
  width: 23px;
  height: 23px;
  border-radius: 2px;
  background: #e2eaf2;
}
input[type=radio]:checked {
  accent-color: #316bad;
}

.p-form__link {
  text-decoration: underline;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media (hover: hover) {
  .p-form__link:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.p-form__control {
  font-size: clamp(16px, 1.1111111111vw, 16px);
  font-weight: 500;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  padding: clamp(10px, 1.0416666667vw, 15px) clamp(15px, 1.3888888889vw, 20px);
  border-radius: 8px;
  background: #e2eaf2;
  resize: vertical;
}

.p-form__badge {
  font-size: clamp(12px, 0.8333333333vw, 12px);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  color: #e02e2e;
  border: 1px solid #e02e2e;
  border-radius: 5px;
  padding: 0 6px 3px 6px;
}

.c-button--main {
  cursor: pointer;
  display: block;
  max-width: 280px;
  width: 100%;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: normal;
  color: #fff;
  border-radius: 1000px;
  background: #316bad;
  margin: auto;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  display: block;
  text-align: center;
  padding: 20px 50px;
}
@media (hover: hover) {
  .c-button--main:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

input::-webkit-input-placeholder {
  color: #d5d9e4;
}

input::-moz-placeholder {
  color: #d5d9e4;
}

input:-ms-input-placeholder {
  color: #d5d9e4;
}

input::-ms-input-placeholder {
  color: #d5d9e4;
}

input::placeholder {
  color: #d5d9e4;
}

/*--- /フォーム ---*/
.wrap {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-contact {
  padding-top: clamp(100px, 13.8888888889vw, 200px);
  padding-bottom: 50px;
}

.p-contact__text {
  color: #316bad !important;
  text-align: center !important;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 700;
  letter-spacing: calc(0 / 1000 * 1em);
  line-height: 28px;
  margin-top: clamp(50px, 5.5555555556vw, 80px);
  margin-bottom: 50px;
}
/*# sourceMappingURL=map/style.css.map */