@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

html {
  font-size: 1.7793594306vw;
}

body {
  font-size: 2rem;
  font-family: "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
  color: #4d793c;
  letter-spacing: 0.05em;
  line-height: 2;
  background-color: #f9f9f7;
}

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

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.u-font-figtree {
  font-family: "Figtree", sans-serif;
}

.js-inview:not(.--unique):not(.--order) {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.js-inview:not(.--unique):not(.--order).is-animation {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-inview:not(.--unique):not(.--order).--to-left {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.js-inview:not(.--unique):not(.--order).--to-left.is-animation {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.js-inview.--order > * {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.js-inview.--order > *.is-animation {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[id] {
  scroll-margin-top: 8rem;
}

@-webkit-keyframes wobbling_x {
  0% {
    -webkit-transform: translate3d(-5%, 0, 0);
            transform: translate3d(-5%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(5%, 0, 0);
            transform: translate3d(5%, 0, 0);
  }
}

@keyframes wobbling_x {
  0% {
    -webkit-transform: translate3d(-5%, 0, 0);
            transform: translate3d(-5%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(5%, 0, 0);
            transform: translate3d(5%, 0, 0);
  }
}
@-webkit-keyframes wobbling_y {
  0% {
    -webkit-transform: translate3d(0, -5%, 0);
            transform: translate3d(0, -5%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 5%, 0);
            transform: translate3d(0, 5%, 0);
  }
}
@keyframes wobbling_y {
  0% {
    -webkit-transform: translate3d(0, -5%, 0);
            transform: translate3d(0, -5%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 5%, 0);
            transform: translate3d(0, 5%, 0);
  }
}
.c-section-head {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2.3rem 0;
  z-index: 100;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.l-header.is-hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.l-header.is-hidden.is-visibled {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-header__inner {
  position: relative;
  width: 92%;
  margin: auto;
}
.l-header__logo {
  width: 15.6rem;
}
.l-header__logo02 {
  position: absolute;
  top: 2.3rem;
  left: 4%;
  width: 5.5rem;
}
.l-header__nav {
  display: none;
  opacity: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 7.8rem 2.3rem;
  background: #4d793c;
  color: #cae1a5;
  -webkit-transition: opacity 0.3s ease-out, display 0.3s allow-discrete;
  transition: opacity 0.3s ease-out, display 0.3s allow-discrete;
}
.l-header__nav.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
@starting-style {
  .l-header__nav.is-active {
    opacity: 0;
  }
}
.l-header__nav-list-item:nth-child(n+2) {
  margin-top: 1.9rem;
}
.l-header__nav-list-item-en {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
.l-header__nav-list-item-jp {
  margin-top: 0.5rem;
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.l-header__menu-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 4rem;
  height: 3.5rem;
  margin: auto;
}
.l-header__menu-button.is-active .l-header__menu-button-line:nth-child(1) {
  top: 1.6rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header__menu-button.is-active .l-header__menu-button-line:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}
.l-header__menu-button.is-active .l-header__menu-button-line:nth-child(3) {
  bottom: 1.6rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-header__menu-button-line {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 0.4rem;
  margin: auto;
  background: #7fa645;
  border-radius: 9999px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.l-header__menu-button-line:nth-child(1) {
  top: 0;
}
.l-header__menu-button-line:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.l-header__menu-button-line:nth-child(3) {
  bottom: 0;
}

.l-footer {
  padding: 10.7rem 0 9rem;
  background: #4d793c;
  color: #cae1a5;
}
.l-footer__logo {
  width: 20.5rem;
  margin: 0 auto 3.7rem;
}
.l-footer__txt-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer__name {
  font-size: 1.4rem;
  line-height: 1.6;
}
.l-footer__address {
  margin-top: 0.8rem;
  font-size: 1.1rem;
  line-height: 1.4;
}
.l-footer__access {
  display: inline-block;
  margin-top: 1.7rem;
  padding: 0.4rem 0.8rem;
  font-size: 1.3rem;
  color: #4d793c;
  line-height: 1;
  background-color: #cae1a5;
}
.l-footer__copyright {
  margin-top: 2.6rem;
  font-size: 1.2rem;
}

.l-inner {
  position: relative;
  max-width: 1075px;
  width: 78%;
  margin: auto;
}

.mv {
  position: relative;
}
.mv__img {
  position: relative;
  z-index: 1;
}
.mv__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 2rem;
  z-index: 2;
}
.mv__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.mv__head.is-animation .mv__head-inner {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.mv__head.is-animation .mv__head-inner::after {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
.mv__head-inner {
  position: relative;
  display: inline-block;
  background-color: #FFFFFF;
  padding: 1.2rem 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: 0.5s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.5s cubic-bezier(0.4, 0.4, 0, 1);
}
.mv__head-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: 0.5s cubic-bezier(0.4, 0.4, 0, 1) 0.7s;
  transition: 0.5s cubic-bezier(0.4, 0.4, 0, 1) 0.7s;
}
.mv__head-inner:last-child {
  padding-bottom: 0;
}
.mv__button {
  position: fixed;
  bottom: 5rem;
  right: 2.3rem;
  z-index: 3;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  animation: wobbling_x 7.2s ease-in-out infinite alternate-reverse 0.5s;
}
.mv__button.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.mv__button-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15.8rem;
  height: 15.8rem;
  padding-bottom: 1rem;
  border-radius: 9999px;
  background-color: #7fa645;
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  line-height: 1.2;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  animation: wobbling_y 1.8s ease-in-out infinite alternate-reverse 0.5s;
}
.mv__button-arrow {
  position: absolute;
  bottom: 2.4rem;
  left: 0;
  right: 0;
  width: 5.6rem;
  margin: auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.message {
  padding: 3.5rem 0 11.6rem;
}
.message__txt {
  text-align: justify;
}
.message__img {
  position: absolute;
  right: -3rem;
  bottom: -8.6rem;
  width: 16.2rem;
}

.about {
  background: #dfe9d7;
  padding: 2.5rem 0 4.5rem;
}
.about__img-area {
  position: relative;
  margin-bottom: 3.5rem;
}
.about__main-img img {
  margin-left: -0.6rem;
}
.about__head {
  margin-top: 1.5rem;
  font-size: 2.3rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
.about__img {
  position: absolute;
  bottom: 1.2rem;
  left: -3.5rem;
  width: 7.2rem;
}
.about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem 2%;
  width: 95%;
  margin: auto;
}
.about__list-item {
  width: 49%;
  padding: 3rem 2rem 3rem;
  border-radius: 2.6rem;
  border: 1px solid #ecf1ea;
  -webkit-box-shadow: 0.5rem 0.5rem 0.4rem #bebfac;
          box-shadow: 0.5rem 0.5rem 0.4rem #bebfac;
  background-color: #FFFFFF;
  text-align: center;
  line-height: 1.2;
}
.about__list-item-number {
  margin-bottom: 0.4rem;
  font-weight: 600;
}
.about__list-item-txt {
  font-weight: 700;
}

.service {
  padding: 4.3rem 0 5rem;
}
.service__head {
  margin-bottom: 3.6rem;
}
.service__block {
  position: relative;
}
.service__block + .service__block {
  margin-top: 9.7rem;
}
.service__block-head, .service__block-txt, .service__list {
  position: relative;
  z-index: 2;
}
.service__block-head {
  display: inline-block;
  padding: 0 2rem;
  border-radius: 9999px;
  border: 1px solid #4d793c;
  background: #FFFFFF;
  font-weight: 700;
  line-height: 1.8;
}
.service__block-txt {
  margin-top: 1.8rem;
  padding: 0 1.1rem;
  text-align: justify;
}
.service__block-img {
  position: absolute;
  z-index: 1;
}
.service__block-img.--img01 {
  top: -4.3rem;
  right: -2.2rem;
  width: 13.2rem;
}
.service__block-img.--img02 {
  top: -5.6rem;
  left: -6.2rem;
  width: 11.6rem;
}
.service__block-img.--img03 {
  top: -7.7rem;
  right: -2.9rem;
  width: 7.5rem;
}
.service__block-img.--img04 {
  top: -6.9rem;
  left: -3.2rem;
  width: 8.8rem;
}
.service__block-img.--img05 {
  top: -4.3rem;
  right: -2.2rem;
  width: 6rem;
}
.service__block-img.--img06 {
  top: -7.1rem;
  right: -0.9rem;
  width: 15.5rem;
}
.service__block-img.--img07 {
  top: -7.9rem;
  left: -5.6rem;
  width: 10.6rem;
}
.service__list {
  margin-top: 2.9rem;
  padding: 0 0.5rem;
}
.service__list-item {
  position: relative;
  padding: 1.8rem 2.3rem 1.5rem;
  font-weight: 700;
  color: #FFFFFF;
}
.service__list-item:nth-child(n+2) {
  margin-top: 2.3rem;
}
.service__list-item::before, .service__list-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
.service__list-item::before {
  background: -webkit-gradient(linear, left top, right top, from(#3c4c49), to(#58794c));
  background: linear-gradient(to right, #3c4c49, #58794c);
  -webkit-transform: translate(-0.4rem, 0.4rem);
          transform: translate(-0.4rem, 0.4rem);
  -webkit-box-shadow: -0.4rem 0.4rem 0.4rem #a2aa99;
          box-shadow: -0.4rem 0.4rem 0.4rem #a2aa99;
}
.service__list-item::after {
  background: -webkit-gradient(linear, left top, right top, from(#4d793c), color-stop(80%, #346a3c), to(#345c3c));
  background: linear-gradient(to right, #4d793c, #346a3c 80%, #345c3c 100%);
  border: 1px solid #cae1a5;
}
.service__list-item-txt {
  position: relative;
  z-index: 3;
}
.service__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2rem;
  margin-top: 3.7rem;
  padding-right: 0.7rem;
}
.service__link-img {
  width: 4.5rem;
}

.clients {
  padding: 4.5rem 0 5rem;
  background-color: #dfe9d7;
}
.clients__img {
  position: absolute;
  top: 111.8rem;
  left: -6.4rem;
  width: 10.2rem;
}
.clients__index-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  margin-top: 4.2rem;
}
.clients__index-list-item {
  width: 26rem;
  border: 1px solid #4d793c;
  border-radius: 9999px;
  background-color: #FFFFFF;
  font-weight: 700;
  text-align: center;
}
.clients__list {
  margin-top: 1.4rem;
}
.clients__list-item:nth-child(n+2) {
  margin-top: 6.5rem;
}
.clients__list-item-img {
  margin-bottom: 2.5rem;
}
.clients__list-item-head {
  margin-bottom: 0.3rem;
  font-weight: 700;
}
.clients__list-item-txt {
  text-align: justify;
}

.profile {
  padding: 6.5rem 0 13.5rem;
}
.profile__head {
  margin-bottom: 1rem;
}
.profile__thumbnail {
  margin-bottom: 3.6rem;
}
.profile__thumbnail-caption {
  margin-top: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
.profile__list dt {
  display: inline-block;
  padding-right: 0.8em;
  font-weight: 500;
  border-bottom: 1px solid currentColor;
  line-height: 1.6;
}
.profile__list dd {
  width: 100%;
  margin-top: 0.6rem;
  text-align: justify;
}
.profile__list dd + dt {
  margin-top: 6rem;
}
.profile__img {
  position: absolute;
}
.profile__img.--img01 {
  top: -2.4rem;
  right: -1.6rem;
  width: 9.2rem;
}
.profile__img.--img02 {
  left: 0.5rem;
  top: 81.8rem;
  width: 11.7rem;
}
.profile__img.--img03 {
  right: -1rem;
  bottom: -11.7rem;
  width: 12.6rem;
}

.audit {
  padding: 7.5rem 0 4rem;
  background-color: #dfe9d7;
}
.audit__head {
  margin-bottom: 0.6rem;
  font-weight: 700;
}
.audit__txt {
  text-align: justify;
}
.audit__list-head {
  position: relative;
  margin-top: 5.7rem;
  padding-bottom: 2.3rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.audit__list-head::before, .audit__list-head::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 3.6rem;
  height: 1px;
  margin: auto;
  background-color: #4d793c;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.audit__list-head::before {
  -webkit-transform: translateX(50%) rotate(-20deg);
          transform: translateX(50%) rotate(-20deg);
}
.audit__list-head::after {
  -webkit-transform: translateX(50%) rotate(200deg);
          transform: translateX(50%) rotate(200deg);
}
.audit__list {
  margin-top: 1.7rem;
}
.audit__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 8.5rem;
  background-color: #FFFFFF;
  border: 1px solid #4d793c;
  text-align: center;
}
.audit__list-item:nth-child(n+2) {
  margin-top: 1.8rem;
}
.audit__price {
  margin-top: 4.5rem;
}
.audit__price-head {
  font-weight: 700;
}
.audit__price-list {
  margin-top: 1.6rem;
}
.audit__price-list dt, .audit__price-list dd {
  font-weight: 500;
}
.audit__price-list-item {
  display: block;
}
.audit__price-notes {
  margin-top: 3.3rem;
  font-size: 1.5rem;
}
.audit__img {
  position: absolute;
}
.audit__img.--img01 {
  top: 40.1rem;
  left: -4.7rem;
  width: 7.3rem;
}
.audit__img.--img02 {
  bottom: 30rem;
  right: 0;
  width: 16rem;
}

.flow {
  padding: 4rem 0 5rem;
}
.flow__inner {
  max-width: 1040px;
  width: 82%;
}
.flow__list-block {
  position: relative;
  margin-top: 2rem;
}
.flow__list-line {
  position: absolute;
  height: 0.4rem;
  background-image: radial-gradient(#4d793c 30%, transparent 35%);
  background-size: 0.8rem 0.8rem;
  /* ドットの間隔（横 8px、縦 8px） */
  background-repeat: repeat-x;
  /* 横方向にだけ繰り返す */
  background-position: center left;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  margin-top: -1px;
  pointer-events: none;
  z-index: 1;
}
.flow__list {
  position: relative;
  z-index: 2;
}
.flow__list-item {
  position: relative;
  padding-left: 4rem;
}
.flow__list-item:nth-child(n+2) {
  margin-top: 3.5rem;
}
.flow__list-item-number {
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  background-color: #4d793c;
  font-size: 1.9rem;
  color: #FFFFFF;
}
.flow__list-item-head {
  font-weight: 700;
}
.flow__list-item-txt {
  text-align: justify;
}
.flow__img {
  position: absolute;
  top: 0;
  right: -1.4rem;
  width: 9.5rem;
}

.faq {
  padding: 4rem 0 5rem;
  background-color: #dfe9d7;
}
.faq__head {
  margin-bottom: 4.5rem;
  font-weight: 700;
}
.faq__block {
  position: relative;
  padding-left: 3.5rem;
  padding-right: 2rem;
}
.faq__block + .faq__block {
  margin-top: 7.5rem;
}
.faq__block-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 88%;
  padding: 2.2rem 3.5rem;
  border-radius: 4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #4d793c;
  color: #FFFFFF;
  line-height: 1.3;
}
.faq__block-txt {
  padding: 6rem 3rem 4rem;
  border-radius: 4rem;
  border: 1px solid #4d793c;
  background-color: #FFFFFF;
  text-align: justify;
}
.faq__txt {
  margin-top: 3rem;
  text-align: center;
}
.faq__img {
  position: absolute;
}
.faq__img.--img01 {
  top: -3rem;
  right: -4.3rem;
  width: 7.7rem;
}
.faq__img.--img02 {
  bottom: 10rem;
  left: -4.4rem;
  width: 6.5rem;
}

.contact {
  padding: 4rem 0 6.5rem;
}
.contact__form {
  margin-top: 0.6rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.contact__item {
  margin-bottom: 3.3rem;
}
.contact__must {
  color: #c30d23;
}
.contact__input, .contact__textarea, .contact__select {
  width: 100% !important;
  padding: 0.6rem 0.5rem;
  border: none;
  border-bottom: 1px solid #4d793c;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}
.contact__input::-webkit-input-placeholder, .contact__textarea::-webkit-input-placeholder, .contact__select::-webkit-input-placeholder {
  color: #b5b5b6;
}
.contact__input::-moz-placeholder, .contact__textarea::-moz-placeholder, .contact__select::-moz-placeholder {
  color: #b5b5b6;
}
.contact__input:-ms-input-placeholder, .contact__textarea:-ms-input-placeholder, .contact__select:-ms-input-placeholder {
  color: #b5b5b6;
}
.contact__input::-ms-input-placeholder, .contact__textarea::-ms-input-placeholder, .contact__select::-ms-input-placeholder {
  color: #b5b5b6;
}
.contact__input::placeholder, .contact__textarea::placeholder, .contact__select::placeholder {
  color: #b5b5b6;
}
.contact__textarea {
  height: 20rem !important;
}
.contact__select-box {
  position: relative;
}
.contact__select-box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.9rem;
  left: 0.2rem;
  bottom: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/contact_select_arrow.png) no-repeat center/contain;
}
.contact__select {
  position: relative;
  z-index: 2;
  padding-left: 3rem;
}
.contact__select.is-initial {
  color: #b5b5b6;
}
.contact__agree {
  position: relative;
  margin-top: 5rem;
  text-align: center;
}
.contact__agree .mfp_err {
  display: none !important;
}
.contact__agree-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.contact__agree-label {
  position: relative;
  display: inline-block;
  padding-left: 4rem;
}
.contact__agree-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  border: 1px solid #4d793c;
}
.contact__agree-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.2rem;
  left: 1rem;
  width: 1rem;
  height: 2rem;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contact__agree-checkbox:checked + .contact__agree-label::before, .contact__agree-checkbox:checked ~ .contact__agree-label::before {
  background-color: #4d793c;
}
.contact__button {
  display: block;
  width: 25rem;
  margin: 2rem auto 0;
  padding: 1.8rem 1rem;
  border-radius: 1.2rem;
  border: none;
  background: #4d793c;
  color: #FFFFFF;
  text-align: center;
  text-shadow: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.contact__img {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  width: 6.5rem;
}

.thanks {
  padding: 15rem 0 8rem;
}
.thanks__inner {
  max-width: 900px;
}
.thanks__head {
  text-align: center;
  font-size: 1.1em;
  font-weight: 700;
}
.thanks__txt {
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-align: justify;
}
.thanks__link {
  text-align: center;
}
.thanks__link a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.5rem;
}
@media screen and (min-width: 1125px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 2.4rem;
  }
  .u-sp {
    display: none !important;
  }
  [id] {
    scroll-margin-top: 0;
  }
  .c-section-head {
    font-size: 4rem;
  }
  .l-header__inner {
    width: 97%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__nav {
    display: block !important;
    opacity: 1 !important;
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    color: #4d793c;
  }
  .l-header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 3.8rem;
    padding-right: 3rem;
  }
  .l-header__nav-list-item:nth-child(n+2) {
    margin-top: 0;
  }
  .l-header__nav-list-item-en {
    font-size: 2.2rem;
    letter-spacing: 0;
  }
  .l-header__nav-list-item-jp {
    font-size: 1.4rem;
    letter-spacing: 0.025em;
  }
  .l-footer {
    padding: 9rem 4.5rem 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .l-footer__logo {
    width: 23.5rem;
    margin: 0;
  }
  .l-footer__txt-area {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: right;
  }
  .l-footer__name {
    font-size: 2rem;
  }
  .l-footer__address {
    margin-top: 1.1rem;
    font-size: 1.6rem;
  }
  .l-footer__access {
    margin-top: 2.2rem;
    padding: 0.4rem 0.4rem;
    font-size: 1.9rem;
  }
  .l-footer__copyright {
    margin-top: 1.4rem;
    font-size: 1.6rem;
    text-align: right;
    line-height: 1;
  }
  .mv__head {
    gap: 1.2rem;
    font-size: 4.6rem;
  }
  .mv__button {
    right: 5rem;
  }
  .mv__button-inner {
    width: 21.2rem;
    height: 21.2rem;
    padding-bottom: 2rem;
    font-size: 3rem;
  }
  .mv__button-arrow {
    bottom: 3.3rem;
    width: 7.6rem;
  }
  .message {
    padding: 8rem 0 14rem;
  }
  .message__head {
    margin-top: 0.5rem;
    text-align: center;
  }
  .message__txt {
    text-align: center;
  }
  .message__img {
    right: 10.5rem;
    bottom: -9.2rem;
    width: 17.3rem;
  }
  .about {
    padding: 8rem 0 8rem;
  }
  .about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about__img-area {
    width: 48.5%;
    padding-top: 1.7rem;
    padding-right: 2%;
  }
  .about__head {
    font-size: 2.8rem;
  }
  .about__img {
    bottom: -3.8rem;
    left: -2.2rem;
    width: 9rem;
  }
  .about__list {
    width: 49%;
    margin: 0;
  }
  .about__list-item {
    width: 48%;
    padding: 3rem 2rem 4.4rem;
    border-radius: 3.6rem;
  }
  .about__list-item-number {
    margin-bottom: 0.6rem;
    font-size: 2.7rem;
  }
  .service {
    padding: 4.3rem 0 7.4rem;
  }
  .service__inner::after {
    content: "";
    display: block;
    clear: both;
  }
  .service__head {
    margin-bottom: 1.8rem;
  }
  .service__block {
    width: 46.6%;
  }
  .service__block.--block01, .service__block.--block03, .service__block.--block05, .service__block.--block07 {
    float: left;
  }
  .service__block.--block02, .service__block.--block04, .service__block.--block06 {
    float: right;
  }
  .service__block + .service__block {
    margin-top: 15.2rem;
  }
  .service__block + .service__block.--block02 {
    margin-top: 56.3rem;
  }
  .service__block + .service__block.--block04 {
    margin-top: 26.7rem;
  }
  .service__block + .service__block.--block06 {
    margin-top: 29rem;
  }
  .service__block + .service__block.--block07 {
    margin-top: 19.3rem;
  }
  .service__block-head {
    padding: 0 2.8rem;
  }
  .service__block-txt {
    margin-top: 1.5rem;
    padding: 0;
  }
  .service__block-img.--img01 {
    top: -2.9rem;
    right: -5rem;
    width: 12.4rem;
  }
  .service__block-img.--img02 {
    top: -4.6rem;
    right: 0;
    left: auto;
    width: 11.9rem;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  .service__block-img.--img03 {
    top: -8.2rem;
    right: -2.7rem;
    width: 9.9rem;
  }
  .service__block-img.--img04 {
    top: -8.6rem;
    right: 1.3rem;
    left: auto;
    width: 10.9rem;
  }
  .service__block-img.--img05 {
    top: -4.8rem;
    right: 0.7rem;
    width: 8.5rem;
  }
  .service__block-img.--img06 {
    top: -4.8rem;
    right: -0.2rem;
    width: 14.7rem;
  }
  .service__block-img.--img07 {
    top: -14rem;
    left: -6rem;
    width: 13.1rem;
  }
  .service__list {
    margin-top: 2.2rem;
    padding: 0;
  }
  .service__list-item {
    padding: 3.3rem 3rem 3.3rem;
  }
  .service__list-item:nth-child(n+2) {
    margin-top: 3.3rem;
  }
  .service__list-item::before, .service__list-item::after {
    border-radius: 1.5rem;
  }
  .clients {
    padding: 5.5rem 0 9rem;
  }
  .clients__head {
    text-align: center;
  }
  .clients__img {
    top: 0.3rem;
    right: -1.7rem;
    left: auto;
  }
  .clients__list {
    margin-top: 6rem;
  }
  .clients__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .clients__list-item:nth-child(n+2) {
    margin-top: 2.3rem;
  }
  .clients__list-item-img {
    width: 46.6%;
    margin: 1rem 0 0;
  }
  .clients__list-item-txt-area {
    width: 49%;
  }
  .profile {
    padding: 4rem 0 6rem;
  }
  .profile__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .profile__head {
    width: 100%;
    margin-bottom: 2rem;
  }
  .profile__thumbnail {
    width: 45.3%;
    padding-top: 1rem;
  }
  .profile__thumbnail-caption {
    margin-top: 2.5rem;
    padding: 0 0.7rem;
    line-height: 2;
  }
  .profile__list {
    width: 51%;
  }
  .profile__list dt {
    min-width: 16.4rem;
    padding-right: 0.3em;
    padding-bottom: 0.5rem;
  }
  .profile__list dd {
    margin-top: 1.1rem;
  }
  .profile__img.--img01 {
    top: 2.1rem;
    right: auto;
    left: 37.8%;
    width: 9.5rem;
  }
  .profile__img.--img03 {
    left: 4rem;
    bottom: 1rem;
    width: 21.6rem;
  }
  .audit {
    padding: 6.2rem 0 8rem;
  }
  .audit__inner {
    max-width: 900px;
  }
  .audit__head {
    width: 24rem;
    margin: auto;
    padding: 0.8rem 0;
    border-radius: 9999px;
    background-color: #4d793c;
    color: #FFFFFF;
    text-align: center;
  }
  .audit__txt {
    margin-top: 3rem;
    text-align: center;
  }
  .audit__list-head {
    padding-bottom: 4rem;
  }
  .audit__list-head::before, .audit__list-head::after {
    width: 5.6rem;
  }
  .audit__list {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 3.7rem;
  }
  .audit__list-item {
    padding: 1rem 1rem;
    height: auto;
    line-height: 1.67;
  }
  .audit__list-item:nth-child(n+2) {
    margin-top: 0;
  }
  .audit__price {
    text-align: center;
  }
  .audit__price-list {
    margin-top: 2.3rem;
  }
  .audit__price-list-item {
    display: inline-block;
    padding: 0 0.5rem;
  }
  .audit__price-notes {
    margin-top: 6.3rem;
    font-size: 2.4rem;
  }
  .audit__img.--img01 {
    top: 29.1rem;
    left: -9.7rem;
    width: 10.3rem;
  }
  .audit__img.--img02 {
    bottom: -6.8rem;
    right: -3.5rem;
    width: 17.8rem;
  }
  .flow {
    padding: 5.6rem 0 5rem;
  }
  .flow__head {
    font-weight: 700;
    text-align: center;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 1rem;
  }
  .flow__list-block {
    margin-top: 5.2rem;
  }
  .flow__list {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-row-gap: 3.2rem;
    margin-left: -8.5rem;
  }
  .flow__list-item {
    padding-left: 7rem;
  }
  .flow__list-item:nth-child(1) {
    margin-left: 8.5rem;
  }
  .flow__list-item:nth-child(2) {
    margin-left: 17rem;
  }
  .flow__list-item:nth-child(3) {
    margin-left: 25.5rem;
  }
  .flow__list-item:nth-child(4) {
    margin-left: 34rem;
  }
  .flow__list-item:nth-child(5) {
    margin-left: 42.5rem;
  }
  .flow__list-item:nth-child(6) {
    margin-left: 51rem;
  }
  .flow__list-item:nth-child(n+2) {
    margin-top: 0;
  }
  .flow__list-item-number {
    width: 4.6rem;
    height: 4.6rem;
    font-size: 2.4rem;
  }
  .flow__list-item-txt {
    padding-left: 2em;
  }
  .flow__img {
    top: auto;
    right: auto;
    bottom: 4.5rem;
    left: 2rem;
    width: 21.5rem;
  }
  .faq {
    padding: 4.7rem 0 5rem;
  }
  .faq__head {
    width: 28rem;
    margin: 0 auto 9rem;
    text-align: center;
    border-bottom: 1px solid currentColor;
  }
  .faq__block {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    max-width: 770px;
    margin: auto;
  }
  .faq__block + .faq__block {
    margin-top: 8rem;
  }
  .faq__block-head {
    width: auto;
    padding: 2.6rem 4rem;
  }
  .faq__block-txt {
    padding: 5.7rem 3.4rem 3.2rem;
    border-radius: 5rem;
    line-height: 1.67;
  }
  .faq__img.--img01 {
    top: auto;
    bottom: 10.7rem;
    right: 0rem;
    width: 9rem;
  }
  .contact {
    padding: 8rem 0 14.5rem;
  }
  .contact__head {
    text-align: center;
  }
  .contact__form {
    max-width: 580px;
    margin: 4.3rem auto 0;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
  .contact__item {
    margin-bottom: 3rem;
  }
  .contact__item-label {
    line-height: 1;
  }
  .contact__input, .contact__textarea, .contact__select {
    font-size: 2.2rem;
  }
  .contact__textarea {
    height: 27rem !important;
  }
  .contact__select-box::before {
    top: 1.5rem;
  }
  .contact__select {
    padding-left: 3rem;
  }
  .contact__agree {
    margin-top: 4.2rem;
  }
  .contact__agree-label {
    padding-left: 5rem;
    padding-right: 2.6rem;
  }
  .contact__agree-label::before {
    top: 0.6rem;
    width: 3.8rem;
    height: 3.8rem;
  }
  .contact__agree-label::after {
    top: 1.2rem;
    left: 1.4rem;
  }
  .contact__button {
    width: 37.5rem;
    margin: 2.3rem auto 0;
    padding: 2.6rem 1rem;
    border-radius: 1.6rem;
  }
  .contact__img {
    right: 12.8rem;
    bottom: -1.7rem;
    width: 9.7rem;
  }
  .thanks {
    padding: 20rem 0 10rem;
  }
  .thanks__txt {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 1124px) {
  .u-pc {
    display: none !important;
  }
  .audit__price-list-item::before {
    content: "•";
    padding-right: 0.5em;
  }
}
@media (hover) {
  .l-header__nav-list-item {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .l-header__nav-list-item:hover {
    color: #7fa645;
  }
  .mv__button:hover .mv__button-arrow {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
  }
  .service__link:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.5rem;
  }
  .contact__button:hover {
    background: #7fa645;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .thanks__link a:hover {
    text-decoration: none;
  }
}
/*# sourceMappingURL=style.css.map */