/*----------------------------------------*/
/*! 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: #09AF5C;
  font-family: "Lato", "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  color: #2F2B22;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0em;
  padding-top: 16px;
  padding-right: 16px;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

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

.l-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 72px;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-property: all;
}
@media screen and (max-width: 768px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 72px;
    background: #FFFFFF;
  }
}
.l-headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .l-headerInner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.l-headerLogo {
  width: 198px;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-property: all;
}
@media screen and (max-width: 768px) {
  .l-headerLogo {
    height: auto;
  }
}
@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-headerNavList {
  display: flex;
  align-items: center;
  gap: 0 56px;
  height: 100%;
  margin-right: 56px;
}
.l-headerNavItem {
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-property: all;
}
@media (hover: hover) and (pointer: fine) {
  .l-headerNavItem:hover {
    opacity: 0.5;
  }
}
.l-headerNavItem--current a {
  position: relative;
  padding-bottom: 8px;
}
.l-headerNavItem--current a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #3DAC5A;
  border-radius: 2px;
}
.l-headerNavItem a {
  position: relative;
}
.l-headerNavItem a span {
  display: inline-block;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}
.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: #3DAC5A;
  border-radius: 2px;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-property: all;
}
.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: #3DAC5A;
  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: rgba(255, 255, 255, 0.4);
}
.l-headerSPNav__item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 56px 24px 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_dot_white.svg) no-repeat center;
  background-size: 20px;
}
.l-headerSPNav .m-contactButtonSP {
  margin-top: 56px;
  margin-left: 24px;
}

.l-header.scroll {
  background: white;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-property: all;
}

.l-footer {
  background: #3DAC5A;
  padding-bottom: 8px;
}
.l-footerInner {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .l-footerInner {
    flex-direction: column-reverse;
    padding-top: 24px;
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 768px) {
  .l-footerInfo {
    padding-top: 24px;
  }
}
.l-footerLogo {
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-property: all;
}
@media (hover: hover) and (pointer: fine) {
  .l-footerLogo:hover {
    opacity: 0.5;
  }
}
.l-footerLogo img {
  width: 298px;
}
@media screen and (max-width: 768px) {
  .l-footerLogo img {
    width: 206px;
    margin-right: auto;
    margin-left: auto;
  }
}
.l-footerAddress {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .l-footerAddress {
    font-size: 1.5rem;
    text-align: center;
  }
}
.l-footerNav {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-footerNav {
    flex-direction: column;
    align-items: center;
    gap: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 40px;
  }
}
.l-footerList {
  display: flex;
  gap: 0 40px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .l-footerList {
    gap: 0 24px;
    margin-right: 0;
  }
}
.l-footerItem {
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-property: all;
}
@media (hover: hover) and (pointer: fine) {
  .l-footerItem:hover {
    opacity: 0.5;
  }
}
.l-footerItem a {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .l-footerItem a {
    font-size: 1.5rem;
  }
}
.l-footerCopyright {
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .l-footerCopyright {
    font-size: 1.3rem;
  }
}

.l-wrapper {
  position: relative;
  height: 100%;
}
.l-wrapper--background {
  background: #FFFFFF;
  border-radius: 32px;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .l-wrapper--background {
    background: #3DAC5A;
    padding-top: 0;
  }
}

.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: 944px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-contentInner--secondary {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.l-contentInner--tertiary {
  width: 100%;
  max-width: 848px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-contentInner--tertiary {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .l-sectionWrap {
    background: #3DAC5A;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .l-sectionInner {
    background: #FFFFFF;
    border-radius: 16px;
  }
}

.l-pageTitle {
  position: relative;
  width: 100%;
  height: 200px;
  background: url(../img/common_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-pageTitleText {
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .l-pageTitleText {
    left: 20px;
  }
}
.l-pageTitle__sub {
  display: flex;
  align-items: center;
  gap: 0 4px;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-pageTitle__sub {
    font-size: 1.3rem;
  }
}
.l-pageTitle__sub::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/icon_circle_white.svg) no-repeat center;
  background-size: 16px;
}
@media screen and (max-width: 768px) {
  .l-pageTitle__sub::before {
    width: 10px;
    height: 10px;
    background-size: 10px;
  }
}
.l-pageTitle__main {
  color: #FFFFFF;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-pageTitle__main {
    font-size: 3.2rem;
  }
}

.l-pageContact {
  background: #FFFFFF;
  border-radius: 0 0 32px 32px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .l-pageContact {
    background: none;
    border-radius: 0 0 0px 0px;
    padding-top: 24px;
    padding-bottom: 56px;
  }
}
.l-pageContactInner {
  display: flex;
  gap: 0 128px;
}
@media screen and (max-width: 768px) {
  .l-pageContactInner {
    flex-direction: column;
    gap: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-pageContact .c-primarySectionTitle {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.l-pageContactRead {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.01em;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .l-pageContactRead {
    text-align: center;
    margin-top: 8px;
  }
}
.l-pageContactTel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px 0;
  border-bottom: 2px solid #3DAC5A;
  border-radius: 2px;
  padding-top: 29px;
  padding-right: 54px;
  padding-bottom: 24px;
  padding-left: 54px;
}
@media screen and (max-width: 768px) {
  .l-pageContactTel {
    border-bottom: none;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.l-pageContactTel__number {
  display: flex;
  align-items: center;
  gap: 0 4px;
  color: #3DAC5A;
  font-family: "Roboto", sans-serif;
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-property: all;
}
@media (hover: hover) and (pointer: fine) {
  .l-pageContactTel__number:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .l-pageContactTel__number {
    gap: 0 1px;
    font-size: 3.2rem;
  }
}
.l-pageContactTel__number::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background: url(../img/icon_tel.svg) no-repeat center;
  background-size: 48px;
}
@media screen and (max-width: 768px) {
  .l-pageContactTel__number::before {
    width: 32px;
    height: 32px;
    background-size: 32px;
  }
}
.l-pageContactTel__time {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .l-pageContactTel__time {
    font-weight: 400;
  }
}
.l-pageContact .m-contactButton {
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-pageContact .m-contactButton {
    margin-top: 40px;
  }
}

.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-primarySectionTitle__sub {
  display: flex;
  align-items: center;
  gap: 0 4px;
  color: #F56757;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-primarySectionTitle__sub {
    font-size: 1.3rem;
  }
}
.c-primarySectionTitle__sub::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/icon_circle_red.svg) no-repeat center;
  background-size: 16px;
}
@media screen and (max-width: 768px) {
  .c-primarySectionTitle__sub::before {
    width: 10px;
    height: 10px;
    background-size: 10px;
  }
}
.c-primarySectionTitle__main {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-primarySectionTitle__main {
    font-size: 3.2rem;
  }
}

.c-secondarySectionTitle {
  text-align: center;
}
.c-secondarySectionTitle__sub {
  color: #F56757;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-secondarySectionTitle__main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-primaryTable {
  width: 100%;
  border-spacing: 0;
}
.c-primaryTable__th {
  position: relative;
  width: 25.8%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-primaryTable__th {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    padding-top: 16px;
    padding-bottom: 4px;
  }
}
.c-primaryTable__th::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(47, 43, 34, 0.2);
}
@media screen and (max-width: 768px) {
  .c-primaryTable__th::after {
    display: none;
  }
}
.c-primaryTable__td {
  position: relative;
  width: 74.2%;
  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: 20px;
}
@media screen and (max-width: 768px) {
  .c-primaryTable__td {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    padding-top: 4px;
    padding-bottom: 16px;
    padding-left: 0px;
  }
}
.c-primaryTable__td::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(47, 43, 34, 0.2);
}

.c-newsArticle {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 32px 64px;
}
@media screen and (max-width: 768px) {
  .c-newsArticle {
    padding: 24px 20px;
  }
}
.c-newsArticleDate {
  display: flex;
  align-items: center;
  gap: 0 4px;
  color: #3DAC5A;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-newsArticleDate {
    font-size: 1.5rem;
  }
}
.c-newsArticleDate::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_calendar.svg) no-repeat center;
  background-size: 20px;
}
@media screen and (max-width: 768px) {
  .c-newsArticleDate::before {
    width: 18px;
    height: 18px;
    background-size: 18px;
  }
}
.c-newsArticleTitle {
  min-height: 71px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .c-newsArticleTitle {
    min-height: auto;
    font-size: 2rem;
    margin-top: 6px;
    margin-bottom: 6px;
  }
}
.c-newsArticleBody {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #3DAC5A;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .c-newsArticleBody {
    flex-direction: column;
  }
}
.c-newsArticleImage {
  width: 300px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .c-newsArticleImage {
    width: 100%;
  }
}
.c-newsArticleRead {
  width: calc(100% - 300px - 24px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-newsArticleRead {
    width: 100%;
    font-size: 1.5rem;
    margin-top: 8px;
  }
}

.c-primaryNewsItem {
  border-bottom: 3px dotted rgba(61, 172, 90, 0.5);
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-property: all;
}
@media (hover: hover) and (pointer: fine) {
  .c-primaryNewsItem:hover {
    opacity: 0.5;
  }
}
.c-primaryNewsItem a {
  display: flex;
  gap: 0 42px;
}
@media screen and (max-width: 768px) {
  .c-primaryNewsItem a {
    flex-direction: column;
    gap: 0 0px;
    padding-top: 12px;
    padding-bottom: 8px;
  }
}
.c-primaryNewsDate {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  padding-top: 17px;
  padding-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .c-primaryNewsDate {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.c-primaryNewsTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .c-primaryNewsTitle {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.c-businessCard {
  width: calc((100% - 160px) / 3);
  background: #FFFFFF;
  border-radius: 16px;
  border: 3px solid;
}
@media screen and (max-width: 768px) {
  .c-businessCard {
    width: 100%;
    height: 200px;
  }
}
.c-businessCard--01 {
  border-color: #3DAC5A;
}
.c-businessCard--01 .c-businessCardTitle {
  background: #3DAC5A;
}
.c-businessCard--02 {
  border-color: #21AEA7;
}
.c-businessCard--02 .c-businessCardTitle {
  background: #21AEA7;
}
.c-businessCard--03 {
  border-color: #1FB2DB;
}
.c-businessCard--03 .c-businessCardTitle {
  background: #1FB2DB;
}
.c-businessCardTitle {
  border-radius: 12px 12px 0 0;
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 2.4;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .c-businessCardTitle {
    font-size: 2rem;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.c-businessCardRead {
  background: #FFFFFF;
  border-radius: 0 0 16px 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .c-businessCardRead {
    font-size: 1.5rem;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}

.c-projectCard {
  position: relative;
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width: 768px) {
  .c-projectCard {
    width: 100%;
  }
}
.c-projectCardNumber {
  position: absolute;
  top: 0;
  left: -40px;
  background: #3DAC5A;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  color: #FFFFFF;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-projectCardNumber {
    left: -16px;
    width: 64px;
    height: 64px;
    font-size: 2.8rem;
    line-height: 64px;
  }
}
.c-projectCardTitle {
  color: #3DAC5A;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  padding-left: 48px;
}
@media screen and (max-width: 768px) {
  .c-projectCardTitle {
    font-size: 1.8rem;
    padding-left: 56px;
  }
}
.c-projectCardImage {
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 8px solid #3DAC5A;
  border-radius: 16px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .c-projectCardImage {
    margin-top: 6px;
  }
}
.c-projectCardDate {
  color: #B2B2B2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .c-projectCardDate {
    font-size: 1.5rem;
    margin-top: 6px;
  }
}
.c-projectCardArea {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-projectCardArea {
    font-size: 1.5rem;
  }
}
.c-projectCardName {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .c-projectCardName {
    font-size: 1.7rem;
    margin-top: 6px;
  }
}

.c-worksCard {
  width: calc((100% - 64px) / 3);
}
@media screen and (max-width: 768px) {
  .c-worksCard {
    width: 100%;
  }
}
.c-worksCardGenre {
  display: inline-block;
  background: #3DAC5A;
  border-radius: 20px;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  padding-right: 16px;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .c-worksCardGenre {
    font-size: 1.5rem;
  }
}
.c-worksCardImage {
  border-radius: 8px;
  margin-top: 8px;
}
.c-worksCardDate {
  color: #B6B6B6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .c-worksCardDate {
    font-size: 1.5rem;
    margin-top: 8px;
  }
}
.c-worksCardArea {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .c-worksCardArea {
    font-size: 1.5rem;
    margin-top: 8px;
  }
}
.c-worksCardName {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-worksCardName {
    font-size: 1.5rem;
  }
}

.c-primaryFormPrivacy {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-primaryFormPrivacy {
    margin-top: 16px;
  }
}
.c-primaryFormPrivacy__title {
  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: #F9FCF6;
  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: 400;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-primaryFormPrivacy__read {
    font-size: 1.5rem;
  }
}

.c-pagetopButton {
  position: fixed;
  z-index: 99;
  right: 64px;
  bottom: 64px;
  display: flex;
  align-items: center;
  gap: 0 8px;
  cursor: pointer;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .c-pagetopButton {
    right: 32px;
    bottom: 32px;
  }
}
.c-pagetopButton__text {
  color: #3DAC5A;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-pagetopButton__text {
    font-size: 1.3rem;
  }
}
.c-pagetopButton__arrow {
  width: 56px;
}
@media screen and (max-width: 768px) {
  .c-pagetopButton__arrow {
    width: 36px;
  }
}

.c-newsPagination {
  display: flex;
  justify-content: center;
}
.c-newsPaginationNav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 24px;
}
@media screen and (max-width: 768px) {
  .c-newsPaginationNav {
    gap: 0 20px;
  }
}
.c-newsPaginationNav a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-property: all;
}
@media screen and (max-width: 768px) {
  .c-newsPaginationNav a {
    width: 28px;
    height: 28px;
    font-size: 1.8rem;
  }
}
.c-newsPaginationNav a.current {
  background: #3DAC5A;
  color: #FFFFFF;
}
.c-newsPaginationNav a.page {
  color: #3DAC5A;
}
.c-newsPaginationNav a.arrow span {
  font-size: 0;
}
.c-newsPaginationNav a.back span {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/arrow_back.svg) no-repeat center;
  background-size: 32px;
}
@media screen and (max-width: 768px) {
  .c-newsPaginationNav a.back span {
    width: 28px;
    height: 28px;
    background-size: 28px;
  }
}
.c-newsPaginationNav a.next span {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/arrow_next.svg) no-repeat center;
  background-size: 32px;
}
@media screen and (max-width: 768px) {
  .c-newsPaginationNav a.next span {
    width: 28px;
    height: 28px;
    background-size: 28px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-newsPaginationNav a.hover:hover {
    opacity: 0.5;
  }
}

.m-primaryButton {
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-property: all;
}
@media (hover: hover) and (pointer: fine) {
  .m-primaryButton:hover {
    opacity: 0.5;
  }
}
.m-primaryButton a span {
  display: flex;
  align-items: center;
  gap: 0 8px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .m-primaryButton a span {
    font-size: 1.5rem;
  }
}
.m-primaryButton a span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .m-primaryButton a span::before {
    width: 20px;
    height: 20px;
  }
}
.m-primaryButton--green a span {
  color: #3DAC5A;
  font-weight: 700;
}
.m-primaryButton--green a span::before {
  background: url(../img/icon_mail_green.svg) no-repeat center;
  background-size: 24px;
}
@media screen and (max-width: 768px) {
  .m-primaryButton--green a span::before {
    background-size: 20px;
  }
}
.m-primaryButton--white a span {
  color: #FFFFFF;
  font-weight: 500;
}
.m-primaryButton--white a span::before {
  background: url(../img/icon_mail_white.svg) no-repeat center;
  background-size: 24px;
}
@media screen and (max-width: 768px) {
  .m-primaryButton--white a span::before {
    background-size: 20px;
  }
}

.m-secondaryButton {
  width: 240px;
  height: 64px;
  background: #3DAC5A;
  border-radius: 32px;
  color: #FFFFFF;
  padding-right: 24px;
  padding-left: 24px;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-property: all;
}
@media (hover: hover) and (pointer: fine) {
  .m-secondaryButton:hover {
    opacity: 0.5;
  }
}
.m-secondaryButton a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m-secondaryButton__main {
  color: inherit;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.m-secondaryButton__sub {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  opacity: 0.8;
}

.m-contactButton {
  width: 240px;
  height: 64px;
  background: #3DAC5A;
  border-radius: 32px;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-property: all;
}
@media (hover: hover) and (pointer: fine) {
  .m-contactButton:hover {
    opacity: 0.5;
  }
}
.m-contactButton a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-contactButton a span {
  display: flex;
  align-items: center;
  gap: 0 4px;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.01em;
}
.m-contactButton a span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icon_mail_white.svg) no-repeat center;
  background-size: 24px;
}

.m-contactButtonSP {
  width: 240px;
  height: 64px;
  background: #FFFFFF;
  border-radius: 32px;
}
.m-contactButtonSP a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 24px;
  padding-left: 24px;
}
.m-contactButtonSP a span {
  display: flex;
  align-items: center;
  gap: 0 8px;
  color: #3DAC5A;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}
.m-contactButtonSP a span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icon_mail_green.svg) no-repeat center;
  background-size: 24px;
}
.m-contactButtonSP a span::after {
  content: "";
  position: absolute;
  right: 24px;
  display: block;
  width: 8px;
  height: 8px;
  background: url(../img/icon_dot_green.svg) no-repeat center right;
  background-size: 8px;
}

.m-primarySubTitle {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .m-primarySubTitle {
    font-size: 2.4rem;
  }
}

.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: 59/20;
  border-radius: 16px;
}
@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-topPageKv {
  padding-top: 8px;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .p-topPageKv {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
.p-topPageKvInner {
  position: relative;
}
.p-topPageKvImage {
  width: 100%;
  height: 100vh;
  max-height: 696px;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .p-topPageKvImage {
    max-height: 590px;
  }
}
.p-topPageKvImage img {
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-topPageKvText {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-topPageKvText {
    top: 144px;
  }
}
.p-topPageKvText__title {
  color: #FFFFFF;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .p-topPageKvText__title {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.4;
    text-align: center;
  }
}
.p-topPageAboutus {
  padding-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-topPageAboutus {
    padding-top: 24px;
  }
}
.p-topPageAboutusInner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-topPageAboutusInner {
    flex-direction: column;
  }
}
.p-topPageAboutus .m-secondaryButton {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-topPageAboutus .m-secondaryButton {
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-topPageOurworks {
  position: relative;
  background: url(../img/bg_dot.svg) repeat;
  width: 100%;
  height: 100%;
  background-size: 108px;
  margin-top: 80px;
  padding-top: 56px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-topPageOurworks {
    margin-top: 56px;
    padding-top: 24px;
    padding-bottom: 56px;
  }
}
.p-topPageOurworksBackground {
  position: absolute;
  top: -64px;
  right: 0;
  width: 544px;
}
@media screen and (max-width: 768px) {
  .p-topPageOurworksBackground {
    top: -32px;
    width: 145px;
  }
}
.p-topPageOurworksInner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-topPageOurworksInner {
    flex-direction: column-reverse;
  }
}
.p-topPageOurworks .m-secondaryButton {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-topPageOurworks .m-secondaryButton {
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-topPageSectionImage {
  padding-top: 94px;
}
@media screen and (max-width: 768px) {
  .p-topPageSectionImage {
    padding-top: 8px;
  }
}
.p-topPageSectionImage img {
  width: 448px;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .p-topPageSectionImage img {
    width: 100%;
    height: 192px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
  }
}
.p-topPageSectionText {
  width: calc(100% - 448px - 56px);
}
@media screen and (max-width: 768px) {
  .p-topPageSectionText {
    width: 100%;
  }
}
.p-topPageSectionText .m-primarySubTitle {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-topPageSectionText .m-primarySubTitle {
    margin-top: 16px;
  }
}
.p-topPageSectionText__read {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: -0.01em;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-topPageSectionText__read {
    line-height: 1.8;
    margin-top: 8px;
  }
}
.p-topPageNews {
  background: #F9FCF6;
  padding-top: 56px;
  padding-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .p-topPageNews {
    padding-top: 24px;
  }
}
.p-topPageNewsInner {
  position: relative;
  background: #FFFFFF;
  border-radius: 16px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-topPageNewsInner {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.p-topPageNewsInner .c-primarySectionTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-topPageNewsInner .c-primaryNewsList {
  width: 100%;
  max-width: 720px;
  margin-top: 56px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-topPageNewsInner .c-primaryNewsList {
    margin-top: 36px;
  }
}
.p-topPageNewsInner .m-secondaryButton {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-topPageNewsInner .m-secondaryButton {
    margin-top: 24px;
  }
}
.p-topPageNewsBackground {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 330px;
}
@media screen and (max-width: 768px) {
  .p-topPageNewsBackground {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-topPageWrapper {
    display: block;
    width: calc(100% - 40px);
    background: #FFFFFF;
    border-radius: 16px;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-aboutusPageGreeting {
  position: relative;
  padding-top: 56px;
  padding-bottom: 176px;
}
@media screen and (max-width: 768px) {
  .p-aboutusPageGreeting {
    padding-top: 48px;
    padding-bottom: 144px;
  }
}
.p-aboutusPageGreetingBody {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 720px;
  margin-top: 56px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-aboutusPageGreetingBody {
    margin-top: 40px;
  }
}
.p-aboutusPageGreetingRead {
  width: 100%;
  max-width: 720px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-aboutusPageGreetingRead {
    font-size: 1.6rem;
  }
}
.p-aboutusPageGreetingProfile {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 16px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-aboutusPageGreetingProfile {
    gap: 0 12px;
  }
}
.p-aboutusPageGreetingProfile img {
  width: 79px;
}
@media screen and (max-width: 768px) {
  .p-aboutusPageGreetingProfile img {
    width: 64px;
  }
}
.p-aboutusPageGreetingProfile p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-aboutusPageGreetingProfile p {
    font-size: 1.7rem;
  }
}
.p-aboutusPageGreeting::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/bg_greeting.jpg) no-repeat center;
  width: 100%;
  height: 160px;
  background-size: cover;
}
.p-aboutusPageCompany {
  background: #F9FCF6;
  padding-top: 56px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-aboutusPageCompany {
    padding-top: 40px;
    padding-bottom: 64px;
  }
}
.p-aboutusPageCompanyTable {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .p-aboutusPageCompanyTable {
    margin-top: 24px;
  }
}
.p-aboutusPageCompany .m-primaryMap {
  margin-top: 40px;
}
.p-aboutusPageHistory {
  position: relative;
  padding-top: 80px;
  padding-bottom: 240px;
}
@media screen and (max-width: 768px) {
  .p-aboutusPageHistory {
    padding-top: 40px;
    padding-bottom: 136px;
  }
}
.p-aboutusPageHistoryTable {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .p-aboutusPageHistoryTable {
    margin-top: 24px;
  }
}
.p-aboutusPageHistoryBackground {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 632px;
}
@media screen and (max-width: 768px) {
  .p-aboutusPageHistoryBackground {
    width: 360px;
  }
}

.p-ourworksPage .c-secondarySectionTitle__main {
  font-family: "Noto Sans JP", sans-serif;
}
.p-ourworksPageConcept {
  position: relative;
}
.p-ourworksPageConceptInner {
  position: relative;
  z-index: 1;
  padding-top: 56px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .p-ourworksPageConceptInner {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.p-ourworksPageConceptRead {
  width: 100%;
  max-width: 720px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 56px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-ourworksPageConceptRead {
    font-size: 1.5rem;
    margin-top: 40px;
  }
}
.p-ourworksPageConceptImage {
  border-radius: 50%;
}
.p-ourworksPageConceptImage--01 {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 160px;
}
@media screen and (max-width: 768px) {
  .p-ourworksPageConceptImage--01 {
    display: none;
    top: 16px;
    left: 16px;
    width: 80px;
  }
}
.p-ourworksPageConceptImage--02 {
  position: absolute;
  right: 24px;
  bottom: -24px;
  width: 240px;
}
@media screen and (max-width: 768px) {
  .p-ourworksPageConceptImage--02 {
    right: 24px;
    bottom: -24px;
    width: 104px;
  }
}
.p-ourworksPageBusiness {
  background: #F9FCF6;
  padding-top: 56px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-ourworksPageBusiness {
    padding-top: 40px;
    padding-bottom: 64px;
  }
}
.p-ourworksPageBusinessBody {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-ourworksPageBusinessBody {
    margin-top: 40px;
  }
}
.p-ourworksPageBusinessRead {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-ourworksPageBusinessRead {
    font-size: 1.5rem;
  }
}
.p-ourworksPageBusinessList {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-ourworksPageBusinessList {
    flex-wrap: wrap;
    gap: 24px 0;
    margin-top: 32px;
  }
}
.p-ourworksPageProject {
  padding-top: 160px;
  padding-bottom: 168px;
}
@media screen and (max-width: 768px) {
  .p-ourworksPageProject {
    padding-top: 80px;
    padding-bottom: 84px;
  }
}
.p-ourworksPageProjectBody {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 64px 0;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-ourworksPageProjectBody {
    gap: 40px 0;
    margin-top: 40px;
  }
}
.p-ourworksPageWorks {
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .p-ourworksPageWorks {
    padding-bottom: 80px;
  }
}
.p-ourworksPageWorksBody {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-ourworksPageWorksBody {
    gap: 32px 0;
    margin-top: 32px;
  }
}
.p-ourworksPageLink {
  background: #F9FCF6;
  padding-top: 56px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-ourworksPageLink {
    padding-top: 40px;
    padding-bottom: 64px;
  }
}
.p-ourworksPageLinkBody {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-ourworksPageLinkBody {
    margin-top: 40px;
  }
}
.p-ourworksPageLinkList {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
@media screen and (max-width: 768px) {
  .p-ourworksPageLinkList {
    gap: 24px 0;
  }
}
.p-ourworksPageLinkItem {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}
@media screen and (max-width: 768px) {
  .p-ourworksPageLinkItem {
    gap: 4px 0;
  }
}
.p-ourworksPageLinkItem a {
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-property: all;
}
@media (hover: hover) and (pointer: fine) {
  .p-ourworksPageLinkItem a:hover {
    opacity: 0.5;
  }
}
.p-ourworksPageLinkItem a span {
  display: flex;
  align-items: center;
  gap: 0 16px;
  color: #3DAC5A;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-ourworksPageLinkItem a span {
    font-size: 1.7rem;
  }
}
.p-ourworksPageLinkItem a span::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/icon_link.svg) no-repeat center;
  background-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-ourworksPageLinkItem a span::after {
    width: 14px;
    height: 14px;
    background-size: 14px;
  }
}
.p-ourworksPageLinkItem p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-ourworksPageLinkItem p {
    font-size: 1.5rem;
  }
}

.p-newsPage .c-secondarySectionTitle__main {
  font-family: "Noto Sans JP", sans-serif;
}
.p-newsPageNews {
  background: #F9FCF6;
  padding-top: 56px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .p-newsPageNews {
    border-radius: 16px 16px 0 0;
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.p-newsPageNewsBody {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-newsPageNewsBody {
    gap: 32px 0;
    margin-top: 40px;
  }
}
.p-newsPageNews .c-newsPagination {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-newsPageNews .c-newsPagination {
    margin-top: 40px;
  }
}

.p-contactPageForm {
  padding-top: 56px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .p-contactPageForm {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.p-contactPageForm__read {
  width: 100%;
  max-width: 720px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-contactPageForm__read {
    font-size: 1.4rem;
  }
}
.p-contactPageForm__note {
  width: 100%;
  max-width: 720px;
  color: #FF0000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-contactPageForm__note {
    font-size: 1.4rem;
  }
}
.p-contactPageForm .c-primaryFormPrivacy {
  width: 100%;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}
.p-contactPageForm__main {
  width: 100%;
  margin-top: 56px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-contactPageForm__main {
    margin-top: 40px;
  }
}

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

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}/*# sourceMappingURL=mystyle.css.map */