/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  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 {
  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] {
  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 */
  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;
}

/* ここまでリセットCSS */
@charset "UTF-8";
/* 使用例
@use "global" as g;
@use "sass:map";

.hoge {
z-index: map.get(g.$layer, "header");
}

相対的な順番は、共通定義したドロワーの値から
z-index: map.get($layer, "drawer") + 1;
あるいは
z-index: map.get($layer, "drawer") - 1;
などして制御。
*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sand JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #3D3B3B;
}

img {
  width: 100%;
}

.l-inner {
  width: 1000px;
  max-width: 89.3333333333vw;
  margin: auto;
}

.c-floatBtn {
  background: #ff6300;
  display: block;
  border-radius: 10px 0 0 10px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  writing-mode: vertical-rl;
  padding: 2.5em 1em 1em;
  border: 1px solid transparent;
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 30;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .c-floatBtn {
    width: 60px;
    height: 60px;
    padding: 0;
  }
}
.c-floatBtn:hover {
  background: #fff;
  border-color: #ff6300;
  color: #ff6300;
}
.c-floatBtn::before {
  content: "";
  background: url(../img/ico_mail_01.svg) no-repeat center center/contain;
  width: 22px;
  height: 18px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 24px;
}
@media screen and (max-width: 767px) {
  .c-floatBtn::before {
    top: 20px;
    width: 25px;
    height: 20px;
  }
}
.c-floatBtn:hover::before {
  background-image: url(../img/ico_mail_01_on.svg);
}

.c-btnPrimary {
  background: #ff6300;
  color: #fff;
  border: 3px solid #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.75rem;
  font-weight: 700;
  font-family: "M PLUS 1p", sans-serif;
  gap: 20px;
  transition: opacity 0.3s;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btnPrimary {
    font-size: 1.25rem;
    gap: 10px;
    height: 68px;
  }
}
.c-btnPrimary:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .c-btnPrimary:hover {
    opacity: 1;
  }
}
.c-btnPrimary::before {
  content: "";
  background: no-repeat center center/contain;
}
.c-btnPrimary.--tel {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.75rem;
  letter-spacing: 0.05em;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .c-btnPrimary.--tel {
    font-size: 1.875rem;
  }
}
.c-btnPrimary.--tel::before {
  background-image: url(../img/ico_tel_02.svg);
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .c-btnPrimary.--tel::before {
    width: 28px;
    height: 28px;
  }
}
.c-btnPrimary.--contact::before {
  background-image: url(../img/ico_mail_02.svg);
  width: 40px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .c-btnPrimary.--contact::before {
    width: 30px;
    height: 22px;
  }
}

.c-pageTop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  cursor: pointer;
}
.c-pageTop.is-show {
  opacity: 1;
  pointer-events: all;
}

.p-header {
  background-color: #fff;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
.p-header__inner {
  width: 1440px;
  height: 100%;
  max-width: 94.6666666667vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-header__conteinr {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-header__conteinr {
    gap: 10px;
  }
}
.p-header__logo {
  width: 330px;
}
@media screen and (max-width: 999px) {
  .p-header__logo {
    width: 260px;
  }
}
.p-header__label {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #009A6E;
  border: 1px solid #009A6E;
  border-radius: 4px;
  padding: 0.2em;
}
@media screen and (max-width: 999px) {
  .p-header__label {
    font-size: 1.25rem;
  }
}
.p-header__tel {
  font-size: 3.125rem;
  font-weight: 700;
  font-family: "Bebas Neue", sans-serif;
  color: #009A6E;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .p-header__tel {
    display: none;
  }
}
.p-header__tel::before {
  content: "";
  background: url(../img/ico_tel_01.svg) no-repeat center center/contain;
  width: 70px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.p-mv {
  aspect-ratio: 1440/840;
  width: 100%;
  height: 100%;
  background: url(../img/bg_mv_01.jpg) no-repeat center center/cover;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv {
    aspect-ratio: 375/724;
    background-attachment: scroll;
  }
}
.p-mv__man {
  width: 37.6388888889vw;
  position: absolute;
  bottom: 0;
  left: 11.25vw;
}
@media screen and (max-width: 767px) {
  .p-mv__man {
    width: 53.3333333333vw;
    bottom: 96.5333333333vw;
    left: 4.2666666667vw;
  }
}
.p-mv__label {
  width: 15.6944444444vw;
  position: absolute;
  bottom: 5.6944444444vh;
  left: 27.0833333333vw;
}
@media screen and (max-width: 767px) {
  .p-mv__label {
    width: 36.8vw;
    left: 57.6vw;
    bottom: 114.6666666667vw;
  }
}
.p-mv__text {
  width: 36.7361111111vw;
  position: absolute;
  bottom: 0;
  left: 43.6111111111vw;
}
@media screen and (max-width: 767px) {
  .p-mv__text {
    width: 92.8vw;
    left: 3.7333333333vw;
    bottom: 8vw;
  }
}

.p-seeking {
  background: #009A6E;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .p-seeking {
    padding: 30px 0;
  }
}
.p-seeking__text {
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-seeking__text {
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.5;
  }
}

.p-freeAssessment {
  background: #006837;
}
@media screen and (max-width: 767px) {
  .p-freeAssessment {
    padding: 20px 0;
  }
}
.p-problem {
  background: url(../img/bg_problem_01.jpg) no-repeat center center/cover;
  padding: 80px 0 220px;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .p-problem {
    padding: 40px 0 160px;
    background-attachment: scroll;
  }
}
.p-problem__ttl {
  color: #fff;
  font-weight: 700;
  font-size: 2.25rem;
  text-shadow: 0px 0px 10px #3d3b3b;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-problem__ttl {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.p-problem__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-problem__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
  }
}
.p-problem__text {
  color: #FFF100;
  font-size: 3.125rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  text-shadow: 0px 0px 10px #1e1e1e;
  line-height: 120%;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-problem__text {
    font-size: 1.5rem;
    margin-top: 14px;
  }
}

.p-cta {
  padding: 20px 0 74px;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding: 10px 0 40px;
  }
}
.p-cta__ttl {
  font-size: 1.875rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cta__ttl {
    font-size: 1.25rem;
  }
}
.p-cta__btnContainer {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

.p-contact {
  background: #009A6E;
  font-family: "M PLUS 1p", sans-serif;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 80px 0 8px;
  }
}
.p-contact__ttl {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
}
.p-contact__form {
  margin-top: 40px;
}

.p-form {
  background: #fff;
  border-radius: 10px;
  padding: 80px 110px;
}
@media screen and (max-width: 999px) {
  .p-form {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-form {
    padding: 40px 20px 80px;
    border-radius: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.p-form__item {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-form__item {
    flex-direction: column;
    gap: 10px;
  }
}
.p-form__item + .p-form__item {
  margin-top: 20px;
}
.p-form__dt {
  width: 170px;
  font-size: 1.125rem;
  font-weight: 400;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .p-form__dt {
    width: 100%;
    font-size: 1rem;
    padding-right: 0;
  }
}
.p-form__dt::after {
  content: "必須";
  background: #ff6300;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.2em 0.4em;
}
.p-form__dd {
  width: calc(100% - 170px);
}
@media screen and (max-width: 767px) {
  .p-form__dd {
    width: 100%;
  }
}
.p-form__input {
  border: 1px solid #000;
  border-radius: 6px;
  width: 100%;
  padding: 0.6em;
}
.p-form__caution {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-form__caution {
    font-size: 0.75rem;
  }
}
.p-form__caution:first-of-type {
  margin-top: 14px;
}
.p-form__caution + .p-form__caution {
  margin-top: 4px;
}
.p-form__textarea {
  resize: none;
  height: 160px;
}
.p-form__privacyPolicy {
  border: 1px solid #000;
  margin-top: 80px;
}
.p-form__privacyPolicyTtl {
  text-align: center;
  background: #d8d8d8;
  border-bottom: 1px solid #000;
  padding: 0.3em 0;
}
.p-form__privacyPolicyBody {
  overflow: scroll;
  height: 100px;
  padding: 0.5em 1em;
  font-size: 0.875rem;
}
.p-form__privacyPolicyLv2Ttl {
  font-weight: 700;
  margin-top: 20px;
}
.p-form__privacyPolicyLv3Ttl {
  line-height: 1.5;
  margin-top: 6px;
}
.p-form__privacyPolicyText {
  line-height: 1.5;
  margin-top: 6px;
}
.p-form__btnLead {
  font-size: 0.875rem;
  text-align: center;
  margin-top: 40px;
}
.p-form__btnWrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.p-form__btn {
  width: 480px;
}
.p-form div.wpcf7 .ajax-loader {
  display: none !important;
}
.p-form span.wpcf7-spinner {
  display: none !important;
}

.p-footer {
  text-align: center;
  padding: 60px 0 20px;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: 40px 0 90px;
  }
}
.p-footer__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .p-footer__inner {
    justify-content: center;
  }
}
.p-footer__head {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-footer__head {
    flex-direction: column;
    align-items: center;
  }
}
.p-footer__logo {
  width: 330px;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 100%;
  }
}
.p-footer__label {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #009A6E;
  border: 1px solid #009A6E;
  border-radius: 4px;
  padding: 0.2em;
}
.p-footer__address {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-footer__address {
    margin-top: 20px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__telWrap {
    display: flex;
    justify-content: center;
  }
}
.p-footer__tel {
  font-size: 4.25rem;
  font-weight: 700;
  font-family: "Bebas Neue", sans-serif;
  color: #009A6E;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 100px;
}
@media screen and (max-width: 767px) {
  .p-footer__tel {
    font-size: 2.6rem;
    padding-left: 70px;
    margin-top: 20px;
  }
}
.p-footer__tel::before {
  content: "";
  background: url(../img/ico_tel_01.svg) no-repeat center center/contain;
  width: 86px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-footer__tel::before {
    width: 59px;
    height: 44px;
  }
}
.p-footer__info {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-footer__info {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 1000px) {
  .u-sp-only {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .u-sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-only {
    display: block;
  }
}

@media screen and (min-width: 1000px) {
  .u-tab-only {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .u-tab-only {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .u-tab-only {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .u-pc-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
}

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

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

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

.u-tab-flex {
  display: none;
}
@media screen and (max-width: 999px) {
  .u-tab-flex {
    display: flex;
  }
}

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

.u-linkPosition {
  display: block;
  position: relative;
  top: -50px;
}

.companysname {
  font-size: 0.6rem;
  margin: 50px 0 0 0;
}
/*# sourceMappingURL=style.css.map */