@charset "UTF-8";
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

:root {
  --default-font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei", "Source Han Sans CN", sans-serif;
}

img {
  width: 100%;
}

body {
  margin: 0 auto;
  padding: 0;
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.7;
  max-width: 400px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  color: #3B3B3B;
}

a {
  color: #3B3B3B;
  text-decoration: none;
}

header {
  padding: 20px;
  display: flex;
  justify-content: center;
}
header img {
  max-width: 150px;
}

.cta {
  padding: 40px 20px;
}
.cta .cta_text {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  padding-bottom: 10px;
}
.cta .cta_text img {
  margin-top: 10px;
}
.cta .cta_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  border-radius: 50px;
  padding: 15px 20px;
  color: #fff;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 335px;
  background: linear-gradient(0deg, #4CB064 -8.87%, #92CB67 124.19%);
  box-shadow: 0px 3px 0px 0px #2D7739;
}
.cta .cta_btn .btn_icon {
  background: #42A44D;
  width: 43px;
  height: 43px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta .cta_btn .btn_icon img {
  max-width: 30px;
}

.project .project__box {
  position: relative;
}
.project .project__box .about_tt {
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
}
.project .project_wrap {
  background: #fff;
  padding: 40px 20px;
  max-width: 340px;
  margin: -50px auto auto auto;
  position: sticky;
  z-index: 1;
  border-radius: 10px;
}
.project .cta_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  border-radius: 50px;
  padding: 15px 20px;
  color: #fff;
  margin-top: 20px;
  max-width: 335px;
  background: linear-gradient(0deg, #4CB064 -8.87%, #92CB67 124.19%);
  box-shadow: 0px 3px 0px 0px #2D7739;
}
.project .cta_btn .btn_icon {
  background: #42A44D;
  width: 43px;
  height: 43px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project .cta_btn .btn_icon img {
  max-width: 30px;
}

.recommend {
  background: #DEECD5;
  padding: 40px 0px;
}
.recommend h2 {
  text-align: center;
  color: #2D7739;
}
.recommend h2::after {
  content: "・ ・ ・ ・ ・";
  display: block;
  margin-top: -8px;
  font-size: 20px;
  letter-spacing: -7px;
}
.recommend img {
  margin-top: 30px;
}

.recruiting {
  background: #F7F6F2;
  padding: 40px 20px;
}
.recruiting .recruiting_box img {
  max-width: 125px;
  margin: auto;
}
.recruiting h2 {
  text-align: center;
  color: #2D7739;
  margin-bottom: 20px;
}
.recruiting h2::after {
  content: "・ ・ ・ ・ ・";
  display: block;
  margin-top: -8px;
  font-size: 20px;
  letter-spacing: -7px;
}

.slider-wrapper {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.4s ease-in-out;
  padding: 0;
  margin: 0;
  list-style: none;
}
.slider li {
  min-width: 100%;
}
.slider li img {
  width: 100%;
  height: auto;
  display: block;
}

.arrow {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  background-color: #3a683b;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  font-size: 16px;
  cursor: pointer;
  z-index: 10;
}
.arrow.prev {
  left: 0px;
}
.arrow.next {
  right: 0px;
}

.indicator {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.indicator .dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
}
.indicator .dot.active {
  background-color: #3a683b;
  border: 2px solid #3a683b;
}

.slider-loop {
  overflow: hidden;
  width: 100%;
  padding: 40px 0;
  background: #fff;
}

.loop-slider {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  will-change: transform;
}

.loop-slider li {
  flex: 0 0 auto;
  width: 200px;
  margin: 0 5px;
}

.loop-slider li:nth-child(odd) {
  transform: translateY(-10px);
}

.loop-slider li:nth-child(even) {
  transform: translateY(10px);
}

.loop-slider img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.voice {
  background: #DEECD5;
  padding: 40px 20px;
}
.voice .voice_tt {
  margin-bottom: 40px;
}
.voice .voice_tt img {
  max-width: 125px;
  margin: auto;
}
.voice .voice_tt h2 {
  text-align: center;
}
.voice .voice_tt h2::after {
  content: "・ ・ ・ ・ ・";
  display: block;
  margin-top: -8px;
  font-size: 20px;
  color: #2D7739;
  letter-spacing: -7px;
}
.voice .voice_box {
  margin-bottom: 30px;
}
.voice .voice_box img {
  max-width: 290px;
  margin: auto;
  margin-bottom: 20px;
}
.voice .voice_box strong {
  background: #fff;
  border-radius: 4px;
  padding: 5px;
}
.voice .voice_box p {
  margin-top: 10px;
}

.recruiting_wrap {
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
}
.recruiting_wrap .recruiting_content {
  padding-bottom: 20px;
}
.recruiting_wrap .recruiting_content img {
  margin-bottom: 10px;
  margin-top: 10px;
}
.recruiting_wrap .recruiting_wrap_tt {
  color: #2D7739;
  background: #DEECD5;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 10px;
}
.recruiting_wrap .recruiting_sab_tt {
  background: #F7F6F2;
  padding: 5px 10px;
  display: inline-block;
  font-weight: bold;
  color: #2D7739;
  margin-top: 10px;
}

.recruiting_content:nth-child(9) {
  border: none;
}
.recruiting_content:nth-child(9) .recruiting_sab_tt {
  background: #F7F6F2;
  padding: 5px 10px;
  display: inline-block;
  font-weight: bold;
  color: #2D7739;
  margin-bottom: 10px;
}

.flow {
  background: #DEECD5;
  padding: 40px 20px;
}
.flow h2 {
  text-align: center;
  color: #2D7739;
  margin-bottom: 20px;
}
.flow h2::after {
  content: "・ ・ ・ ・ ・";
  display: block;
  margin-top: -8px;
  font-size: 20px;
  color: #2D7739;
  letter-spacing: -7px;
}
.flow ul li {
  position: relative;
  border-radius: 10px;
}
.flow ul li img {
  border-radius: 10px;
}
.flow ul li p {
  border-radius: 0px 0px 10px 10px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.flow ul li .flow_offer {
  background: rgba(132, 197, 103, 0.9);
}

.slider-wrapper {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.4s ease;
  padding: 0;
  margin: 0;
  list-style: none;
}

.slider li {
  min-width: 100%;
  position: relative;
}

.slider img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

.slider p {
  background: rgba(0, 0, 0, 0.2);
  color: white;
  padding: 10px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #3a683b;
  color: white;
  border: none;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  font-size: 16px;
  cursor: pointer;
  z-index: 1;
}

.arrow.prev {
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow.next {
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.indicator {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
}

.dot.active {
  background-color: #3a683b;
  border: 2px solid #3a683b;
}

.form {
  background-image: url(img/form.webp);
  background-position: top;
  background-size: cover;
  padding: 30px 20px;
}
.form button {
  background: #2D7739;
  border-radius: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 100%;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
}
.form .form_wrap {
  background: #fff;
  max-width: 332px;
  margin: auto;
  padding: 30px 20px;
  border-radius: 10px;
}
.form .form_wrap div {
  display: flex;
  flex-flow: column;
  margin-bottom: 20px;
}
.form .form_wrap label span {
  color: red;
  margin-left: 5px;
}
.form .form_wrap input {
  background: #F7F6F2;
  border: none;
  padding: 10px;
  outline: none;
  width: 100%;
}
.form .form_wrap h3 {
  color: #2D7739;
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}
.form strong {
  text-align: center;
  color: #fff;
  font-size: 24px;
  display: block;
}
.form strong::after {
  content: "・ ・ ・ ・ ・ ・ ・ ・ ・ ・";
  display: block;
  margin-top: -20px;
  font-size: 40px;
  letter-spacing: -15px;
}

.wpcf7-response-output {
  margin-top: 10px;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  color: red;
}

.screen-reader-response {
  display: none !important;
}

.wpcf7-submit {
  background: #2D7739 !important;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  padding: 20px !important;
}

.wpcf7-select {
  width: 100%;
  padding: 10px;
  border: none !important;
  outline: none;
  appearance: none; /* ブラウザのデフォルトUIを無効化 */
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 20px;
  background: #F7F6F2;
  color: #3B3B3B;
}

footer {
  padding: 20px;
  text-align: center;
}
footer p {
  margin: 10px auto;
}/*# sourceMappingURL=style.css.map */