@charset "UTF-8";
/*! destyle.css v4.0.0 | 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;
}

/* 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-tap-highlight-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.
 */
button,
input,
optgroup,
select,
textarea {
  -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 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]: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;
}

/* =========================================
font
========================================= */
/* =========================================
break point
========================================= */
/* =========================================
mixin
========================================= */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 72px;
}

body {
  color: #1A1A1A;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #25A09A;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

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

/* ========================================================
component
=========================================================*/
.c-dots {
  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;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}
@media screen and (max-width: 768px) {
  .c-dots {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
    -webkit-margin-after: 12px;
            margin-block-end: 12px;
  }
}
.c-dots .dot {
  background-color: #FF6A00;
  border-radius: 999px;
  width: 7px;
  height: 7px;
}
@media screen and (max-width: 768px) {
  .c-dots .dot {
    width: 5px;
    height: 5px;
  }
}

.c-heading {
  position: relative;
  text-align: center;
  line-height: 1.4;
  font-size: 3.8rem;
  -webkit-margin-after: 50px;
          margin-block-end: 50px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-heading {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .c-heading > br {
    display: none;
  }
}

.c-sub-heading {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
}
@media screen and (max-width: 768px) {
  .c-sub-heading {
    font-size: 2rem;
    -webkit-margin-after: 12px;
            margin-block-end: 12px;
  }
}

.c-lead {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-lead {
    font-size: 1.4rem;
  }
}

.c-lead.-small {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-lead.-small {
    font-size: 2.1rem;
  }
}

.c-lead.-small span {
  color: #FF6A00;
}

.c-cv {
  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;
  -webkit-column-gap: 72px;
     -moz-column-gap: 72px;
          column-gap: 72px;
  max-width: 100%;
}
@media screen and (max-width: 1040px) {
  .c-cv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }
}

.c-cv__button-area {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1040px) {
  .c-cv__button-area {
    width: 100%;
    row-gap: 0px;
  }
}

.c-cv__text {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-cv__text {
    font-size: 1.6rem;
  }
}

.c-cv__text.--white {
  color: #fff;
}

.c-cv__button {
  position: relative;
  -ms-flex-line-pack: center;
      align-content: center;
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 500px;
  max-width: 100%;
  height: 90px;
  margin-inline: auto;
  letter-spacing: 0.05em;
  font-size: 3rem;
  font-weight: 700;
  border-radius: 999px;
  color: #ffffff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(26, 26, 26, 0.25);
          box-shadow: 0 4px 4px 0 rgba(26, 26, 26, 0.25);
  z-index: 10;
}
.c-cv__button:hover {
  opacity: unset !important;
}
.c-cv__button span {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .c-cv__button {
    height: 60px;
    font-size: 1.8rem;
  }
}

.c-cv__button--jirei {
  background-color: #4FC881;
}
@media screen and (max-width: 768px) {
  .c-cv__button--jirei {
    height: 80px;
  }
}
.c-cv__button--jirei::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 90px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon_cv-arrow-right.svg) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-cv__button--jirei::before {
    right: 15px;
    width: 18px;
    height: 18px;
  }
}

.c-cv__button-big {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .c-cv__button-big {
    font-size: 1.8rem;
  }
}

.c-cv__button-small {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c-cv__button-small {
    font-size: 1.6rem;
  }
}

.c-cv__button--schedule {
  background-color: #508BD7;
}
.c-cv__button--schedule span::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  right: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon_cv-arrow-right.svg) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-cv__button--schedule span::before {
    right: -30px;
    width: 18px;
    height: 18px;
  }
}

/*波が広がるボタン用wrapper*/
.c-cv__button-wrapper {
  position: relative;
  max-width: 100%;
  /*ボタンの外側の余白 1番目の値は上下余白、2番目の値は左右余白auto（=中央揃えするため）*/
  margin: 1em auto;
}

/*波が広がるボタンアニメーション（1番目）*/
.c-cv__button-wrapper:before {
  /*アニメーションの設定 変更する場合は該当場所を修正してください。
   アニメーション名、動きの速さ.2s（=0.2秒）、動き具合、動く回数*/
  -webkit-animation: auraBtn 2s ease-out infinite;
          animation: auraBtn 2s ease-out infinite;
}

/*波が広がるボタンアニメーション（2番目）*/
.c-cv__button-wrapper:after {
  /*アニメーションの設定 変更する場合は該当場所を修正してください。
   アニメーション名、動きの速さ.2s（=0.2秒）、動き具合、動くタイミング1s(=1秒後）、動く回数*/
  -webkit-animation: auraBtn 2s ease-out 1s infinite;
          animation: auraBtn 2s ease-out 1s infinite;
}

/*波が広がるボタンアニメーション（共通設定）*/
.c-cv__button-wrapper:before,
.c-cv__button-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*広がるボタンの角丸*/
  border-radius: 100vh;
  /*広がるボタンの初期位置*/
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.c-cv__button-wrapper.--blue:before,
.c-cv__button-wrapper.--blue:after {
  background: #508BD7;
}

.c-cv__button-wrapper.--green:before,
.c-cv__button-wrapper.--green:after {
  background: #4FC881;
}

/*波が広がるボタンのアニメーション*/
@-webkit-keyframes auraBtn {
  /*アニメーション初期（0秒の時）*/
  0% {
    /*拡大率　（1=100％）*/
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    /*透明度（0=透明、1=不透明）*/
    opacity: 1;
  }
  90% {
    /*透明度*/
    opacity: 0.1;
  }
  /*アニメーション最後*/
  to {
    /*拡大率　1番目の値はX軸、2番目の値はY軸*/
    -webkit-transform: scale(1.1, 1.4);
            transform: scale(1.1, 1.4);
    /*透明度*/
    opacity: 0;
  }
}
@keyframes auraBtn {
  /*アニメーション初期（0秒の時）*/
  0% {
    /*拡大率　（1=100％）*/
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    /*透明度（0=透明、1=不透明）*/
    opacity: 1;
  }
  90% {
    /*透明度*/
    opacity: 0.1;
  }
  /*アニメーション最後*/
  to {
    /*拡大率　1番目の値はX軸、2番目の値はY軸*/
    -webkit-transform: scale(1.1, 1.4);
            transform: scale(1.1, 1.4);
    /*透明度*/
    opacity: 0;
  }
}
/* ========================================================
utility
=========================================================*/
.u-display-ib {
  display: inline-block;
}

.u-accent-orange {
  color: #FF6A00;
}

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

.u-font-courier-new {
  font-family: "Courier New", Consolas, monospace;
}

.u-font-roboto {
  font-family: "Roboto", sans-serif;
}

.u-color-orange {
  color: #FF6A00;
}

/* ========================================================
container
=========================================================*/
.l-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .l-container {
    overflow: scroll;
  }
}

.l-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  padding-top: 72px;
}
@media screen and (max-width: 1440px) {
  .l-main {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    height: 125%;
    width: 125%;
  }
}
@media screen and (max-width: 768px) {
  .l-main {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-transform: none;
            transform: none;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    padding-top: 55px;
  }
}

/* ========================================================
header
=========================================================*/
.l-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.14);
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 72px;
  padding-inline: 40px;
}
@media screen and (max-width: 1440px) {
  .l-header__inner {
    padding-inline: 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    max-width: 100%;
    height: 55px;
  }
}

.l-header__logo {
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    max-width: 180px;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo img {
    vertical-align: baseline;
  }
}

.l-header__nav {
  margin-inline: auto 1.5em;
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.5em;
}

.l-header__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
}

.l-header__nav-item > a {
  display: block;
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1A1A1A;
}
@media screen and (max-width: 1040px) {
  .l-header__nav-item > a {
    font-size: 1.4rem;
  }
}

.l-header__nav-item > a:hover {
  color: #88CFCF;
}

.l-header__cta-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__cta-nav {
    display: block;
  }
}

.l-header__cta-nav-list {
  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;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
}

.l-header__cta-nav-item {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  font-size: 1.2rem;
  font-weight: 700;
  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;
  line-height: 1.4;
}
.l-header__cta-nav-item a {
  color: #ffffff;
}

.l-header__cta-nav-item--jirei {
  background-color: #4FC881;
}

.l-header__cta-nav-item--schedule {
  background-color: #508BD7;
}

.l-header__cta-nav-item--tel {
  background-color: #FB983D;
  position: relative;
}
.l-header__cta-nav-item--tel::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 19px;
  height: 19px;
  content: "";
  background: url(../img/icon_cv-tel.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.l-header__cta-nav-item--tel a {
  display: block;
  width: 100%;
  height: 100%;
}

/* ========================================================
main
=========================================================*/
/* FV
---------------------------------------------------------*/
.p-fv {
  position: relative;
  background: url("../img/bg_wave-green-fv.webp") no-repeat;
  background-position: center 200px; /* 中央揃え、上下に-50px移動 */
  background-size: contain;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-fv {
    display: none;
  }
}

.p-fv__inner {
  max-width: 1440px;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
}

.p-fv__body {
  width: 730px;
}

.p-fv__title {
  -webkit-padding-before: 20px;
          padding-block-start: 20px;
}

.p-fv__banner-area-wrap {
  padding: 70px 0 0 75px;
}

.p-fv__banner-area {
  position: relative;
  display: block;
  width: 452px;
}

.p-fv__banner-area::before {
  content: "";
  display: block;
  width: 60%;
  height: 20%;
  position: absolute;
  top: -45px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  background-image: url(../img/fv__banner-deco.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-fv__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.p-fv__img-content {
  position: absolute;
  top: 100px;
  left: -90px;
  aspect-ratio: 892/443;
  width: 892px;
  height: auto;
}
@media screen and (max-width: 1040px) {
  .p-fv__img-content {
    left: -140px;
  }
}

/* スマホ用FV */
.p-fv-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-fv-sp {
    position: relative;
    display: block;
    width: 100%;
    min-height: 545px;
    overflow: hidden;
  }
}

.p-fv-sp::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_wave-green-fv.webp") no-repeat left center;
  background-size: contain;
  z-index: -1;
}

.p-fv-sp__body {
  position: relative;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-45%);
          transform: translateX(-45%);
}

.p-fv-sp-banner {
  display: block;
  text-align: center;
  padding: 20px;
}

/* フローティングCTA
---------------------------------------------------------*/
.js-float-cta.-active {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.p-float-cta {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: fixed;
  right: 0;
  bottom: 0px;
  -webkit-transform: translateY(400px);
          transform: translateY(400px);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 12px;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .p-float-cta {
    display: none;
  }
}

.p-float-cta__message {
  font-size: 1.7rem;
  font-weight: 700;
  -webkit-margin-after: 12px;
          margin-block-end: 12px;
  text-align: center;
  -webkit-padding-start: 16px;
          padding-inline-start: 16px;
}

.p-float-cta__inner {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 8px;
}

.p-float-cta__item {
  position: relative;
  width: 210px;
  height: 50px;
  color: #ffffff;
  font-weight: 700;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-float-cta__item span {
  position: relative;
}

.p-float-cta__item--jirei {
  background-color: #4FC881;
  padding-left: 25px;
}
.p-float-cta__item--jirei span {
  padding-left: 32px;
}
.p-float-cta__item--jirei span::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 18px;
  height: 22px;
  content: "";
  background: url(../img/icon_cv-document.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-float-cta__item--schedule {
  font-size: 1.4rem;
  background-color: #508BD7;
  padding-left: 25px;
}
.p-float-cta__item--schedule span {
  padding-left: 33px;
}
.p-float-cta__item--schedule span::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background: url(../img/icon_cv-calender.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-float-cta__item--tel {
  font-size: 1.8rem;
  background-color: #FB983D;
  padding-left: 28px;
}
.p-float-cta__item--tel span {
  white-space: nowrap;
  padding-left: 28px;
}
.p-float-cta__item--tel span::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: url(../img/icon_cv-tel.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* メディア（FV直下）
---------------------------------------------------------*/
.p-media {
  position: relative;
  -webkit-margin-after: 80px;
          margin-block-end: 80px;
}
@media screen and (max-width: 768px) {
  .p-media {
    margin-block: 20px 40px;
  }
}

/* スクロール画像 */
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.p-media__scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-media__scroll {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}

.p-media__scroll-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: infinity-scroll-left 50s infinite linear 0.5s both;
          animation: infinity-scroll-left 50s infinite linear 0.5s both;
}

.p-media__scroll-item--left {
  -webkit-animation: infinity-scroll-left 50s infinite linear 0.5s both;
          animation: infinity-scroll-left 50s infinite linear 0.5s both;
}
@media screen and (max-width: 768px) {
  .p-media__scroll-item--left img {
    height: 90px;
    width: auto;
  }
}

.p-media__scroll-item > img {
  max-width: unset;
}

/* 導入(intro)
---------------------------------------------------------*/
.p-intro {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #FFFFFF), color-stop(10%, #EAF8F8), color-stop(90%, #EAF8F8));
  background: linear-gradient(to bottom, #FFFFFF 1%, #EAF8F8 10%, #EAF8F8 90%);
}

.p-intro__inner {
  padding-top: 80px;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .p-intro__inner {
    padding-top: 40px;
  }
}

.p-intro__heading {
  font-size: 2.6rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-intro__heading {
    font-size: 1.8rem;
  }
}

.p-intro__triangle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin: 10px 0 20px 0;
}

.p-intro__box-wrap {
  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-intro__box {
  font-size: 2.8rem;
  font-weight: bold;
  color: white;
  text-align: center;
  background-color: #00A9B4;
  display: inline-block;
  width: 860px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-intro__box {
    padding: 5px;
    line-height: 1.4;
    font-size: 1.8rem;
  }
}

.p-intro__box span {
  color: #F2F100;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-intro__box span {
    font-size: 2.2rem;
  }
}

.p-intro__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
  padding-top: 40px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-intro__img-wrap {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .p-intro-img {
    width: 140px;
  }
}

/* 支援企業様
---------------------------------------------------------*/
.p-customer {
  background-color: #CEECEC;
}

.p-customer__inner {
  max-width: 1220px;
  margin-inline: auto;
  padding-block: 60px;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .p-customer__inner {
    padding-block: 40px;
  }
}

.p-customer__heading {
  position: relative;
  font-size: 3.2rem;
  -webkit-padding-before: 24px;
          padding-block-start: 24px;
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}
@media screen and (max-width: 768px) {
  .p-customer__heading {
    font-size: 2.4rem;
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}

.p-customer__heading::before {
  content: "";
  display: block;
  width: 37px;
  height: 7px;
  position: absolute;
  left: calc(50% - 20px);
  top: 0;
  background: url(../img/bg_heading-dot.svg) no-repeat left top;
}
@media screen and (max-width: 768px) {
  .p-customer__heading::before {
    width: 23px;
    height: 5px;
    left: calc(50% - 11px);
    background: url(../img/bg_heading-dot_sp.svg) no-repeat left top;
  }
}

.p-customer__box {
  background-color: #ffffff;
  padding: 24px 48px;
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}
@media screen and (max-width: 768px) {
  .p-customer__box {
    padding: 16px;
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
    max-width: 480px;
    margin-inline: auto;
  }
}

.p-customer__point {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-customer__point {
    font-size: 2rem;
  }
}

.p-customer__cv {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 768px) {
  .p-customer__cv {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}

/* まずは現状をチェック
---------------------------------------------------------*/
.p-present__inner {
  margin-inline: auto;
  padding: 60px 20px;
}
@media screen and (max-width: 768px) {
  .p-present__inner {
    padding: 40px 10px 30px;
  }
}

.p-present__title {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-present__title {
    line-height: 1.4;
    font-size: 2.6rem;
  }
}

.c-lead {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .c-lead {
    line-height: 1.4;
    font-size: 1.7rem;
  }
}

.p-present-img {
  text-align: center;
}

.p-present__hgroup {
  -webkit-margin-after: 32px;
          margin-block-end: 32px;
}
@media screen and (max-width: 768px) {
  .p-present__hgroup {
    -webkit-margin-after: 24px;
            margin-block-end: 24px;
  }
}
.p-present__hgroup h2 {
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
}

/* ニーズに合わせた2つのプラン
---------------------------------------------------------*/
.p-about__top {
  background-color: #EAF8F8;
  position: relative;
}

.p-about__inner {
  max-width: 1220px;
  margin-inline: auto;
  padding-block: 80px 30px;
  padding-inline: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about__inner {
    padding-block: 40px 30px;
  }
}

.p-about__heading {
  position: relative;
  -webkit-padding-before: 30px;
          padding-block-start: 30px;
  -webkit-margin-after: 90px;
          margin-block-end: 90px;
}
@media screen and (max-width: 768px) {
  .p-about__heading {
    -webkit-margin-after: 60px;
            margin-block-end: 60px;
  }
}

.p-about__heading::before {
  content: "";
  display: block;
  width: 37px;
  height: 7px;
  position: absolute;
  left: calc(50% - 13px);
  top: 0;
  background: url(../img/bg_heading-dot.svg) no-repeat left top;
}
@media screen and (max-width: 768px) {
  .p-about__heading::before {
    width: 23px;
    height: 5px;
    left: calc(50% - 11px);
    background: url(../img/bg_heading-dot_sp.svg) no-repeat left top;
  }
}

.p-about__example-case-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-about__example-case-wrap {
    -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;
    row-gap: 50px;
  }
}

.p-about__example-case {
  background-color: white;
  padding: 40px 40px 30px;
  position: relative;
  width: 455px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-about__example-case {
    padding: 20px;
  }
}
.p-about__example-case::before {
  content: "Case01";
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 110px;
  height: 38px;
  position: absolute;
  top: -20px;
  left: -15px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  background-color: #25A09A;
}
@media screen and (max-width: 768px) {
  .p-about__example-case::before {
    top: -25px;
    left: -10px;
    width: 110px;
    height: 34px;
    font-size: 1.8rem;
  }
}

.p-about__example-case02 {
  background-color: white;
  padding: 40px 40px 30px;
  width: 455px;
  position: relative;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-about__example-case02 {
    padding: 20px;
  }
}
.p-about__example-case02::before {
  content: "Case02";
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 110px;
  height: 38px;
  position: absolute;
  top: -20px;
  left: -15px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  background-color: #25A09A;
}
@media screen and (max-width: 768px) {
  .p-about__example-case02::before {
    top: -25px;
    left: -10px;
    width: 110px;
    height: 34px;
    font-size: 1.8rem;
  }
}

.p-about__example-case-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 58px;
}

.p-about__example-title {
  font-size: 2.3rem;
  font-weight: bold;
  padding: 6px 0 6px 0;
}
@media screen and (max-width: 768px) {
  .p-about__example-title {
    font-size: 1.8rem;
  }
}

.p-about__example-text {
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-about__example-text {
    font-size: 1.4rem;
  }
}

.p-about__example-text span {
  color: #FF0000;
}

.p-about__recommend-wrap {
  background-color: #CEECEC;
  padding-bottom: 80px;
  position: relative;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .p-about__recommend-wrap {
    padding-bottom: 40px;
  }
}
.p-about__recommend-wrap::before {
  content: "";
  position: absolute;
  height: 110px;
  width: 100%;
  clip-path: polygon(0 0, 50% 100%, 100% 0); /* ココ */
  background-color: #EAF8F8;
  left: 0;
  top: -1px;
}
@media screen and (max-width: 768px) {
  .p-about__recommend-wrap::before {
    height: 40px;
  }
}

.p-about__recommend-text {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  -webkit-padding-before: 160px;
          padding-block-start: 160px;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .p-about__recommend-text {
    font-size: 2rem;
    -webkit-padding-before: 80px;
            padding-block-start: 80px;
    margin-bottom: 30px;
  }
}

.p-about__recommend-service-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 140px;
     -moz-column-gap: 140px;
          column-gap: 140px;
  width: 1050px;
  max-width: 100%;
  margin-inline: auto;
  margin-bottom: 60px;
  background-color: #fff;
  border: 10px solid #25A09A;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-about__recommend-service-wrap {
    -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;
    row-gap: 60px;
    margin-bottom: 40px;
    padding: 20px;
    border-width: 5px;
  }
}

.p-about__recommend-service {
  margin-block: 25px;
}
@media screen and (max-width: 768px) {
  .p-about__recommend-service {
    margin: unset;
  }
}

.p-about__recommend-service:nth-child(2) {
  position: relative;
}
.p-about__recommend-service:nth-child(2)::before {
  display: block;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 50%;
  left: -70px;
  background-repeat: no-repeat;
  content: "";
  font-weight: bold;
  text-align: center;
  background-image: url(../img/recommend-service_x.png);
}
@media screen and (max-width: 768px) {
  .p-about__recommend-service:nth-child(2)::before {
    width: 25px;
    height: 25px;
    background-size: contain;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-about__recommend-service-img {
  width: 340px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-about__recommend-service-img {
    width: 100%;
    max-width: 400px;
  }
}

.p-about__recommend-service-text {
  color: #25A09A;
  line-height: 1.4;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about__recommend-service-text {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.p-about__check-title {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-about__check-title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

.ul-check {
  background-color: white;
  width: 600px; /* ulの幅 */
  max-width: 100%;
  height: 240px; /* ulの高さ */
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 auto; /* 左右中央揃え */
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 垂直方向で中央揃え */
  position: relative; /* 中央揃えに影響を与えないための設定 */
  border-radius: 10px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .ul-check {
    font-size: 1.8rem;
    margin-bottom: 40px;
    padding: 20px;
    height: unset;
  }
}

.li-check {
  list-style: none; /* リストマーカーを非表示 */
  text-align: left; /* テキストを左揃え */
  width: 100%; /* 親要素（ul）の幅いっぱいに広げる */
  padding-left: 110px; /* 必要なら左余白を調整 */
  position: relative;
}
@media screen and (max-width: 768px) {
  .li-check {
    padding-left: 25px; /* 必要なら左余白を調整 */
  }
}
.li-check::before {
  position: absolute;
  left: 60px;
  top: 5px;
  width: 32px;
  height: 32px;
  content: "";
  background-image: url(../img/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .li-check::before {
    left: 0px;
    top: 4px;
    width: 20px;
    height: 20px;
  }
}

.p-about__use-wrap {
  text-align: center;
  margin: 0 auto;
  background-color: white;
  width: 1240px;
  max-width: 100%;
  height: 880px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-about__use-wrap {
    height: unset;
    padding: 20px;
  }
}

.p-about__use-title {
  font-size: 3rem;
  font-weight: 700;
  -webkit-padding-before: 35px;
          padding-block-start: 35px;
  -webkit-padding-after: 50px;
          padding-block-end: 50px;
}
@media screen and (max-width: 768px) {
  .p-about__use-title {
    font-size: 1.8rem;
    padding-top: 0px;
    padding-bottom: 24px;
  }
}

.p-about__use-title span {
  color: #FF6A00;
}

.p-about__use-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-about__use-flex-wrap {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
}

.p-about__use-content-title {
  color: #25A09A;
  font-size: 2rem;
  font-weight: 700;
  display: inline-block;
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-about__use-content-title {
    font-size: 1.6rem;
    padding-left: 15px;
    margin-bottom: 10px;
  }
}
.p-about__use-content-title::before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 9px;
  height: 100%;
  content: "";
  background-color: #25A09A;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-about__use-content-title::before {
    width: 6px;
  }
}

.p-about__use-content-sub {
  font-size: 1.2rem;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .p-about__use-content-sub {
    font-size: 1.1rem;
    margin-top: 2px;
  }
}

.p-about__use-content {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-about__use-content {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .p-about__use-content-img {
    background-color: #fafafa;
  }
}

/* PRIZMA 漫画プロモーションの強み
---------------------------------------------------------*/
.p-strength__inner {
  max-width: 1220px;
  padding-block: 80px 160px;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-strength__inner {
    padding-block: 60px 120px;
  }
}

.p-strength__hgroup {
  -webkit-margin-after: 64px;
          margin-block-end: 64px;
}
@media screen and (max-width: 768px) {
  .p-strength__hgroup {
    -webkit-margin-after: 32px;
            margin-block-end: 32px;
  }
}

.p-strength__heading {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}

.p-strength__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media screen and (max-width: 768px) {
  .p-strength__container {
    row-gap: 24px;
  }
}

/* コンテナを分けないとカウントアップが動作しなかったため */
.p-strength__container-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  margin-block: 40px 64px;
}
@media screen and (max-width: 768px) {
  .p-strength__container-2 {
    row-gap: 24px;
    margin-block: 24px 32px;
  }
}

.p-strength__item {
  width: calc((100% - 40px) / 3);
  background-color: #FAFAFA;
  border-radius: 5px;
  padding: 24px 32px;
  position: relative;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .p-strength__item {
    width: 100%;
    padding: 20px;
    max-width: 480px;
    margin-inline: auto;
  }
}
.p-strength__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 16px;
  content: "";
  background-color: #25A09A;
  border-radius: 5px 5px 0 0;
}

.p-strength__item.-small {
  width: calc((100% - 45px) / 4);
  padding-top: 40px;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .p-strength__item.-small {
    width: calc((100% - 15px) / 2);
    padding: 10px;
    padding-top: 30px;
  }
}
.p-strength__item.-small::before {
  height: 8px;
}

.p-strength__item.-small h3 {
  line-height: 1.3;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-strength__item.-small h3 {
    font-size: 1.6rem;
  }
}

.p-strength__item.-small img {
  font-size: 2rem;
}

.p-strength__img {
  text-align: center;
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
}

.p-strength__title {
  color: #25A09A;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-strength__title {
    font-size: 1.8rem;
    -webkit-margin-after: 12px;
            margin-block-end: 12px;
  }
}

.p-strength__text {
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
}
@media screen and (max-width: 768px) {
  .p-strength__text {
    -webkit-margin-after: 12px;
            margin-block-end: 12px;
  }
}

.p-strength__num-area {
  background-color: #ffffff;
  padding-block: 16px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-strength__num-area {
    line-height: 1.4;
    font-size: 1.8rem;
  }
}

.p-strength__num-strong {
  font-size: 5.2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-strength__num-strong {
    font-size: 3rem;
  }
}

.p-strength__feature:nth-of-type(2) {
  -webkit-margin-after: 64px;
          margin-block-end: 64px;
}
@media screen and (max-width: 768px) {
  .p-strength__feature:nth-of-type(2) {
    -webkit-margin-after: 32px;
            margin-block-end: 32px;
  }
}

.p-strength__title-area {
  position: relative;
  -webkit-padding-start: 24px;
          padding-inline-start: 24px;
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}
@media screen and (max-width: 768px) {
  .p-strength__title-area {
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
  }
}
.p-strength__title-area::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 8px;
  height: 100%;
  content: "";
  background-color: #25A09A;
}

.p-strength__feature-title {
  font-size: 2.4rem;
  font-weight: 700;
  -webkit-margin-after: 12px;
          margin-block-end: 12px;
}
@media screen and (max-width: 768px) {
  .p-strength__feature-title {
    font-size: 1.8rem;
    -webkit-margin-after: 8px;
            margin-block-end: 8px;
  }
}

.p-strength__feature-container {
  padding: 16px;
  background-color: #F0F0F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-strength__feature-container {
    padding: 8px;
    gap: 8px;
  }
}

.p-strength__feature-item {
  background-color: #ffffff;
  padding: 16px 14px;
  width: calc((100% - 48px) / 4);
}
@media screen and (max-width: 768px) {
  .p-strength__feature-item {
    width: calc((100% - 8px) / 2);
    padding: 12px;
  }
}

.p-strength__feature-item-title {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-strength__feature-item-title {
    font-size: 1.6rem;
  }
}

.p-strength__feature-num {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #25A09A;
  -webkit-margin-end: 4px;
          margin-inline-end: 4px;
}
@media screen and (max-width: 768px) {
  .p-strength__feature-num {
    font-size: 2rem;
  }
}

.p-strength__feature-text {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-strength__feature-text {
    font-size: 1.3rem;
  }
}

.p-strength__feature-img {
  background-color: #F0F0F0;
  padding: 30px 80px 21px 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-strength__feature-img {
    padding: 8px;
  }
}

.p-strength__point {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
}
@media screen and (max-width: 768px) {
  .p-strength__point {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}

.p-strength__point-text {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  -webkit-margin-after: 32px;
          margin-block-end: 32px;
}
@media screen and (max-width: 768px) {
  .p-strength__point-text {
    font-size: 2rem;
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
  }
}

.p-strength__point-container {
  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;
}
@media screen and (max-width: 768px) {
  .p-strength__point-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-strength__point-item {
  width: 33.3333333333%;
  border-right: 2px solid #d9d9d9;
  padding: 24px 48px;
}
@media screen and (max-width: 768px) {
  .p-strength__point-item {
    width: 100%;
    border-right: unset;
    border-bottom: 2px solid #d9d9d9;
    padding: 16px;
    max-width: 480px;
    margin-inline: auto;
  }
}

.p-strength__point-item-text {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-strength__point-item-text {
    font-size: 1.6rem;
  }
}

.p-strength__point-item-img {
  text-align: center;
}

.p-strength__point-strong {
  font-size: 4.3rem;
  font-weight: 700;
  color: #FF6A00;
}
@media screen and (max-width: 768px) {
  .p-strength__point-strong {
    font-size: 2.4rem;
  }
}

.p-strength__count-strong {
  font-size: 5rem;
  font-weight: 700;
  color: #FF6A00;
  padding-inline: 8px;
}
@media screen and (max-width: 768px) {
  .p-strength__count-strong {
    font-size: 2.8rem;
  }
}

.p-strength__cv {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 768px) {
  .p-strength__cv {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

/* 制作事例
---------------------------------------------------------*/
.p-case {
  background-color: #34ADB1;
  position: relative;
}

.p-case::before {
  position: absolute;
  top: -99px;
  left: 0;
  display: block;
  width: 100%;
  height: 100px;
  content: "";
  background-image: url(../img/bg_case-01.svg);
  background-position: center top;
  background-repeat: repeat-x;
}
@media screen and (max-width: 768px) {
  .p-case::before {
    z-index: -1;
  }
}

.p-case::after {
  position: absolute;
  top: -130px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../img/bg_wave-green.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: hard-light;
}
@media screen and (max-width: 768px) {
  .p-case::after {
    top: -80px;
    z-index: 1;
  }
}

.p-case__inner {
  max-width: 1220px;
  margin-inline: auto;
  padding-block: 20px 80px;
  padding-inline: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-case__inner {
    padding-block: 40px;
  }
}

.p-case__hgroup {
  -webkit-margin-after: 56px;
          margin-block-end: 56px;
  color: #ffffff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-case__hgroup {
    -webkit-margin-after: 32px;
            margin-block-end: 32px;
  }
}
.p-case__hgroup h2 {
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
}

.p-case__major {
  -webkit-margin-after: 52px;
          margin-block-end: 52px;
}
@media screen and (max-width: 768px) {
  .p-case__major {
    -webkit-margin-after: 32px;
            margin-block-end: 32px;
  }
}

.p-case__title {
  font-size: 2.8rem;
  font-weight: 700;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-case__title {
    font-size: 2.2rem;
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
  }
}

.p-case__logo-area {
  padding: 24px 50px 40px 50px;
  background-color: #ffffff;
  border: solid 3px #25A09A;
}
@media screen and (max-width: 768px) {
  .p-case__logo-area {
    padding: 16px;
    max-width: 480px;
    margin-inline: auto;
  }
}

.p-case__genre-container {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}

.p-case__genre-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .p-case__genre-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 480px;
    margin-inline: auto;
  }
}

.p-case__genre-title {
  width: 20%;
  background-color: #88CFCF;
  color: #ffffff;
  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;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-case__genre-title {
    width: 100%;
    font-size: 1.6rem;
  }
}

.p-case__genre-logo {
  width: 80%;
  background-color: #ffffff;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .p-case__genre-logo {
    width: 100%;
  }
}

.p-case__cv {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-case__cv {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}

/* 効果事例
---------------------------------------------------------*/
.p-effect__inner {
  padding-block: 80px 20px;
  padding-inline: 20px;
  max-width: 1220px;
  margin-inline: auto;
}
@media screen and (max-width: 1040px) {
  .p-effect__inner {
    padding-block: 20px;
  }
}

.p-effect__inner:nth-of-type(2) {
  padding-block: 0 80px;
}

.p-effect__hgroup {
  -webkit-margin-after: 44px;
          margin-block-end: 44px;
}
@media screen and (max-width: 1040px) {
  .p-effect__hgroup {
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
}
.p-effect__hgroup h2 {
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
}

@media screen and (max-width: 768px) {
  .p-effect__lead {
    font-size: 2rem;
  }
}

.p-effect__industory-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 80px;
  -webkit-margin-after: 64px;
          margin-block-end: 64px;
}
@media screen and (max-width: 768px) {
  .p-effect__industory-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
    -webkit-margin-after: 32px;
            margin-block-end: 32px;
  }
}

.p-effect__industory-item {
  width: calc((100% - 40px) / 2);
  border-radius: 10px;
  border: solid 3px #25A09A;
}
@media screen and (max-width: 768px) {
  .p-effect__industory-item {
    width: 100%;
    max-width: 480px;
    margin-inline: auto;
  }
}

.p-effect__title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  background-color: #25A09A;
  border-radius: 5px 5px 0 0;
  padding-block: 6px;
}
@media screen and (max-width: 768px) {
  .p-effect__title {
    font-size: 2.2rem;
  }
}

.p-effect__body {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-effect__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
    padding: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-effect__text-area {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .p-effect__text-area {
    width: 100%;
  }
}

.p-effect__listings {
  line-height: 1.2;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-effect__listings {
    font-size: 2rem;
  }
}

.p-effect__record-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 25px;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media screen and (max-width: 768px) {
  .p-effect__record-container {
    row-gap: 16px;
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
  }
}

.p-effect__record-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-effect__record-item {
    font-size: 1.6rem;
  }
}
.p-effect__record-item.--strong {
  color: #00A0F7;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-effect__record-item.--strong .p-effect__record-title {
  text-align: center;
  border: solid 2px #00A0F7;
  width: 100%;
}
.p-effect__record-item.--strong .p-effect__record-num {
  line-height: 1.3;
  text-align: center;
  border: solid 2px #00A0F7;
  border-top: none;
  font-size: 2.4rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-effect__record-item.--strong .p-effect__record-num {
    font-size: 1.6rem;
  }
}
.p-effect__record-item.--strong .p-effect__record-num span {
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .p-effect__record-item.--strong .p-effect__record-num span {
    font-size: 3.2rem;
  }
}

.p-effect__record-item.-font-small {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-effect__record-item.-font-small {
    font-size: 2rem;
  }
}

.p-effect__img {
  width: 45%;
  text-align: center;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .p-effect__img {
    width: calc(100% - 120px);
    margin-inline: auto;
  }
}
.p-effect__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-effect__link-area {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  padding: 10px 16px 8px 16px;
  background-color: #FF6A00;
  border-radius: 5px;
  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;
}
@media screen and (max-width: 768px) {
  .p-effect__link-area {
    font-size: 1.6rem;
  }
}
.p-effect__link-area a {
  color: #ffffff;
}
.p-effect__link-area a span {
  -webkit-padding-end: 16px;
          padding-inline-end: 16px;
  position: relative;
}
.p-effect__link-area a span::before {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background-image: url(../img/icon_cv-arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-effect__point {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  -webkit-margin-after: 64px;
          margin-block-end: 64px;
}
@media screen and (max-width: 768px) {
  .p-effect__point {
    font-size: 2rem;
    -webkit-margin-after: 32px;
            margin-block-end: 32px;
  }
}

.p-effect__example-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1040px;
  margin-inline: auto;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-effect__example-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-effect__example-item {
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width: 768px) {
  .p-effect__example-item {
    width: 100%;
    max-width: 480px;
    margin-inline: auto;
  }
}

.p-effect__example-title {
  font-size: 2rem;
  font-weight: 500;
  -webkit-padding-start: 21px;
          padding-inline-start: 21px;
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-effect__example-title {
    font-size: 1.6rem;
    -webkit-margin-after: 12px;
            margin-block-end: 12px;
  }
}
.p-effect__example-title::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 9px;
  height: 100%;
  content: "";
  background-color: #25A09A;
}
@media screen and (max-width: 768px) {
  .p-effect__example-title::before {
    width: 7px;
  }
}

.p-effect__example-img {
  padding: 16px;
  background-color: #FAFAFA;
  height: 246px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-effect__example-img {
    height: unset;
  }
}
.p-effect__example-img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.p-effect__note {
  font-size: 1.2rem;
  -webkit-margin-before: 4px;
          margin-block-start: 4px;
}
@media screen and (max-width: 768px) {
  .p-effect__note {
    font-size: 1.1rem;
  }
}

.p-effect__cv {
  -webkit-margin-before: 64px;
          margin-block-start: 64px;
}
@media screen and (max-width: 768px) {
  .p-effect__cv {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}

/* 効果事例追加ver
---------------------------------------------------------*/
.p-effect__industory-item.-second .p-effect__text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-effect__industory-item.-second .p-effect__listings {
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  color: #00A0F7;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-effect__industory-item.-second .p-effect__listings {
    font-size: 2rem;
  }
}
.p-effect__industory-item.-second .p-effect__record-container {
  row-gap: 10px;
  margin-block: auto 0;
}
@media screen and (max-width: 768px) {
  .p-effect__industory-item.-second .p-effect__record-container {
    margin-block: 0 16px;
  }
}
.p-effect__industory-item.-second .p-effect__record-item {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-effect__industory-item.-second .p-effect__record-item {
    text-align: center;
  }
}
.p-effect__industory-item.-second .p-effect__record-item img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-effect__industory-item.-second .p-effect__record-item img {
    max-width: 315px;
  }
}
.p-effect__industory-item.-second .p-effect__img {
  width: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 768px) {
  .p-effect__industory-item.-second .p-effect__img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-effect__industory-item.-second .p-effect__img img {
    max-width: 315px;
  }
}
.p-effect__industory-item.-second .p-effect__record-item:not(:first-child) {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

/* お客様の声
---------------------------------------------------------*/
.p-voice {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(10%, rgb(212, 247, 247)), to(rgb(255, 255, 255)));
  background-image: linear-gradient(0deg, rgb(255, 255, 255), rgb(212, 247, 247) 10% 90%, rgb(255, 255, 255));
}

.p-voice__inner {
  -webkit-padding-before: 40px;
          padding-block-start: 40px;
  -webkit-padding-after: 110px;
          padding-block-end: 110px;
  max-width: 1220px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .p-voice__inner {
    -webkit-padding-before: 20px;
            padding-block-start: 20px;
    -webkit-padding-after: 90px;
            padding-block-end: 90px;
  }
}

.p-voice__hgroup {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media screen and (max-width: 768px) {
  .p-voice__hgroup {
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
}

.p-voice__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-voice__container {
    row-gap: 24px;
  }
}

.p-voice__item {
  background-color: #ffffff;
  padding: 48px 80px;
}
@media screen and (max-width: 768px) {
  .p-voice__item {
    padding: 20px;
    max-width: 560px;
    margin-inline: auto;
  }
}

.p-voice__profile-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 43px;
     -moz-column-gap: 43px;
          column-gap: 43px;
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}
@media screen and (max-width: 768px) {
  .p-voice__profile-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
  }
}

.p-voice__img {
  -ms-flex-preferred-size: 34.1023069208%;
      flex-basis: 34.1023069208%;
  max-width: 34.1023069208%;
}
@media screen and (max-width: 768px) {
  .p-voice__img {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    max-width: unset;
    width: 100%;
    text-align: center;
  }
}

.p-voice__profile {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-voice__profile {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}

.p-voice__title {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.2;
  -webkit-margin-after: 5px;
          margin-block-end: 5px;
}
@media screen and (max-width: 768px) {
  .p-voice__title {
    font-size: 2.2rem;
  }
}

.p-voice__frequency {
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-padding-after: 8px;
          padding-block-end: 8px;
  border-bottom: solid 2px #25A09A;
  -webkit-margin-after: 11px;
          margin-block-end: 11px;
}
@media screen and (max-width: 768px) {
  .p-voice__frequency {
    font-size: 1.4rem;
  }
}

.p-voice__company {
  font-weight: 700;
  -webkit-margin-after: 4px;
          margin-block-end: 4px;
}

.p-voice__info {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-voice__info {
    font-size: 1.3rem;
  }
}

.p-voice__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.p-voice__row dt {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-voice__row dt {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .p-voice__row dd {
    width: 75%;
  }
}

.p-voice__interview-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 22px;
}

.p-voice__question {
  font-size: 2rem;
  font-weight: 700;
  background-color: #00A9B4;
  color: #ffffff;
  padding-inline: 14px;
  padding-block: 4px;
  -webkit-margin-after: 4px;
          margin-block-end: 4px;
}
@media screen and (max-width: 768px) {
  .p-voice__question {
    font-size: 1.5rem;
  }
}

.p-voice__answer a {
  word-break: break-all;
}

.p-voice__strong {
  color: #FF6A00;
  font-weight: 700;
}

.p-voice__cv {
  -webkit-margin-before: 56px;
          margin-block-start: 56px;
}
@media screen and (max-width: 768px) {
  .p-voice__cv {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}

/* よくあるご質問
---------------------------------------------------------*/
.p-faq__inner {
  max-width: 1040px;
  padding-inline: 20px;
  margin-inline: auto;
}

.p-faq__heading {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media screen and (max-width: 768px) {
  .p-faq__heading {
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
}

.p-faq__item {
  background-color: #ffffff;
}

.p-faq__item:not(:first-child) {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}

.p-faq__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px 30px;
  font-size: 2rem;
  font-weight: 700;
  background-color: #25A09A;
  color: #ffffff;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-faq__head {
    padding: 15px 50px 15px 15px;
    line-height: 1.4;
    font-size: 1.5rem;
  }
}

.p-faq__head:hover {
  color: #FEED75;
}

.p-faq__head::before {
  content: "Q.";
  -webkit-margin-end: 1em;
          margin-inline-end: 1em;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-faq__head::before {
    font-size: 1.7rem;
  }
}

.p-faq__body {
  display: none;
  position: relative;
  padding: 30px 80px;
}
@media screen and (max-width: 768px) {
  .p-faq__body {
    padding: 20px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .p-faq__wrap {
    padding-left: 32px;
  }
}

.p-faq__body::before {
  position: absolute;
  top: 50%;
  left: 34px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #88CFCF;
  font-weight: 700;
  content: "A";
  -webkit-margin-end: 1em;
          margin-inline-end: 1em;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-faq__body::before {
    left: 16px;
  }
}

.p-faq__icon {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-faq__icon {
    right: 15px;
    width: 16px;
    height: 16px;
  }
}

.p-faq__icon::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 3px solid #ffffff;
}
@media screen and (max-width: 768px) {
  .p-faq__icon::before {
    width: 16px;
    border-top-width: 2px;
  }
}

.p-faq__icon::after {
  content: "";
  position: absolute;
  width: 0;
  height: 24px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-left: 3px solid #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-faq__icon::after {
    height: 16px;
    border-left-width: 2px;
  }
}

.p-faq__head.open .p-faq__icon::after {
  height: 0;
}

/* お問い合わせ
---------------------------------------------------------*/
.p-contact__inner {
  max-width: 1040px;
  -webkit-padding-before: 80px;
          padding-block-start: 80px;
  -webkit-padding-after: 136px;
          padding-block-end: 136px;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-contact__inner {
    -webkit-padding-before: 40px;
            padding-block-start: 40px;
    -webkit-padding-after: 64px;
            padding-block-end: 64px;
  }
}

.p-contact__heading {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media screen and (max-width: 768px) {
  .p-contact__heading {
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
}

.mail-form {
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
}

/* ========================================================
footer
=========================================================*/
.l-footer {
  background-color: #1A1A1A;
  color: #ffffff;
}

.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1220px;
  height: 240px;
  -webkit-padding-after: 30px;
          padding-block-end: 30px;
  margin-inline: auto;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1220px) {
  .l-footer__inner {
    padding-inline: 50px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    -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;
    row-gap: 30px;
    height: unset;
    padding-block: 30px 20px;
    padding-inline: 20px;
  }
}

.l-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
@media screen and (max-width: 768px) {
  .l-footer__link {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

.l-footer__link > a {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .l-footer__right {
    font-size: 1.2rem;
  }
}