@charset "UTF-8";
/*! destyle.css v3.0.2 | 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 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.header {
  width: 200px;
  height: 100vh;
  position: fixed;
  left: 0;
  background-color: #baca7b;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
  padding: 30px 24px;
  z-index: 100;
  /* ハンバーガーメニューがクリックされた際に、JavaScriptで#hamburger-navigationにactiveクラスを追加して、
  メニューを表示させる。 */
  /* ハンバーガ―メニューの見た目部分の設定 */
  /* ハンバーガーメニューの線の設定（初期の三本線の状態） */
}
@media screen and (min-width: 481px) and (max-width: 843px) {
  .header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100vw;
    height: 60px;
    top: 0;
    padding: 18px 0;
  }
}
@media screen and (max-width: 480px) {
  .header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100vw;
    height: 60px;
    top: 0;
    padding: 10px 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__item {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-size: 1.4rem;
}
@media screen and (min-width: 481px) and (max-width: 843px) {
  .header__item {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .header__item {
    display: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 843px) {
  .header img {
    width: 40px;
  }
}
@media screen and (max-width: 480px) {
  .header img {
    width: 80px;
  }
}
.header #hamburger-navigation {
  display: none;
}
@media screen and (min-width: 481px) and (max-width: 843px) {
  .header #hamburger-navigation {
    display: block;
    width: 100%;
    height: 100vh;
    background-color: #baca7b;
    color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    opacity: 0;
    text-align: center;
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    visibility: hidden;
  }
}
@media screen and (max-width: 480px) {
  .header #hamburger-navigation {
    display: block;
    width: 100%;
    height: 100vh;
    background-color: #baca7b;
    color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    opacity: 0;
    text-align: center;
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    visibility: hidden;
  }
}
.header #hamburger-navigation.active {
  opacity: 1;
  visibility: visible;
}
.header .hamburger-menu {
  display: none;
}
@media screen and (min-width: 481px) and (max-width: 843px) {
  .header .hamburger-menu {
    display: block;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    z-index: 30;
    cursor: pointer;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    margin: -10px 20px 0px;
    position: relative;
  }
}
@media screen and (max-width: 480px) {
  .header .hamburger-menu {
    display: block;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    z-index: 30;
    cursor: pointer;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    position: relative;
  }
}
.header .hamburger-menu:hover {
  opacity: 0.5;
}
.header .hamburger-menu span {
  display: none;
}
@media screen and (min-width: 481px) and (max-width: 843px) {
  .header .hamburger-menu span {
    display: block;
    width: 40px;
    height: 3px;
    background: #000;
    position: absolute;
    left: 3px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 3px;
    /* 1本目の線の位置 */
    /* 2本目の線の位置 */
    /* 3本目の線の位置 */
  }
  .header .hamburger-menu span:nth-child(1) {
    top: 10px;
  }
  .header .hamburger-menu span:nth-child(2) {
    top: 20px;
  }
  .header .hamburger-menu span:nth-child(3) {
    top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .header .hamburger-menu span {
    display: block;
    width: 35px;
    height: 3px;
    background: #000;
    position: absolute;
    left: 12px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 3px;
    /* 1本目の線の位置 */
    /* 2本目の線の位置 */
    /* 3本目の線の位置 */
  }
  .header .hamburger-menu span:nth-child(1) {
    top: 10px;
  }
  .header .hamburger-menu span:nth-child(2) {
    top: 20px;
  }
  .header .hamburger-menu span:nth-child(3) {
    top: 30px;
  }
}
.header .hamburger-menu.active span:nth-child(1) {
  top: 20px;
  left: 5px;
  background: #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header .hamburger-menu.active span:nth-child(2),
.header .hamburger-menu.active span:nth-child(3) {
  top: 20px;
  left: 5px;
  background: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .sections {
  position: absolute;
  top: 75px;
  right: 0;
  left: 0;
  background-color: #baca7b;
  padding-bottom: 30px;
}
@media screen and (min-width: 481px) and (max-width: 843px) {
  .header .sections {
    right: 70px;
  }
}
.header .sections li {
  font-size: 1.5rem;
  padding: 5px 0px;
}
.header .arrow-top {
  position: fixed;
  bottom: 30px;
  left: 20px;
  border-radius: 50%;
  border: 3px solid #347928;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .header .arrow-top {
    right: 10px;
    bottom: 25px;
    width: 57px;
    height: 57px;
  }
}
.header .arrow-top img {
  width: 50px;
  height: 50px;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 10px;
  height: 140px;
  background-image: url(../../img/common/footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.footer__item {
  padding-left: 160px;
  padding-top: 40px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-size: 1.3rem;
}
.footer__logo {
  padding-top: 24px;
}
.footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 0.9rem;
}

body {
  background-color: #f6f6f6;
}

html {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  scroll-behavior: smooth;
}

.wrapper {
  height: 100%;
  margin: 0 auto;
  background-color: #f6f6f6;
  margin-left: 200px;
}
@media screen and (max-width: 480px) {
  .wrapper {
    margin-left: 0;
  }
}

p {
  line-height: 1.5;
  letter-spacing: 1px;
}

section {
  height: 80vh;
  margin-left: 70px;
  background-color: #f6f6f6;
}
@media screen and (min-width: 481px) and (max-width: 843px) {
  section {
    margin-left: auto;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  section {
    margin-left: auto;
    height: auto;
  }
}

.section__inner {
  padding: 50px 60px;
}
@media screen and (min-width: 481px) and (max-width: 843px) {
  .section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px 50px;
  }
}
@media screen and (max-width: 480px) {
  .section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px 20px;
  }
}
.section__heading-green {
  font-size: 2.5rem;
  font-weight: bold;
  padding-bottom: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 50px;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 481px) and (max-width: 843px) {
  .section__heading-green {
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .section__heading-green {
    margin: 0 auto;
  }
}
.section__heading-green::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background-color: #347928;
}
.section__heading-yellow {
  font-size: 2.5rem;
  font-weight: bold;
  padding-bottom: 3px;
  margin-left: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 481px) and (max-width: 843px) {
  .section__heading-yellow {
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .section__heading-yellow {
    margin: 0 auto;
  }
}
.section__heading-yellow::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background-color: #fccd2a;
}
.section__text span {
  line-height: 1.8;
  font-size: 0.8rem;
  letter-spacing: 1px;
}
@media screen and (min-width: 481px) and (max-width: 843px) {
  .section__text span {
    font-size: 0.8rem;
  }
}
.section__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.7;
  font-size: 0.9rem;
  margin-right: 10px;
}
@media screen and (min-width: 481px) and (max-width: 843px) {
  .section__text {
    font-size: 1rem;
  }
}

h4 {
  font-size: 1.2rem;
  margin-bottom: 24px;
}

@media screen and (max-width: 480px) {
  p {
    font-size: 1rem;
  }
}

.fade-in-target {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; /* 初期状態では遅延なし */
}

.fade-in-target.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*---スマホ時改行--*/
@media screen and (max-width: 480px) {
  .pc-br {
    display: none;
  }
  .tb-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
}
/*---タブレット時改行--*/
@media screen and (min-width: 481px) and (max-width: 843px) {
  .pc-br {
    display: none;
  }
  .tb-br {
    display: block;
  }
  .sp-br {
    display: none;
  }
}
/*---PC時改行--*/
@media screen and (min-width: 821px) {
  .pc-br {
    display: block;
  }
  .tb-br {
    display: none;
  }
  .sp-br {
    display: none;
  }
}
.u-wrapper {
  padding: 80px 0;
}
.u-wrapper .works-single {
  background-color: #fffbe6;
}
.u-wrapper .works-single__item {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.u-wrapper .works-single__item .works-content {
  width: 50%;
}

.break {
  display: inline-block;
  margin: 0 0.5em;
}

.mv {
  position: relative;
  background-image: url(../../img/common/pc-firstview.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 90%;
  height: 100vh;
  margin-left: 200px;
  opacity: 0;
  -webkit-animation: mvBgFade 1.5s ease-out forwards;
          animation: mvBgFade 1.5s ease-out forwards;
  /* Keyframes */
}
@media screen and (min-width: 481px) and (max-width: 843px) {
  .mv {
    background-image: url(../../img/common/pc-firstview.jpg);
    background-size: 25rem;
    height: 460px;
    max-width: 870px;
    background-size: cover;
    background-position: right;
    margin-top: 4px;
  }
}
@media screen and (max-width: 480px) {
  .mv {
    background-image: url(../../img/common/sp-firstview.png);
    background-size: 25rem;
    height: 375px;
    background-position: top;
    background-size: cover;
    margin-top: 4px;
    margin-left: 0;
  }
}
.mv-cover {
  height: 92vh;
  width: 80%;
  background-color: rgba(255, 255, 255, 0.3803921569);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-animation: mvCoverDown 1.2s ease-out forwards;
          animation: mvCoverDown 1.2s ease-out forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
@media screen and (max-width: 480px) {
  .mv-cover {
    height: 40vh;
    width: 100%;
  }
}
.mv__inner {
  position: absolute;
  text-align: left;
  font-size: 1.3rem;
  top: 370px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 481px) and (max-width: 843px) {
  .mv__inner {
    top: 120px;
    right: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 480px) {
  .mv__inner {
    top: 120px;
    right: 0;
    left: 0;
    text-align: center;
    -webkit-transform: none;
            transform: none;
  }
}
.mv__heading {
  margin-bottom: 20px;
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
@media screen and (min-width: 481px) and (max-width: 843px) {
  .mv__heading {
    line-height: 1.8;
  }
}
.mv__heading span {
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .mv__heading span {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.mv__text {
  font-size: 1.2rem;
  padding-top: 50px;
}
.mv .fade-in {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-animation: fadeIn 1s ease forwards;
          animation: fadeIn 1s ease forwards;
}
.mv .js-text span {
  opacity: 0;
}
.mv #fade-in-element {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
}
.mv .is-active {
  /*要素を表示させる*/
  opacity: 1;
  visibility: visible;
  /*元の位置に戻す*/
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mv .delay2 {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}
.mv .delay3 {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
@-webkit-keyframes mvBgFade {
  to {
    opacity: 1;
  }
}
@keyframes mvBgFade {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mvCoverDown {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mvCoverDown {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.about {
  background-color: #fffbe6;
  border-radius: 70px 0 0 70px;
}
.about__item {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 92px;
}
@media screen and (min-width: 481px) and (max-width: 843px) {
  .about__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 480px) {
  .about__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.about__img {
  border: 3px solid #fccd2a;
  border-radius: 28px 0 0 28px;
  width: 320px;
  height: 240px;
  margin: 100px auto;
}
@media screen and (max-width: 480px) {
  .about__img {
    width: 80%;
    height: auto;
    margin: 0 auto;
    border-radius: 28px;
  }
}
.about__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  padding: 100px 0;
}
@media screen and (min-width: 481px) and (max-width: 843px) {
  .about__text {
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  .works {
    height: 600px;
  }
}
.works__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
.works__cards {
  width: 33.3333333333%;
  padding: 16px;
  height: 400px;
  border: 4px solid #347928;
  border-radius: 6px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (max-width: 480px) {
  .works__cards {
    width: 100%;
    height: 300px;
  }
}
.works .cards__img {
  width: 100%;
}
.works__text {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}
@media screen and (max-width: 480px) {
  .works .section__inner {
    padding: 80px 0;
  }
}

.swiper {
  width: 100%;
  overflow: hidden;
  padding: 40px;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  .swiper-wrapper {
    padding-left: -5px;
  }
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0 30px 0 0;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1.05);
          transform: scale(1.05); /* 中央のスライドを少し大きく */
}

/* ナビゲーションボタン */
.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  color: #347928;
  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;
  top: 96%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #baca7b;
  cursor: pointer;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-color: #347928;
    color: #f6f6f6;
    border-radius: 50%;
    top: 62%;
  }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background-color: #baca7b;
    cursor: pointer;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 18px;
  }
}

.swiper-button-next {
  right: 24px;
}
@media screen and (min-width: 768px) {
  .swiper-button-next {
    display: none;
  }
}

.swiper-button-prev {
  left: 24px;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev {
    display: none;
  }
}

.swiper-pagination {
  bottom: 0 !important;
  left: 50%;
  z-index: 20;
}

.swiper-pagination-bullet {
  background-color: #999;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #347928;
}
.swiper-pagination-bullet:hover {
  background-color: #baca7b;
}

.service {
  background-color: #fffbe6;
  height: auto;
  border-radius: 70px 0 0 0;
}
.service h4 {
  text-align: center;
}
.service__item {
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 480px) {
  .service__item {
    width: 100%;
  }
}
.service__cards {
  border: 4px solid #347928;
  background-color: #fff;
  border-radius: 0 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 700px;
  height: 320px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 30px;
}
@media screen and (max-width: 480px) {
  .service__cards {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0;
  }
}
.service__cards:nth-child(2) {
  margin-right: 300px;
}
@media screen and (max-width: 480px) {
  .service__cards:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-right: 0;
  }
}
.service .cards__img {
  width: 200px;
}
@media screen and (max-width: 480px) {
  .service .cards__img {
    margin: 0 auto;
  }
}
.service__text {
  font-size: 0.9rem;
  line-height: 1.7;
  width: 240px;
}
@media screen and (max-width: 480px) {
  .service .text__sec {
    margin: 40px auto;
  }
}
.service .viewMore {
  margin: 32px auto 0;
  background-color: #fccd2a;
  width: 145px;
  height: 50px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .service .viewMore {
    font-size: 1.2rem;
  }
}
.service .viewMore:hover {
  background-color: #f8d864;
}

.flow {
  background-color: #fffbe6;
  opacity: 0;
  height: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  border-radius: 0 0 0 70px;
}
.flow.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  height: auto;
  padding: 0 150px 50px 0;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 480px) {
  .flow.active {
    padding: 0 0 50px 0;
  }
}
.flow__comment {
  text-align: center;
  margin: 40px 0;
}
.flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 30px;
  width: 90%;
  gap: 30px 15px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (min-width: 481px) and (max-width: 843px) {
  .flow__item {
    width: 100%;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media screen and (max-width: 480px) {
  .flow__item {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.flow__cards {
  border: 1px solid #fccd2a;
  border-top: 4px solid #fccd2a;
  background-color: #fff;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 180px;
  height: 120px;
  position: relative;
}
@media screen and (min-width: 481px) and (max-width: 843px) {
  .flow__cards {
    width: 212px;
  }
}
@media screen and (max-width: 480px) {
  .flow__cards {
    width: 150px;
    height: 100px;
  }
}
@media screen and (max-width: 480px) {
  .flow__cards:nth-child(4) .flow__text {
    padding-left: 20px;
  }
}
.flow__heading {
  background-color: #fccd2a;
  padding: 8px;
  border-radius: 0 0 10px 10px;
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  left: -1px;
}
.flow__img {
  width: 50px;
  padding-bottom: 3px;
}
.flow__text {
  padding-left: 20px;
}
@media screen and (max-width: 480px) {
  .flow__text {
    font-size: 0.8rem;
  }
}
.flow .section__inner {
  padding-top: 20px;
}
@media screen and (max-width: 480px) {
  .flow .section__inner {
    padding: 40px 12px;
  }
}

.price {
  height: auto;
}
.price__comment {
  margin: 20px 0;
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
}
.price__item {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 480px) {
  .price__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.price__cards {
  width: 80%;
  padding: 60px 40px;
  border: 4px solid #fccd2a;
  border-radius: 0 30px 0 0;
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr 2fr;
  line-height: 1.5;
  gap: 20px;
}
@media screen and (max-width: 480px) {
  .price__cards {
    width: 100%;
    height: auto;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 40px;
  }
}
.price__cards:nth-child(3) {
  grid-template-columns: 1fr;
}
.price__cards div {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}
@media screen and (max-width: 480px) {
  .price__cards div {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.price__text {
  font-size: 1.2rem;
}
.price__text .smallText {
  font-size: 0.9rem;
}

.contact {
  background-color: #fffbe6;
  height: auto;
  border-radius: 70px 0 0 70px;
}
.contact__comment {
  text-align: center;
  margin: 40px 0;
  line-height: 1.5;
}
.contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
.contact__item span {
  color: #ff5a5a;
}
@media screen and (min-width: 481px) and (max-width: 843px) {
  .contact__form {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .contact__form {
    width: 100%;
  }
}
.contact .form__input {
  border: 2px solid #347928;
}
.contact .form__input {
  width: 400px;
  margin: 8px 0;
  padding: 3px;
  background: #fff;
}
@media screen and (min-width: 481px) and (max-width: 843px) {
  .contact .form__input {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .contact .form__input {
    width: 100%;
  }
}
.contact .form__submit {
  margin: 32px auto 0;
  background-color: #fccd2a;
  width: 145px;
  height: 50px;
  text-align: center;
  display: block;
}
@media screen and (min-width: 481px) and (max-width: 843px) {
  .contact .form__submit {
    font-size: 1.2rem;
  }
}
.contact .form__submit:hover {
  background-color: #f8d864;
}

.submit__wrapper {
  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;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: transparent;
  color: #347928;
  margin: 0;
}