/*----------------------------------------*/
/*! destyle.css v3.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] {
  -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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

/**
 * 1. 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 */
}

/**
 * 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 */
}

caption {
  text-align: left;
}

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

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

/*----------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 108px;
}

body {
  width: 100%;
  min-width: 1024px;
  background-color: #FFFFFF;
  font-family: "Oswald", "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0em;
  color: #131513;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
}

img {
  display: block;
  width: 100%;
  height: auto;
}

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

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

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 80px;
  background: transparent;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 72px;
    background: #FFFFFF;
  }
}
.l-headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-right: 32px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .l-headerInner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.l-headerLogo {
  width: 163px;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 768px) {
  .l-headerLogo {
    width: 136px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-headerLogo:hover {
    opacity: 0.5;
  }
}
.l-headerNav {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-headerNav {
    display: none;
  }
}
.l-headerNav__list {
  display: flex;
  align-items: center;
  gap: 0 40px;
  height: 100%;
  margin-right: 40px;
}
.l-headerNav__item {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (hover: hover) and (pointer: fine) {
  .l-headerNav__item:hover {
    opacity: 0.5;
  }
}
.l-headerNav__item--current a {
  position: relative;
  padding-bottom: 4px;
}
.l-headerNav__item--current a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
}
.l-headerNav__item a {
  position: relative;
}
.l-headerNav__item a span {
  display: inline-block;
  width: 100%;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
}
.l-headerNavToggle {
  display: none;
  position: fixed;
  z-index: 2000;
  top: 16px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .l-headerNavToggle {
    display: block;
  }
}
.l-headerNavToggle span {
  display: block;
  position: absolute;
  left: calc(50% - 16px);
  width: 32px;
  height: 2px;
  background: #09AF5C;
  border-radius: 0px;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.l-headerNavToggle span:nth-child(1) {
  top: 50%;
}
.l-headerNavToggle span:nth-child(2) {
  top: calc(50% - 10px);
}
.l-headerNavToggle span:nth-child(3) {
  top: calc(50% + 10px);
}
.l-headerNavToggle.is-open span {
  background: #FFFFFF;
}
.l-headerNavToggle.is-open span:nth-child(1) {
  display: none;
}
.l-headerNavToggle.is-open span:nth-child(2) {
  top: calc(50% - 0px);
  transform: rotate(40deg);
}
.l-headerNavToggle.is-open span:nth-child(3) {
  top: calc(50% + 0px);
  transform: rotate(-40deg);
}
.l-headerSPNav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background: linear-gradient(145deg, rgb(9, 175, 92) 0%, rgb(185, 235, 34) 100%);
  transform: translateY(-100%);
  opacity: 0;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 769px) {
  .l-headerSPNav {
    display: none;
  }
}
.l-headerSPNav.is-open {
  transform: translateY(0%);
  opacity: 1;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(4px);
}
.l-headerSPNavInner {
  padding-right: 20px;
  padding-left: 20px;
}
.l-headerSPNav__list {
  padding-top: 80px;
}
.l-headerSPNav__item {
  position: relative;
}
.l-headerSPNav__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
}
.l-headerSPNav__item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 56px 0 24px 24px;
}
.l-headerSPNav__item a span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 500;
}
.l-headerSPNav__item a span::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_arrow_nav.svg) no-repeat center;
  background-size: 20px;
}
.l-headerSPNav__button {
  margin-top: 56px;
  padding-left: 24px;
}

.l-header.scroll {
  background: white;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.l-header.scroll .l-headerNav__item--current a::before {
  content: "";
  background: #131513;
}
.l-header.scroll .l-headerNav__item span {
  color: #131513;
}

.l-footer {
  position: relative;
  width: 100%;
  min-height: 528px;
  background: #1C1F1B;
}
@media screen and (max-width: 768px) {
  .l-footer {
    min-height: 100%;
  }
}
.l-footerInner {
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .l-footerInner {
    padding-top: 56px;
    padding-right: 48px;
    padding-bottom: 80px;
    padding-left: 48px;
  }
}
.l-footerWrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 940px;
}
@media screen and (max-width: 768px) {
  .l-footerWrap {
    flex-direction: column-reverse;
    gap: 72px 0;
  }
}
.l-footerLogo {
  width: 211px;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 768px) {
  .l-footerLogo {
    width: 136px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footerLogo:hover {
    opacity: 0.5;
  }
}
.l-footerCompany {
  color: #FFFFFF;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .l-footerCompany {
    text-align: center;
    margin-top: 24px;
  }
}
.l-footerCompany__name {
  color: inherit;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .l-footerCompany__name {
    font-size: 1.6rem;
  }
}
.l-footerCompany__address {
  color: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .l-footerCompany__address {
    font-size: 1.4rem;
  }
}
.l-footerCompany__address--one {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .l-footerCompany__address--one {
    margin-top: 4px;
  }
}
.l-footerCompany__address--two {
  margin-top: 12px;
}
.l-footerNav__list {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
@media screen and (max-width: 768px) {
  .l-footerNav__list {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px 24px;
  }
}
.l-footerNav__item {
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (hover: hover) and (pointer: fine) {
  .l-footerNav__item:hover {
    opacity: 0.5;
  }
}
.l-footerNav__item a span {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-footerNav__item a span {
    font-size: 1.5rem;
  }
}
.l-footerNav__item--icon a span {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.l-footerNav__item--icon a span::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_mail.svg) no-repeat center;
  background-size: 20px;
}
@media screen and (max-width: 768px) {
  .l-footerNav__item--icon a span::before {
    gap: 0 4px;
    width: 16px;
    height: 16px;
    background-size: 16px;
  }
}
.l-footerCopyright {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footerCopyright {
    font-size: 1.3rem;
  }
}
.l-footerBackground {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 74.4%;
}
@media screen and (max-width: 768px) {
  .l-footerBackground {
    width: 100%;
  }
}

.l-wrapper {
  position: relative;
  height: 100%;
}

.l-contentWrap {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-contentWrap {
    padding-top: 72px;
  }
}

.l-content {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-contentInner--primary {
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-contentInner--primary {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.l-contentInner--secondary {
  width: 100%;
  max-width: 720px;
}
@media screen and (max-width: 768px) {
  .l-contentInner--secondary {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.l-pageTitle {
  position: relative;
  width: 100%;
  height: 280px;
  background: url(../img/img_page-title.webp) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .l-pageTitle {
    display: flex;
    align-items: center;
    height: 120px;
  }
}
.l-pageTitleWrap {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-pageTitleWrap {
    position: static;
    transform: translateX(0);
  }
}
.l-pageTitle__main {
  color: #FFFFFF;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .l-pageTitle__main {
    font-size: 4rem;
  }
}
.l-pageTitle__sub {
  color: rgba(255, 255, 255, 0.5);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .l-pageTitle__sub {
    font-size: 1.8rem;
  }
}

.l-pageContact {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .l-pageContact {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.l-pageContactWrap {
  display: flex;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .l-pageContactWrap {
    flex-direction: column;
    gap: 40px 0;
    margin-top: 28px;
  }
}
.l-pageContactBody {
  width: 52.54%;
  padding-right: 59px;
}
@media screen and (max-width: 768px) {
  .l-pageContactBody {
    width: 100%;
    padding-right: 0;
  }
}
.l-pageContact__read {
  color: #131513;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .l-pageContact__read {
    font-size: 1.5rem;
  }
}
.l-pageContact .m-secondaryButton {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .l-pageContact .m-secondaryButton {
    margin-top: 28px;
    margin-right: auto;
    margin-left: auto;
  }
}
.l-pageContact .m-secondaryButton a span {
  font-weight: 500;
}
.l-pageContact .c-contactButton {
  width: 47.46%;
}
@media screen and (max-width: 768px) {
  .l-pageContact .c-contactButton {
    width: 100%;
  }
}

.c-contactButton {
  background: #F0FAED;
  border-radius: 0 32px 0 32px;
  color: #131513;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-contactButton {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.c-contactButton a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (hover: hover) and (pointer: fine) {
  .c-contactButton a:hover {
    opacity: 0.5;
  }
}

.c-contactSecondaryButton {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 501px;
  background: #F0FAED;
  border-radius: 0 32px 0 32px;
  text-align: center;
  padding: 32px;
}
.c-contactSecondaryButton a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (hover: hover) and (pointer: fine) {
  .c-contactSecondaryButton a:hover {
    opacity: 0.5;
  }
}

.c-sectionPrimaryTitle .m-sectionPrimaryTitle__sub {
  color: #09AF5C;
}
.c-sectionPrimaryTitle .m-sectionPrimaryTitle__sub::before {
  content: "";
  background: url(../img/icon_mark_green.svg) no-repeat center;
  background-size: 22px;
}
@media screen and (max-width: 768px) {
  .c-sectionPrimaryTitle .m-sectionPrimaryTitle__sub::before {
    background-size: 18px;
  }
}
.c-sectionPrimaryTitle .m-sectionPrimaryTitle__main {
  color: #131513;
}
.c-sectionSecondaryTitle .m-sectionPrimaryTitle__sub {
  color: #FFFFFF;
}
.c-sectionSecondaryTitle .m-sectionPrimaryTitle__sub::before {
  content: "";
  background: url(../img/icon_mark_white.svg) no-repeat center;
  background-size: 22px;
}
@media screen and (max-width: 768px) {
  .c-sectionSecondaryTitle .m-sectionPrimaryTitle__sub::before {
    background-size: 18px;
  }
}
.c-sectionSecondaryTitle .m-sectionPrimaryTitle__main {
  color: #FFFFFF;
}
.c-sectionQuaternaryTitle {
  text-align: center;
}

.c-companyTable {
  width: 100%;
  border-spacing: 0;
}

.c-requirementTable {
  width: 100%;
  border-spacing: 0;
}

.c-worksCard {
  display: flex;
  justify-content: center;
  gap: 0 62px;
}
@media screen and (max-width: 768px) {
  .c-worksCard {
    flex-direction: column;
    gap: 40px 0;
  }
}
.c-worksCardItem {
  width: calc((100% - 124px) / 3);
}
@media screen and (max-width: 768px) {
  .c-worksCardItem {
    width: 100%;
  }
}
.c-worksCard__text {
  position: relative;
  padding-top: 16px;
}
.c-worksCard__text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
.c-worksCard__text--one::after {
  content: "";
  width: 59px;
  height: 56px;
  background: url(../img/icon_number_01.svg) no-repeat center;
  background-size: 59px 56px;
}
.c-worksCard__text--two::after {
  content: "";
  width: 71px;
  height: 56px;
  background: url(../img/icon_number_02.svg) no-repeat center;
  background-size: 71px 56px;
}
.c-worksCard__text--three::after {
  content: "";
  width: 70px;
  height: 56px;
  background: url(../img/icon_number_03.svg) no-repeat center;
  background-size: 70px 56px;
}
.c-worksCard .m-worksCard__read {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .c-worksCard .m-worksCard__read {
    margin-top: 8px;
  }
}

.c-primaryForm {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .c-primaryForm {
    max-width: 100%;
  }
}
.c-primaryFormItem {
  width: 512px;
}
@media screen and (max-width: 768px) {
  .c-primaryFormItem {
    max-width: 100%;
  }
}
.c-primaryFormItem--wide {
  width: 100%;
}
.c-primaryFormItem:not(:first-child) {
  margin-top: 22px;
}
.c-primaryFormItem__title {
  display: flex;
  align-items: center;
  color: #343028;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  gap: 0 16px;
}
@media screen and (max-width: 768px) {
  .c-primaryFormItem__title {
    font-size: 1.7rem;
  }
}
.c-primaryFormItem__title span {
  height: 24px;
  background: #09AF5C;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 24px;
  padding-right: 16px;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .c-primaryFormItem__title span {
    font-size: 1.5rem;
  }
}
.c-primaryFormItem__body {
  margin-top: 16px;
}
/* .c-primaryFormItem__body span {
  display: block;
  color: #131513;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
} */
@media screen and (max-width: 768px) {
  .c-primaryFormItem__body span {
    font-size: 1.5rem;
  }
}
.c-primaryFormItem__body select {
  width: 100%;
  height: 56px;
  background: url(../img/icon_arrow_form.svg) no-repeat right 24px center;
  border: 1px solid rgba(28, 31, 27, 0.15);
  background-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  padding-right: 24px;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .c-primaryFormItem__body select {
    font-size: 1.5rem;
    padding-left: 16px;
  }
}
.c-primaryFormItem__body input {
  width: 100%;
  height: 56px;
  background: #FFFFFF;
  border: 1px solid rgba(36, 36, 36, 0.15);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  padding-right: 24px;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .c-primaryFormItem__body input {
    font-size: 1.5rem;
    padding-left: 16px;
  }
}
.c-primaryFormItem__body textarea {
  width: 100%;
  height: 250px;
  padding: 16px 24px;
  background: #FFFFFF;
  border: 1px solid rgba(36, 36, 36, 0.15);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  resize: none;
}
@media screen and (max-width: 768px) {
  .c-primaryFormItem__body textarea {
    height: 200px;
    font-size: 1.5rem;
    padding-left: 16px;
  }
}
.c-primaryFormItem__body select:focus, .c-primaryFormItem__body input:focus, .c-primaryFormItem__body textarea:focus {
  outline: 0;
}
.c-primaryFormItem__body select::-moz-placeholder, .c-primaryFormItem__body input::-moz-placeholder, .c-primaryFormItem__body textarea::-moz-placeholder {
  color: rgba(52, 48, 40, 0.1);
}
.c-primaryFormItem__body select::placeholder, .c-primaryFormItem__body input::placeholder, .c-primaryFormItem__body textarea::placeholder {
  color: rgba(52, 48, 40, 0.1);
}
.c-primaryFormItem__alert {
  color: #FE0000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .c-primaryFormItem__alert {
    font-size: 1.5rem;
  }
}
.c-primaryFormPrivacy {
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  .c-primaryFormPrivacy {
    margin-top: 32px;
  }
}
.c-primaryFormPrivacy__title {
  color: #343028;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-primaryFormPrivacy__title {
    font-size: 1.7rem;
  }
}
.c-primaryFormPrivacyBody {
  width: 100%;
  height: 272px;
  background: #F0FAED;
  margin-top: 8px;
  padding: 32px;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .c-primaryFormPrivacyBody {
    height: 240px;
    padding: 24px 18px;
  }
}
.c-primaryFormPrivacyBody::-webkit-scrollbar {
  width: 4px;
  height: 72px;
}
.c-primaryFormPrivacyBody::-webkit-scrollbar-thumb {
  background-color: #4D6BB8;
  border-radius: 2px;
}
.c-primaryFormPrivacy__read {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-primaryFormPrivacy__read {
    font-size: 1.5rem;
  }
}
/* .c-primaryFormPrivacyCheckbox {
  margin-top: 24px;
}
.c-primaryFormPrivacyCheckboxInner {
  display: flex;
  justify-content: center;
}
.c-primaryFormPrivacyCheckboxInner .check {
  display: none;
}
.c-primaryFormPrivacyCheckboxInner .check:checked + label:after {
  opacity: 1;
}
.c-primaryFormPrivacyCheckboxInner label {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 26px;
  cursor: pointer;
}
.c-primaryFormPrivacyCheckboxInner label:before, .c-primaryFormPrivacyCheckboxInner label:after {
  content: "";
  position: absolute;
  display: block;
}
.c-primaryFormPrivacyCheckboxInner label:before {
  top: calc(50% - 9px);
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #EAEAEA;
  border: 1px solid #131513;
  border-radius: 0px;
}
.c-primaryFormPrivacyCheckboxInner label:after {
  top: calc(50% - 6px);
  left: 5px;
  width: 8px;
  height: 12px;
  border-bottom: 3px solid #333;
  border-right: 3px solid #333;
  transform: rotate(45deg);
  opacity: 0;
} */
.c-primaryFormPrivacyCheckbox__alert {
  color: #FE0000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .c-primaryFormPrivacyCheckbox__alert {
    font-size: 1.5rem;
  }
}
.c-primaryFormSubmit {
  margin-top: 46px;
}
.c-primaryFormSubmit .m-submitButton {
  margin-right: auto;
  margin-left: auto;
}
.c-primaryFormSubmit__alert {
  color: #FE0000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .c-primaryFormSubmit__alert {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.c-pageTopButton {
  position: fixed;
  right: 100px;
  bottom: 50px;
  z-index: 99;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #FFFFFF;
  cursor: pointer;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 768px) {
  .c-pageTopButton {
    right: 16px;
    bottom: 24px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-pageTopButton:hover {
    transform: translateY(-8px);
  }
}
.c-pageTopButton__text {
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-pageTopButton__text {
    font-size: 1.4rem;
  }
}
.c-pageTopButton__button {
  width: 32px;
  height: 32px;
  background: url(../img/icon_arrow_page-top.svg) no-repeat center;
  background-size: 32px;
}

.m-primaryButton {
  width: 204px;
  height: 56px;
  background: linear-gradient(90deg, rgb(9, 175, 92) 0%, rgb(168, 205, 45) 100%);
  border-radius: 0 16px 0 16px;
  transition: 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (hover: hover) and (pointer: fine) {
  .m-primaryButton:hover {
    opacity: 0.5;
  }
}
.m-primaryButton a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.m-primaryButton a span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
}
.m-primaryButton a span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icon_mail.svg) no-repeat center;
  background-size: 24px;
}

.m-secondaryButton {
  height: 56px;
  border-radius: 0 16px 0 16px;
  transition: 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (hover: hover) and (pointer: fine) {
  .m-secondaryButton:hover {
    opacity: 0.5;
  }
}
.m-secondaryButton--small {
  width: 216px;
}
.m-secondaryButton--middle {
  width: 240px;
}
.m-secondaryButton--white {
  background: #FFFFFF;
}
.m-secondaryButton--white a span {
  color: #09AF5C;
}
.m-secondaryButton--white a span::after {
  content: "";
  background: url(../img/icon_arrow_green.svg) no-repeat center;
  background-size: 8px 12px;
}
.m-secondaryButton--green {
  background: linear-gradient(90deg, rgb(9, 175, 92) 0%, rgb(168, 205, 45) 100%);
}
.m-secondaryButton--green a span {
  color: #FFFFFF;
}
.m-secondaryButton--green a span::after {
  content: "";
  background: url(../img/icon_arrow_white.svg) no-repeat center;
  background-size: 8px 12px;
}
.m-secondaryButton--transparent {
  background: transparent;
  border: 2px solid #FFFFFF;
}
.m-secondaryButton--transparent a span {
  color: #FFFFFF;
}
.m-secondaryButton--transparent a span::after {
  content: "";
  background: url(../img/icon_arrow_white.svg) no-repeat center;
  background-size: 8px 12px;
}
.m-secondaryButton a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 24px;
  padding-left: 24px;
}
.m-secondaryButton a span {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 700;
}
.m-secondaryButton a span::after {
  display: block;
  width: 8px;
  height: 12px;
}

.m-submitButton {
  width: 240px;
  height: 56px;
  background: linear-gradient(90deg, rgb(9, 175, 92) 0%, rgb(168, 205, 45) 100%);
  border-radius: 0 16px 0 16px;
  transition: 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (hover: hover) and (pointer: fine) {
  .m-submitButton:hover {
    opacity: 0.5;
  }
}
.m-submitButton input {
  display: block;
  width: 100%;
  padding: 0 32px;
  border-radius: 32px;
  background: url(../img/icon_arrow_white.svg) no-repeat calc(100% - 32px) center;
  background-size: 8px 12px;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 56px;
}

.m-contactButton__telephone {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: inherit;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .m-contactButton__telephone {
    font-size: 3.6rem;
  }
}
.m-contactButton__telephone::before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  background: url(../img/icon_telephone.svg) no-repeat center;
  background-size: 56px;
}
@media screen and (max-width: 768px) {
  .m-contactButton__telephone::before {
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
}
.m-contactButton__time {
  color: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .m-contactButton__time {
    font-size: 1.5rem;
  }
}

.m-contactSecondaryButton__time {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.m-contactSecondaryButton__time span {
  font-weight: 400;
  margin-left: 8px;
}
.m-contactSecondaryButton__number {
  display: flex;
  align-items: center;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.m-contactSecondaryButton__number::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/icon_telephone.svg) no-repeat center;
  background-size: 40px;
}

.m-sectionPrimaryTitle__sub {
  display: flex;
  align-items: center;
  gap: 0 4px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .m-sectionPrimaryTitle__sub {
    font-size: 1.4rem;
  }
}
.m-sectionPrimaryTitle__sub::before {
  content: "";
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 768px) {
  .m-sectionPrimaryTitle__sub::before {
    width: 18px;
    height: 18px;
  }
}
.m-sectionPrimaryTitle__main {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .m-sectionPrimaryTitle__main {
    font-size: 3.2rem;
  }
}
.m-sectionSecondaryTitle__sub {
  color: #09AF5C;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .m-sectionSecondaryTitle__sub {
    font-size: 1.5rem;
  }
}
.m-sectionSecondaryTitle__main {
  color: #131513;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .m-sectionSecondaryTitle__main {
    font-size: 2.8rem;
  }
}
.m-sectionTertiaryTitle__sub {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .m-sectionTertiaryTitle__sub {
    font-size: 1.5rem;
  }
}
.m-sectionTertiaryTitle__main {
  color: #FFFFFF;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .m-sectionTertiaryTitle__main {
    font-size: 2.8rem;
  }
}

.m-worksCard__title {
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .m-worksCard__title {
    font-size: 1.8rem;
  }
}
.m-worksCard__read {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .m-worksCard__read {
    font-size: 1.5rem;
  }
}

.m-primaryMap {
  width: 100%;
  height: 100%;
  aspect-ratio: 118/155;
}
@media screen and (max-width: 768px) {
  .m-primaryMap {
    aspect-ratio: 472/369;
  }
}

.m-companyTable__th {
  position: relative;
  width: 23.1%;
  color: #242424;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .m-companyTable__th {
    display: block;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 4px;
  }
}
.m-companyTable__th::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(9, 175, 92, 0.4);
}
@media screen and (max-width: 768px) {
  .m-companyTable__th::after {
    display: none;
  }
}
.m-companyTable__td {
  position: relative;
  width: 76.9%;
  color: #242424;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 32px;
}
@media screen and (max-width: 768px) {
  .m-companyTable__td {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    padding-top: 4px;
    padding-bottom: 16px;
    padding-left: 0px;
  }
}
.m-companyTable__td::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(19, 21, 19, 0.2);
}

.m-requirementTable__th {
  position: relative;
  width: 23.3%;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  padding-top: 23px;
  padding-bottom: 23px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .m-requirementTable__th {
    display: block;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 4px;
  }
}
.m-requirementTable__th::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  .m-requirementTable__th::after {
    display: none;
  }
}
.m-requirementTable__td {
  position: relative;
  width: 76.7%;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .m-requirementTable__td {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    padding-top: 4px;
    padding-bottom: 16px;
    padding-left: 0px;
  }
}
.m-requirementTable__td::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.p-topPageKvInner {
  position: relative;
}
.p-topPageKvImage {
  width: 100%;
  height: 100vh;
  min-height: 800px;
}
@media screen and (max-width: 768px) {
  .p-topPageKvImage {
    min-height: 610px;
  }
}
.p-topPageKvImage img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-topPageKvText {
  position: absolute;
  top: 136px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: #FFFFFF;
  max-width: 1024px;
}
@media screen and (max-width: 768px) {
  .p-topPageKvText {
    top: 128px;
    text-align: center;
  }
}
.p-topPageKvText__title {
  color: inherit;
  font-size: 12rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-topPageKvText__title {
    font-size: 7rem;
    line-height: 1.1;
  }
}
.p-topPageKvText__title--green {
  display: inline-block;
  color: transparent;
  background: linear-gradient(90deg, rgb(9, 175, 92) 0%, rgb(168, 205, 45) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.p-topPageKvText__copy {
  color: inherit;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.6;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-topPageKvText__copy {
    font-size: 2.4rem;
    margin-top: 28px;
  }
}
.p-topPageKvText__read {
  color: inherit;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-topPageKvText__read {
    font-size: 1.5rem;
    margin-top: 14px;
  }
}
.p-topPageCompanyInner {
  position: relative;
  width: 100%;
  max-width: 1224px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 90px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .p-topPageCompanyInner {
    padding-top: 64px;
    padding-bottom: 56px;
  }
}
.p-topPageCompanyWrap {
  display: flex;
  justify-content: space-between;
  max-width: 920px;
}
@media screen and (max-width: 768px) {
  .p-topPageCompanyWrap {
    flex-direction: column;
  }
}
.p-topPageCompanyHeadSP {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-topPageCompanyHeadSP {
    display: block;
  }
}
.p-topPageCompanyImage {
  width: 52.17%;
  margin-top: 103px;
}
@media screen and (max-width: 768px) {
  .p-topPageCompanyImage {
    width: 100%;
    margin-top: 8px;
  }
}
.p-topPageCompanyText {
  width: 47.83%;
  padding-left: 32px;
}
@media screen and (max-width: 768px) {
  .p-topPageCompanyText {
    width: 100%;
    padding-left: 0;
  }
}
.p-topPageCompanyText .c-sectionPrimaryTitle {
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-topPageCompanyText .c-sectionPrimaryTitle {
    display: none;
  }
}
.p-topPageCompany__read {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .p-topPageCompany__read {
    font-size: 1.5rem;
    font-weight: 300;
    margin-top: 16px;
  }
}
.p-topPageCompany .m-secondaryButton {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-topPageCompany .m-secondaryButton {
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-topPageCompany .p-topPageCompanyBackground {
  position: absolute;
  right: 12px;
  bottom: 52px;
  z-index: -1;
  width: 786.65px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-topPageCompany .p-topPageCompanyBackground {
    right: 0;
    bottom: 22px;
    left: 0;
    width: 100%;
  }
}
.p-topPageWorks {
  background: #F0FAED;
  padding-top: 80px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .p-topPageWorks {
    padding-top: 32px;
    padding-right: 20px;
    padding-bottom: 80px;
    padding-left: 20px;
  }
}
.p-topPageWorks .c-sectionPrimaryTitle {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
.p-topPageWorksWrap {
  width: 100%;
  max-width: 1142px;
  margin-top: 56px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-topPageWorksWrap {
    margin-top: 16px;
  }
}
.p-topPageWorksBox {
  position: relative;
  width: 924px;
  height: 484px;
}
@media screen and (max-width: 768px) {
  .p-topPageWorksBox {
    width: 100%;
    height: auto;
  }
}
.p-topPageWorksBox--one {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgb(9, 175, 92) 0%, rgb(168, 205, 45) 100%);
  border-radius: 64px 0 64px 0;
  padding-left: 64px;
}
@media screen and (max-width: 768px) {
  .p-topPageWorksBox--one {
    flex-direction: column;
    gap: 48px 0;
    border-radius: 32px 0 32px 0;
    padding: 32px 20px 24px;
  }
}
.p-topPageWorksBox--one .p-topPageWorksImage {
  position: absolute;
  top: -40px;
  right: 40px;
  border-radius: 32px 0 32px 0;
}
.p-topPageWorksBox--two {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: linear-gradient(270deg, rgb(9, 175, 92) 0%, rgb(168, 205, 45) 100%);
  border-radius: 0 64px 0 64px;
  margin-top: 120px;
  margin-left: auto;
  padding-right: 64px;
}
@media screen and (max-width: 768px) {
  .p-topPageWorksBox--two {
    flex-direction: column;
    gap: 48px 0;
    border-radius: 0 32px 0 32px;
    margin-top: 64px;
    padding: 32px 20px 24px;
  }
}
.p-topPageWorksBox--two .p-topPageWorksImage {
  position: absolute;
  top: -40px;
  left: 40px;
  border-radius: 0 32px 0 32px;
}
.p-topPageWorksImage {
  width: 344px;
}
.p-topPageWorksImageSP {
  width: 100%;
}
.p-topPageWorksImageSP--one {
  border-radius: 16px 0 16px 0;
}
.p-topPageWorksImageSP--two {
  border-radius: 0 16px 0 16px;
}
.p-topPageWorksText {
  width: 412px;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-topPageWorksText {
    width: 100%;
  }
}
.p-topPageWorksText__title {
  color: inherit;
  font-family: inherit;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-topPageWorksText__title {
    font-size: 2.4rem;
  }
}
.p-topPageWorksText__read {
  color: inherit;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-topPageWorksText__read {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.p-topPageWorksText .m-secondaryButton {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-topPageWorksText .m-secondaryButton {
    margin-right: auto;
    margin-left: auto;
  }
}
.p-topPageRecruit {
  background: #F0FAED;
}
.p-topPageRecruitContent {
  background: #09AF5C;
  border-radius: 64px 64px 0 0;
  padding-top: 80px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .p-topPageRecruitContent {
    border-radius: 40px 40px 0 0;
    padding-top: 64px;
    padding-bottom: 80px;
  }
}
.p-topPageRecruitWrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-topPageRecruitWrap {
    flex-direction: column;
  }
}
.p-topPageRecruitHeadSP {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-topPageRecruitHeadSP {
    display: block;
  }
}
.p-topPageRecruitImage {
  width: 39.84%;
  margin-top: 103px;
}
@media screen and (max-width: 768px) {
  .p-topPageRecruitImage {
    width: 100%;
    margin-top: 24px;
  }
}
.p-topPageRecruitText {
  width: 60.16%;
  padding-left: 64px;
}
@media screen and (max-width: 768px) {
  .p-topPageRecruitText {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-topPageRecruitText .c-sectionSecondaryTitle {
    display: none;
  }
}
.p-topPageRecruit__read {
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .p-topPageRecruit__read {
    font-size: 1.5rem;
    margin-top: 16px;
  }
}
.p-topPageRecruit .m-secondaryButton {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-topPageRecruit .m-secondaryButton {
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-companyPagePhilosophy {
  padding-top: 80px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .p-companyPagePhilosophy {
    padding-top: 64px;
    padding-bottom: 120px;
  }
}
.p-companyPagePhilosophyInner {
  position: relative;
}
.p-companyPagePhilosophyCopy {
  display: inline-block;
  color: transparent;
  background: linear-gradient(90deg, rgb(9, 175, 92) 0%, rgb(168, 205, 45) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-companyPagePhilosophyCopy {
    font-size: 2rem;
    margin-top: 28px;
  }
}
.p-companyPagePhilosophyRead {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-companyPagePhilosophyRead {
    font-size: 1.5rem;
    line-height: 2;
    margin-top: 28px;
  }
}
.p-companyPagePhilosophy__background {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: -1;
  width: 199px;
}
@media screen and (max-width: 768px) {
  .p-companyPagePhilosophy__background {
    width: 140px;
  }
}
.p-companyPageCompany {
  background: #F0FAED;
  padding-top: 80px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .p-companyPageCompany {
    padding-top: 64px;
    padding-bottom: 120px;
  }
}
.p-companyPageCompanyBody {
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-companyPageCompanyBody {
    flex-direction: column;
    gap: 40px 0;
    margin-top: 40px;
  }
}
.p-companyPageCompanyTable {
  width: 54%;
  padding-right: 32px;
}
@media screen and (max-width: 768px) {
  .p-companyPageCompanyTable {
    width: 100%;
    padding-right: 0;
  }
}
.p-companyPageCompany .m-primaryMap {
  width: 46%;
  border-radius: 0 32px 0 32px;
}
@media screen and (max-width: 768px) {
  .p-companyPageCompany .m-primaryMap {
    width: 100%;
  }
}

.p-worksPageBlock {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-worksPageBlock {
    padding-top: 64px;
  }
}
.p-worksPageBlockBanner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 176px;
  background: url(../img/bg_banner_works.webp) no-repeat center;
  background-size: contain;
  border-radius: 0 32px 0 32px;
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .p-worksPageBlockBanner {
    height: 123px;
    background-size: cover;
    font-size: 1.6rem;
    padding-right: 16px;
    padding-left: 16px;
  }
}
.p-worksPageBlockRead {
  width: 100%;
  max-width: 720px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 40px;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .p-worksPageBlockRead {
    font-size: 1.5rem;
    margin-top: 28px;
    margin-left: 0;
  }
}
.p-worksPageWorks {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 160px;
  padding-bottom: 229px;
}
@media screen and (max-width: 768px) {
  .p-worksPageWorks {
    overflow-x: hidden;
    padding-top: 80px;
    padding-bottom: 160px;
  }
}
.p-worksPageWorksBody {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-worksPageWorksBody {
    margin-top: 40px;
  }
}
.p-worksPageWorksBox--one .p-worksPageWorksBox__head {
  background: url(../img/img_works_works.webp);
  background-size: cover;
}
.p-worksPageWorksBox--one .p-worksPageWorksBox__title {
  padding-right: 32px;
  padding-left: 32px;
}
@media screen and (max-width: 768px) {
  .p-worksPageWorksBox--one .p-worksPageWorksBox__title {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.p-worksPageWorksBox--two {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .p-worksPageWorksBox--two {
    margin-top: 80px;
  }
}
.p-worksPageWorksBox--two .p-worksPageWorksBox__head {
  background: url(../img/img_design_works.webp);
  background-size: cover;
}
.p-worksPageWorksBox--two .p-worksPageWorksBox__title {
  padding-right: 64px;
  padding-left: 32px;
}
@media screen and (max-width: 768px) {
  .p-worksPageWorksBox--two .p-worksPageWorksBox__title {
    padding-right: 40px;
    padding-left: 20px;
  }
}
.p-worksPageWorksBox__head {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 0 32px 0 32px;
}
@media screen and (max-width: 768px) {
  .p-worksPageWorksBox__head {
    height: 240px;
  }
}
.p-worksPageWorksBox__title {
  display: inline-block;
  position: absolute;
  bottom: 80px;
  left: 0;
  background: linear-gradient(90deg, rgb(9, 175, 92) 0%, rgb(168, 205, 45) 100%);
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 2;
  padding-top: 4px;
  padding-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .p-worksPageWorksBox__title {
    bottom: 64px;
    height: auto;
    font-size: 2rem;
    line-height: 1.6;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.p-worksPageWorksBox__body {
  margin-top: 32px;
  padding-left: 32px;
}
@media screen and (max-width: 768px) {
  .p-worksPageWorksBox__body {
    margin-top: 24px;
    padding-left: 0;
  }
}
.p-worksPageWorksBox__read {
  max-width: 720px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-worksPageWorksBox__read {
    font-size: 1.5rem;
  }
}
.p-worksPageWorksBox__service {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-worksPageWorksBox__service {
    margin-top: 24px;
  }
}
.p-worksPageWorksBox__serviceTitle {
  display: flex;
  align-items: center;
  gap: 0 4px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.p-worksPageWorksBox__serviceTitle::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../mg/icon_arrow_title_works.svg) no-repeat center;
  background-size: 16px;
}
.p-worksPageWorksBox__serviceList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 8px;
  margin-top: 8px;
}
.p-worksPageWorksBox__serviceItem {
  height: 40px;
  background: #09AF5C;
  border-radius: 0 16px 0 16px;
  padding-right: 16px;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .p-worksPageWorksBox__serviceItem {
    height: 32px;
  }
}
.p-worksPageWorksBox__serviceItem span {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .p-worksPageWorksBox__serviceItem span {
    font-size: 1.5rem;
    line-height: 32px;
  }
}
.p-worksPageWorks__background {
  display: inline-block;
  color: transparent;
  background: linear-gradient(90deg, rgb(9, 175, 92) 0%, rgb(168, 205, 45) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.p-worksPageWorks__background--01 {
  position: absolute;
  right: -33px;
  bottom: 77px;
  font-size: 24rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  opacity: 0.06;
}
@media screen and (max-width: 768px) {
  .p-worksPageWorks__background--01 {
    font-size: 12rem;
  }
}
.p-worksPageWorks__background--02 {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.6;
  opacity: 0.09;
}
@media screen and (max-width: 768px) {
  .p-worksPageWorks__background--02 {
    font-size: 2.4rem;
  }
}

.p-recruitPageMessage {
  padding-top: 80px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .p-recruitPageMessage {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.p-recruitPageMessageBody {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-recruitPageMessageBody {
    margin-top: 40px;
  }
}
.p-recruitPageMessageRead {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-recruitPageMessageRead {
    font-size: 1.5rem;
  }
}
.p-recruitPageMessageRead--02 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-recruitPageMessageRead--02 {
    margin-top: 32px;
  }
}
.p-recruitPageMessageCopy {
  position: relative;
  display: inline-block;
  color: transparent;
  background: linear-gradient(90deg, rgb(9, 175, 92) 0%, rgb(168, 205, 45) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 40px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-recruitPageMessageCopy {
    font-size: 2rem;
    margin-top: 32px;
    padding-bottom: 10px;
  }
}
.p-recruitPageMessageCopy::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #F0FAED;
  width: 100%;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .p-recruitPageMessageCopy::after {
    height: 20px;
  }
}
.p-recruitPageRequirement {
  width: 93.5%;
  background: #09AF5C;
  border-radius: 0 128px 0 128px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .p-recruitPageRequirement {
    width: 100%;
    border-radius: 0 64px 0 64px;
    padding-top: 64px;
    padding-bottom: 80px;
  }
}
.p-recruitPageRequirement .l-contentInner--secondary {
  margin-right: auto;
  margin-left: auto;
}
.p-recruitPageRequirement .c-requirementTable {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-recruitPageRequirement .c-requirementTable {
    margin-top: 28px;
  }
}
.p-recruitPageRequirement .m-secondaryButton {
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-recruitPageRequirement .m-secondaryButton {
    margin-top: 64px;
  }
}

.p-contactPageForm {
  padding-top: 80px;
  padding-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .p-contactPageForm {
    padding-top: 56px;
    padding-bottom: 80px;
  }
}
.p-contactPageForm .l-contentInner--secondary {
  margin-right: auto;
  margin-left: auto;
}
.p-contactPageFormRead {
  color: #242424;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contactPageFormRead {
    font-size: 1.5rem;
    text-align: left;
  }
}
.p-contactPageForm .c-contactSecondaryButton {
  margin-top: 42px;
  margin-right: auto;
  margin-left: auto;
}
.p-contactPageFormBody {
  margin-top: 78px;
}
@media screen and (max-width: 768px) {
  .p-contactPageFormBody {
    margin-top: 56px;
  }
}/*# sourceMappingURL=mystyle.css.map */

.form-acceptance {
  text-align: center;
  margin-top: 24px;
}

.wpcf7-list-item-label {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  cursor: pointer;
}

.form-acceptance input[type=checkbox] {
  position: absolute;
  top: 54%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  margin: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  opacity: 0;
}

.form-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 54%;
  left: -1.5em;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: #F6F5F5;
  border: 1px solid #242424;
  cursor: pointer;
}

.form-acceptance .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 54%;
  left: -1.5em;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../img/form_arrow.svg) no-repeat center center / contain;
  cursor: pointer;
  opacity: 0;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  opacity: 0;
}