@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

body {
  margin: 0;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  color: #000000;
  background-color: #FFFFFF;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

h1, h2, h3, h4, label, input, a, ul, li {
  display: block;
}

#container {
  width: 100%;
  overflow: hidden;
}

a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.inner {
  max-width: 980px;
  padding-inline: 30px;
  margin: 0 auto;
}

.inner-contact {
  max-width: 860px;
  padding-inline: 30px;
  margin: 0 auto;
}

.title {
  width: 100%;
  text-align: center;
  padding-left: 7px;
  color: #4D9600;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.1;
  letter-spacing: 0.3em;
}
.title span {
  display: block;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.65;
  margin-top: 6px;
  letter-spacing: 0.3em;
  color: #000000;
}

.inline {
  display: inline-block;
}

.nowrap {
  white-space: nowrap;
}

.bg-green {
  background-color: rgba(77, 150, 0, 0.1);
}

.bg-darkgreen {
  color: #FFFFFF;
  background-color: #4D9600;
}

#upper-arrow {
  display: none;
  position: fixed;
  width: 6.8rem;
  height: 6.8rem;
  right: 6rem;
  bottom: 6rem;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  #upper-arrow {
    right: 2rem;
    width: 5rem;
    height: 5rem;
  }
}
#upper-arrow a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #4D9600;
  border-radius: 50%;
  cursor: pointer;
}
#upper-arrow a:hover {
  opacity: 0.7;
}
#upper-arrow img {
  position: absolute;
  width: 2.3rem;
  height: 1.6rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #upper-arrow img {
    width: 1.7rem;
    height: 1.1rem;
  }
}

section {
  scroll-margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  section {
    scroll-margin-top: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}
header {
  color: #FFFFFF;
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  height: 8rem;
  background: transparent;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
header.scrolled {
  background: #4D9600;
}
@media screen and (max-width: 767px) {
  header {
    height: 5rem;
  }
}

.header-content {
  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;
  max-width: 108rem;
  margin: 0 auto;
  height: inherit;
  padding-right: 6.5rem;
  padding-left: 8rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .header-content {
    padding-right: 0.5rem;
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .header-content {
    padding: 0 0 0 2rem;
  }
}
.header-content-h1 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .header-content-h1 {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.8333333333;
  }
}
.header-content-h1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  padding: 0;
}
.header-content-h1 a:hover {
  opacity: 0.5;
}
.header-content-nav {
  height: inherit;
}
@media screen and (max-width: 767px) {
  .header-content-nav {
    display: none;
  }
}
.header-content-nav nav {
  height: inherit;
}
.header-content-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8333333333;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .header-content-nav ul {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.0625;
  }
}
.header-content-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.header-content-nav a {
  cursor: pointer;
  position: relative;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  padding-inline: 1.55rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .header-content-nav a {
    padding-inline: 1rem;
  }
}
.header-content-nav a span {
  position: relative;
  display: inline-block;
  opacity: 1;
}
.header-content-nav a span::after {
  content: "";
  position: absolute;
  padding-inline: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #FFFFFF;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.header-content-nav a:hover span {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.header-content-nav a:hover span::after {
  width: 100%;
}

.hamburger {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #FFFFFF;
  width: 7.2rem;
  height: 5rem;
  z-index: 10;
}
.hamburger-line, .hamburger-line::before, .hamburger-line::after {
  position: absolute;
  height: 0.4rem;
  width: 3.2rem;
  background-color: #4D9600;
  border-radius: 10px;
  left: 2rem;
  z-index: 11;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger-line {
  top: 2.3rem;
}
.hamburger-line::before, .hamburger-line::after {
  content: "";
  left: 0;
}
.hamburger-line::before {
  top: -1.2rem;
}
.hamburger-line::after {
  top: 1.2rem;
}

.hamburger.active .hamburger-line {
  background-color: transparent;
}
.hamburger.active .hamburger-line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}
.hamburger.active .hamburger-line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}

.hamburger-menu {
  position: fixed;
  width: 30rem;
  height: auto;
  top: 5rem;
  right: 0;
  overflow: hidden;
  display: none;
  background-color: #4D9600;
  color: #FFFFFF;
  z-index: 100;
}
.hamburger-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hamburger-menu li {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8333333333;
}
.hamburger-menu a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 1.2rem 0 1.2rem 2rem;
}
.hamburger-menu a:hover {
  background-color: #000000;
}

.hamburger-bg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hamburger-bg.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000000;
  opacity: 0.6;
}

#firstview {
  color: #FFFFFF;
  position: relative;
}
#firstview h2 {
  width: 100%;
  position: absolute;
  text-align: center;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1.75;
  font-weight: 600;
  top: 42.5%;
  left: 50.8%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  letter-spacing: 0.3em;
  text-shadow: 5px 5px 5px rgb(0, 0, 0);
}
@media screen and (max-width: 767px) {
  #firstview h2 {
    font-weight: 500;
    font-size: 3rem;
    line-height: 2;
    top: 51%;
    left: 51%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.fv-content {
  width: 100%;
}
.fv-content img {
  width: 100%;
  height: auto;
  display: block;
}
.fv-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
}

ul.slick {
  width: 100%;
}
ul.slick li {
  position: relative;
  width: 100%;
}

ul .slide-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
ul .slide-dots li button {
  font-size: 0;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  opacity: 0.5;
  border: none;
  margin: 1rem;
}
ul .slide-dots li.slick-active button {
  opacity: 1;
}

.slick-arrow {
  font-size: 40px;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .slick-arrow {
    display: none !important;
  }
}

.slick-prev {
  left: 30px;
  padding: 10px 7px 10px 13px;
}

.slick-next {
  right: 30px;
  padding: 10px 8px 10px 12px;
}

.slick-arrow:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000000;
}

#about {
  position: relative;
}
#about img {
  width: 100%;
  display: block;
}

.about-fadeup {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 27.7777777778vw;
}
@media screen and (max-width: 767px) {
  .about-fadeup {
    padding-right: 0;
  }
}

.about-textarea {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .about-textarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
  }
}
.about-textarea h2 {
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.18;
  letter-spacing: 0.15em;
  margin-left: 4.25rem;
}
@media screen and (max-width: 945px) and (min-width: 766px) {
  .about-textarea h2 {
    font-weight: 500;
    font-size: 2.7rem;
    line-height: 1.18;
    margin-left: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .about-textarea h2 {
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 1.18;
    letter-spacing: 0.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
}
@media screen and (max-width: 320px) {
  .about-textarea h2 {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.18;
  }
}
.about-textarea p {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.7;
  letter-spacing: 0.39em;
}
@media screen and (max-width: 945px) and (min-width: 766px) {
  .about-textarea p {
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 2.4;
  }
}
@media screen and (max-width: 767px) {
  .about-textarea p {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 320px) {
  .about-textarea p {
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

#service {
  padding: 8.2rem 0 7.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #service {
    padding: 5rem 0 4.5rem;
  }
}
#service .service-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8rem;
}
@media screen and (max-width: 767px) {
  #service .service-content {
    row-gap: 4.5rem;
  }
}

.service-content-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .service-content-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.service-content-item h4 {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5625;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .service-content-item h4 {
    margin-top: 0.5rem;
  }
}

.service-content-item:first-of-type {
  margin-top: 6.8rem;
}
@media screen and (max-width: 767px) {
  .service-content-item:first-of-type {
    margin-top: 4rem;
  }
}

.service-content-imagebox {
  padding-bottom: 5rem;
  width: 65.2173913043%;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .service-content-imagebox {
    width: 100%;
    padding-bottom: 0;
  }
}
.service-content-imagebox img {
  width: 100%;
}

.service-content-text {
  padding: 50px 9px 42px 23.9130434783%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #FFFFFF;
  z-index: 10;
  margin-left: -19.5652173913%;
  background-color: #4D9600;
}
@media screen and (max-width: 767px) {
  .service-content-text {
    margin: 0;
    padding: 2rem 2rem 1.2rem;
    width: 100%;
  }
}
@media screen and (max-width: 955px) and (min-width: 768px) {
  .service-content-text {
    padding: 50px 26px 42px 21.7391304348%;
  }
}
.service-content-text h3 {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.32;
  font-weight: 600;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .service-content-text h3 {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.25;
    width: 22.5rem;
  }
}
@media screen and (max-width: 955px) and (min-width: 786px) {
  .service-content-text h3 {
    font-weight: 500;
    font-size: 2.3rem;
    line-height: 1.4347826087;
  }
}
@media screen and (max-width: 350px) {
  .service-content-text h3 {
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 1.1764705882;
  }
}
.service-content-text p {
  font-weight: 600;
  margin-top: 1.9rem;
}
@media screen and (max-width: 767px) {
  .service-content-text p {
    margin-top: 1.4rem;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .service-content-text p .service-middle_none {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  .service-content-text p .service-middle_none {
    display: none;
  }
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .row-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.5rem;
  }
}
.row-reverse .service-content-text {
  padding: 50px 23.9130434783% 42px 39px;
  margin-right: -19.5652173913%;
  margin-left: auto;
}
@media screen and (max-width: 955px) and (min-width: 768px) {
  .row-reverse .service-content-text {
    padding: 50px 21.7391304348% 42px 30px;
  }
}
@media screen and (max-width: 767px) {
  .row-reverse .service-content-text {
    margin: 0;
    padding: 2rem 2rem 1.2rem;
  }
}
.row-reverse h4 {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .row-reverse h4 {
    text-align: left;
    margin-top: 0.5rem;
  }
}

#works {
  padding: 8.1rem 0 9.7rem;
}
@media screen and (max-width: 767px) {
  #works {
    padding: 5rem 0 4.2rem;
  }
}

.works-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 4.347826087%;
  margin-top: 6.8rem;
}
@media screen and (max-width: 767px) {
  .works-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem;
    row-gap: 2rem;
  }
}

.works-content-item {
  width: 21.7391304348%;
}
@media screen and (max-width: 767px) {
  .works-content-item {
    width: 100%;
  }
}
.works-content-item img {
  width: 100%;
}
.works-content-item p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5625;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .works-content-item p {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .works-content-item p {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

.modal-trigger {
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.modal-trigger:hover {
  opacity: 0.5;
}

.modal-window {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.modal-bg {
  width: 100vw;
  height: 100vh;
  background: #000000;
  opacity: 0.4;
}

.modal-content-whitebox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 450px;
  background-color: #FFFFFF;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .modal-content-whitebox {
    width: 84%;
  }
}
.modal-content-whitebox .modal-content {
  padding: 15px 15px 6px;
}
@media screen and (max-width: 767px) {
  .modal-content-whitebox .modal-content {
    padding: 20px 20px 14px;
  }
}
.modal-content-whitebox .modal-content img {
  width: 100%;
}
.modal-content-whitebox .modal-content p {
  margin-top: 10px;
}

.modal-cancel {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.modal-cancel img {
  width: 100%;
}
.modal-cancel:hover {
  opacity: 0.5;
}

#news {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  #news {
    padding: 5rem 0 5.3rem;
  }
}

.news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 6.5217391304%;
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .news-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem;
    gap: 5.1rem;
  }
}

.news-content-box {
  width: 46.7391304348%;
}
@media screen and (max-width: 767px) {
  .news-content-box {
    width: 100%;
  }
}
.news-content-box h3 {
  padding: 0.8rem 0 0.9rem 2rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.65;
  font-weight: 600;
}

.news-content-item {
  background-color: #FFFFFF;
  padding: 1rem 2rem 1.4rem 2rem;
}

.news-content-article {
  display: block;
  border-bottom: 0.1rem solid #55A500;
}
.news-content-article time {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.0625;
}
.news-content-article h4 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  padding-top: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-content-article a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17.6923076923%;
  padding-top: 1.5rem;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .news-content-article a {
    gap: 2rem;
    padding-top: 1.3rem;
    padding-bottom: 1.35rem;
  }
}
.news-content-article a:hover {
  opacity: 0.5;
}

.news-symbol {
  position: relative;
  text-align: right;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .news-symbol {
    margin-top: 2.4rem;
  }
}
.news-symbol a {
  display: inline-block;
  position: relative;
  padding: 0 1rem 1.5rem 0.3rem;
  cursor: pointer;
}
@-webkit-keyframes shake-horizontal {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes shake-horizontal {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.news-symbol a:hover {
  -webkit-animation: shake-horizontal 0.3s ease-in-out;
          animation: shake-horizontal 0.3s ease-in-out;
}
.news-symbol p {
  color: #55A500;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.65;
  padding-right: 2.5rem;
  line-height: 1;
}
.news-symbol img {
  position: absolute;
  right: 0;
  top: 30%;
}

#company {
  padding: 8.2rem 0 7.8rem;
}
@media screen and (max-width: 767px) {
  #company {
    padding: 5rem 0;
  }
}

.company-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .company-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.8rem;
    gap: 1.8rem;
  }
}

.company-map {
  width: 65.2173913043%;
  padding-bottom: 65px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .company-map {
    width: 100%;
    padding-bottom: 0;
  }
}
.company-map iframe {
  width: 100%;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 767px) {
  .company-map iframe {
    aspect-ratio: 315/300;
  }
}

.company-textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #FFFFFF;
  background-color: #4D9600;
  margin-left: -19.5652173913%;
  padding: 50px 9px 42px 23.9130434783%;
}
@media screen and (max-width: 767px) {
  .company-textarea {
    margin: 0;
    padding: 2rem 2rem 1rem;
    width: 100%;
  }
}
.company-textarea h3 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.65;
}
@media screen and (max-width: 830px) and (min-width: 766px) {
  .company-textarea h3 {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
.company-textarea p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5625;
}
@media screen and (max-width: 830px) and (min-width: 766px) {
  .company-textarea p {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.company-textarea p:nth-of-type(1) {
  margin-top: 0.7rem;
}
@media screen and (max-width: 767px) {
  .company-textarea p:nth-of-type(1) {
    margin-top: 0.8rem;
  }
}
.company-textarea p:nth-of-type(2) {
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .company-textarea p:nth-of-type(2) {
    margin-top: 1.1rem;
  }
}
.company-textarea p:nth-of-type(3) {
  margin-top: 1.5rem;
}
.company-textarea span {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1;
}

.company-tel,
.company-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company-tel a:hover,
.company-email a:hover {
  opacity: 0.5;
}

.company-tel a {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .company-tel a {
    pointer-events: auto;
  }
}

#contact {
  padding: 8.1rem 0 7.8rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  #contact {
    padding: 5.2rem 0 5rem;
  }
}

.contact-text {
  margin-top: 3.5rem;
}

.form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-flex .form-content-left {
  width: 17rem;
}
.form-flex .form-content-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form-flex input {
  width: 100%;
}

.form-name .form-content-right input,
.form-email .form-content-right input {
  background-color: #FFFFFF;
  padding: 1.2rem 2rem;
}

.form-category .form-content-right select {
  background-color: #FFFFFF;
  padding: 1.2rem 1rem 1.2rem 2rem;
}

.form-name {
  margin-top: 6.8rem;
}
@media screen and (max-width: 767px) {
  .form-name {
    -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;
    margin-top: 4rem;
  }
}
.form-name .form-content-right {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5625;
  width: 100%;
  margin-top: 0.3rem;
}

.form-gender {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .form-gender {
    margin-top: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .form-gender .form-content-left {
    width: 9rem;
  }
}
@media screen and (max-width: 374px) {
  .form-gender .form-content-left {
    width: 7rem;
  }
}
.form-gender .form-content-right {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .form-gender .form-content-right {
    padding-left: 0;
  }
}
.form-gender .form-content-right .custom-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8rem;
  cursor: pointer;
  margin-right: 7.4rem;
}
@media screen and (max-width: 767px) {
  .form-gender .form-content-right .custom-radio {
    margin-right: 3rem;
  }
}
@media screen and (max-width: 374px) {
  .form-gender .form-content-right .custom-radio {
    margin-right: 2rem;
  }
}
.form-gender .form-content-right .custom-radio input[type=radio] {
  display: none;
}
.form-gender .form-content-right .custom-radio span {
  position: relative;
  padding-left: 4rem;
}
@media screen and (max-width: 374px) {
  .form-gender .form-content-right .custom-radio span {
    padding-left: 3rem;
  }
}
.form-gender .form-content-right .custom-radio span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: 50%;
  background-color: #FFFFFF;
}
.form-gender .form-content-right .custom-radio input[type=radio]:checked + span::after {
  content: "";
  position: absolute;
  left: 0.7rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #000000;
}

.form-email {
  margin-top: 5rem;
}
.form-email label {
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .form-email label {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .form-email {
    -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;
    margin-top: 3rem;
  }
}
.form-email .form-content-right {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5625;
}
@media screen and (max-width: 767px) {
  .form-email .form-content-right {
    width: 100%;
  }
}

.form-category {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .form-category {
    -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;
    margin-top: 3.2rem;
  }
}
.form-category .form-content-right {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form-category .form-content-right {
    width: 100%;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.5625;
  }
}
.form-category .form-content-right img {
  position: absolute;
  top: 50%;
  right: 1.7rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .form-category .form-content-right img {
    right: 2.2rem;
  }
}

.select-box {
  width: 100%;
}
.select-box select {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.select-box img {
  pointer-events: none;
}

.form-content {
  margin-top: 5.2rem;
}
@media screen and (max-width: 767px) {
  .form-content {
    margin-top: 3rem;
  }
}
.form-content textarea {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  margin-top: 1rem;
  width: 100%;
  background-color: #FFFFFF;
  padding: 1rem;
  min-height: 20rem;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .form-content textarea {
    margin-top: 0;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.5625;
  }
}

.form-question {
  margin-top: 5.2rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .form-question {
    margin-top: 3rem;
  }
}
.form-question .form-question-flex {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.4rem;
  row-gap: 1.3rem;
}
@media screen and (max-width: 767px) {
  .form-question .form-question-flex {
    row-gap: 0.5rem;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.5625;
    margin-top: 0;
  }
}
@media screen and (max-width: 350px) {
  .form-question .form-question-flex {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.form-question .form-question-flex .custom-checkbox {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .form-question .form-question-flex .custom-checkbox {
    width: 50%;
  }
}
.form-question .form-question-flex .custom-checkbox label {
  cursor: pointer;
}
.form-question .form-question-flex .custom-checkbox input[type=checkbox] {
  display: none;
}
.form-question .form-question-flex .custom-checkbox span {
  position: relative;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .form-question .form-question-flex .custom-checkbox span {
    padding-left: 3rem;
  }
}
.form-question .form-question-flex .custom-checkbox span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: none;
  background-color: #FFFFFF;
}
.form-question .form-question-flex .custom-checkbox input[type=checkbox]:checked + span::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000000;
}

.form-textbox {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .form-textbox {
    margin-top: 3rem;
  }
}
.form-textbox .contact-white-textbox {
  margin-top: 1rem;
  padding: 1.1rem 1.1rem 0 0;
  background-color: #FFFFFF;
  height: 30rem;
}
@media screen and (max-width: 767px) {
  .form-textbox .contact-white-textbox {
    margin-top: 0;
    height: 32.3rem;
  }
}
.form-textbox .contact-white-textbox .contact-textbox-area {
  height: 100%;
  overflow-y: scroll;
  height: 28rem;
}
@media screen and (max-width: 767px) {
  .form-textbox .contact-white-textbox .contact-textbox-area {
    height: 29rem;
  }
}
.form-textbox .contact-white-textbox .contact-textbox {
  padding: 3rem 4rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.7222222222;
}
@media screen and (max-width: 767px) {
  .form-textbox .contact-white-textbox .contact-textbox {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.0625;
    padding: 2rem 3rem 3rem 3rem;
    height: 29rem;
  }
}

.contact-textbox li {
  display: list-item;
  list-style: disc;
  list-style-position: inside;
}

.contact-textbox-area::-webkit-scrollbar {
  width: 10px; /* スクロールバーの幅 */
}

.contact-textbox-area::-webkit-scrollbar-track {
  background: #E3E3E3; /* トラック（背景）の色 */
}

.contact-textbox-area::-webkit-scrollbar-thumb {
  background: #9B9B9B; /* ハンドル（つまみ）の色 */
}

.contact-textbox-area::-webkit-scrollbar-thumb:hover {
  background: #55A500; /* ホバー時のハンドルの色 */
}

#contact button {
  width: 100%;
  max-width: 30rem;
  padding: 0.9rem 2rem;
  border: 0.1rem solid #4D9600;
  background-color: #4D9600;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  margin: 8rem auto 0;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #contact button {
    max-width: 31.5rem;
    margin-top: 4.9rem;
    padding: 0.75rem 1rem;
  }
}
@media screen and (max-width: 350px) {
  #contact button {
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 1.7647058824;
    padding: 0.9rem 4rem;
  }
}

#contact button:hover {
  background-color: #FFFFFF;
  color: #4D9600;
}

.footer-top {
  text-align: center;
  padding: 7rem 0 7rem;
}
@media screen and (max-width: 767px) {
  .footer-top {
    padding: 4rem 0 4rem;
  }
}

.footer-title {
  display: inline-block;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.65;
}
.footer-title a {
  padding: 1rem;
}
.footer-title a:hover {
  opacity: 0.5;
}

.footer-link-list {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8333333333;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 0.1rem solid #000000;
  margin-top: 1.7rem;
  padding: 2.8rem 0 1.3rem;
  -webkit-column-gap: 3.1rem;
     -moz-column-gap: 3.1rem;
          column-gap: 3.1rem;
}
@media screen and (max-width: 767px) {
  .footer-link-list {
    margin-top: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2rem 0 1.7rem;
    -webkit-column-gap: 1.8rem;
       -moz-column-gap: 1.8rem;
            column-gap: 1.8rem;
    row-gap: 1rem;
  }
}
.footer-link-list a {
  padding: 1rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer-link-list a {
    padding: 0.6rem;
  }
}
.footer-link-list a:hover {
  opacity: 0.5;
}

.footer-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.footer-icon-list a {
  padding: 1rem;
}
.footer-icon-list a:hover {
  opacity: 0.5;
}

footer p {
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.65;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  footer p {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.25;
    padding: 2.3rem 3rem;
  }
}/*# sourceMappingURL=style.css.map */