@charset "UTF-8";

/* アンカーリンク用のスクロールマージン */
[id] {
  scroll-margin-top: 100px;
}
@media screen and (max-width: 768px) {
  [id] {
    scroll-margin-top: 80px;
  }
}

.page__fv {
  background: linear-gradient(135deg, #43a047 0%, #2e7d32 50%, #1b5e20 100%);
  padding: 180px 40px 140px;
}
@media screen and (max-width: 768px) {
  .page__fv {
    padding: 40vw 5.3333333333vw 26.6666666667vw;
    background: linear-gradient(135deg, #43a047 0%, #2e7d32 50%, #1b5e20 100%);
  }
}
.page__fv--inner {
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page__fv--inner {
    max-width: 100%;
  }
}
.page__fv--title {
  color: #fff;
}
.page__fv--title h2 {
  font-weight: bold;
  font-size: 96px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .page__fv--title h2 {
    font-size: 14.4vw;
    text-align: center;
  }
}
.page__fv--title p {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page__fv--title p {
    font-size: 6.4vw;
    text-align: center;
  }
}
.page__fv--subTitle {
  margin-top: 64px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 40px;
  color: #fff;
}
.page__fv--text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page__fv.about__fv {
    background-position: 20% bottom;
  }
}
@media screen and (max-width: 768px) {
  .page__fv.about__fv .page__fv--title h2,
  .page__fv.about__fv .page__fv--title p {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .page__fv.about__fv .page__fv--subTitle {
    margin-top: 10.6666666667vw;
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .page__fv.about__fv .page__fv--text {
    margin-top: 6.4vw;
    font-size: 4.2666666667vw;
  }
}

.faq {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.faq__inner {
  max-width: 1350px;
  margin: 0 auto;
}
.faq .section__titleArea {
  text-align: center;
  margin-bottom: 40px;
}
.faq__lists {
  border-bottom: 1px solid #d0d4d8;
}
.faq .more__btn {
  margin: 0 auto;
}
.faq__item {
  padding: 32px 40px;
  border-top: 1px solid #d0d4d8;
}
@media screen and (max-width: 768px) {
  .faq__item {
    padding: 4.2666666667vw 4.2666666667vw 4.2666666667vw;
  }
}
.faq__item--title {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 60px;
  background: url(../img/common/icon_plus.svg) no-repeat;
  background-size: 43px;
  background-position: 98%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .faq__item--title {
    background-size: 8.5333333333vw;
  }
}
.faq__item--title.active {
  background: url(../img/common/icon_minus.svg) no-repeat;
  background-size: 43px;
  background-position: 98%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .faq__item--title.active {
    background-size: 8.5333333333vw;
  }
}
.faq__item--title span {
  width: 53px;
  height: 53px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #2e7d32;
  border: 1px solid #2e7d32;
  border-radius: 50%;
  font-weight: bold;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .faq__item--title span {
    font-size: 5.3333333333vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
.faq__item--title p {
  font-size: 20px;
  font-weight: bold;
  max-width: 85%;
}
@media screen and (max-width: 768px) {
  .faq__item--title p {
    font-size: 3.7333333333vw;
  }
}
.faq__item--text {
  height: 0;
  overflow: hidden;
  transition: 0.2s ease height;
}
.faq__item--textWrap {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 60px;
  padding: 16px 0;
}
@media screen and (max-width: 768px) {
  .faq__item--textWrap {
    gap: 10px;
    padding-right: 0;
  }
}
.faq__item--textWrap span {
  width: 53px;
  height: 53px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #2e7d32;
  border: 1px solid #2e7d32;
  border-radius: 50%;
  font-weight: bold;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .faq__item--textWrap span {
    font-size: 5.3333333333vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    min-width: 10%;
  }
}
.faq__item--textWrap p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
  max-width: 85%;
}
@media screen and (max-width: 768px) {
  .faq__item--textWrap p {
    max-width: 90%;
    font-size: 3.7333333333vw;
  }
}

.news__category {
  display: flex;
  align-items: center;
  border-left: 2px solid #000;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .news__category {
    margin-bottom: 10.6666666667vw;
  }
}
.news__category--item {
  border-right: 2px solid #000;
  padding: 2px 24px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
}
.news__category--item.current {
  color: rgb(0, 0, 0);
}

.pagination {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 17.0666666667vw;
  }
}
.pagination__lists {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.pagination__list {
  width: 43px;
  height: 43px;
  display: block;
  border-radius: 50%;
  border: 1px solid #2e7d32;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #2e7d32;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .pagination__list {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
}
.pagination__list.current {
  background: #2e7d32;
  color: #fff;
}
.pagination__list:hover {
  background: #2e7d32;
  color: #fff;
  opacity: 1;
}
.pagination__list.prev, .pagination__list.next {
  background: transparent !important;
  border: none;
}

.product {
  padding: 80px 40px 60px;
}
@media screen and (max-width: 768px) {
  .product {
    padding: 16vw 5.3333333333vw 10.6666666667vw;
  }
}
.product__inner {
  max-width: 1350px;
  margin: 0 auto;
}
.product .section__titleArea {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .product .section__titleArea {
    margin-bottom: 8.5333333333vw;
  }
}
.product .section__title {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .product .section__title {
    font-size: 6.4vw;
  }
}
.product__lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .product__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.2666666667vw;
  }
}
.product__list {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product__list {
    margin-bottom: 4.2666666667vw;
  }
}
.product__list--img {
  margin-bottom: 12px;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .product__list--img {
    max-width: 100%;
  }
}
.product__list--img img {
  border-radius: 16px;
  width: 100%;
  height: auto;
}
.product__list--title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.contact__sec {
  padding: 80px 40px 30px;
}
@media screen and (max-width: 768px) {
  .contact__sec {
    padding: 10.6666666667vw 5.3333333333vw 5.3333333333vw;
  }
}
.contact__sec--inner {
  max-width: 670px;
  margin: 0 auto;
}
.contact__sec .contact__text {
  line-height: 1.7;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .contact__sec .contact__text {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 auto 30px;
    text-align: left;
  }
}
.contact__sec .smf-form {
  max-width: 658px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact__sec .smf-form {
    padding: 0 8vw;
  }
}
.contact__sec .contact__form {
  max-width: 658px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact__sec .contact__form {
    padding: 0;
    width: 100%;
  }
}
.contact__sec .smf-item {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contact__sec .smf-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.contact__sec .smf-item__col--label {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .contact__sec .smf-item__col--label {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.contact__sec .smf-item__col--controls {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact__sec .smf-item__col--controls {
    width: 100%;
  }
}
.contact__sec .smf-item__col--label .required {
  color: #ff0000;
  margin-left: 10px;
}
.contact__sec .smf-select-control {
  width: 100%;
}
.contact__sec .smf-item__controls input[type=text],
.contact__sec .smf-item__controls input[type=email],
.contact__sec .smf-select-control input[type=text],
.contact__sec .smf-select-control input[type=email] {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  background: #fff;
  border: none;
  box-sizing: border-box;
  height: 56px;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .contact__sec .smf-item__controls input[type=text],
  .contact__sec .smf-item__controls input[type=email],
  .contact__sec .smf-select-control input[type=text],
  .contact__sec .smf-select-control input[type=email] {
    padding: 0 14px;
    height: 48px;
    font-size: 16px;
  }
}
.contact__sec .smf-item__controls select,
.contact__sec .smf-select-control select {
  font-family: "Noto Sans JP", sans-serif;
  width: 100% !important;
  background: #fff;
  border: none;
  box-sizing: border-box;
  height: 56px;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .contact__sec .smf-item__controls select,
  .contact__sec .smf-select-control select {
    padding: 0 14px;
    height: 48px;
    font-size: 16px;
  }
}
.contact__sec .smf-item__controls textarea,
.contact__sec .smf-select-control textarea {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  background: #fff;
  border: none;
  box-sizing: border-box;
  height: 193px;
  padding: 16px 24px;
}
@media screen and (max-width: 768px) {
  .contact__sec .smf-item__controls textarea,
  .contact__sec .smf-select-control textarea {
    padding: 12px 14px;
    height: 150px;
    font-size: 16px;
  }
}
.contact__sec .privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .contact__sec .privacy {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
.contact__sec .privacy input {
  width: 24px;
  height: 24px;
  border: rgba(53, 53, 53, 0.3) 1px solid;
}
@media screen and (max-width: 768px) {
  .contact__sec .privacy input {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }
}
.contact__sec .privacy .smf-item__col--label {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .contact__sec .privacy .smf-item__col--label {
    font-size: 13px;
    width: 100%;
  }
}
.contact__sec .privacy .privacy-policy-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .contact__sec .privacy .privacy-policy-link {
    font-size: 13px;
  }
}
.contact__sec .privacy .privacy-policy-link a {
  color: #2a2f4e;
  text-decoration: underline;
}

.smf-action {
  margin: 0 auto 80px;
  margin-top: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .smf-action {
    margin-bottom: 21.3333333333vw;
  }
}

.smf-button-control {
  text-align: center;
}
.smf-button-control button {
  cursor: pointer;
  display: block;
  background: linear-gradient(to right, #43a047, #2e7d32) !important;
  color: #fff !important;
  width: 260px !important;
  margin: 0 auto;
  background-image: none;
  height: 48px !important;
  font-size: 16px !important;
  border-radius: 4px !important;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .smf-button-control button {
    width: 61.3333333333vw;
    height: 10.9333333333vw;
    font-size: 3.2vw;
  }
}
.smf-button-control button {
  border: none;
}
.smf-button-control button:hover {
  opacity: 0.85 !important;
}

.thanks__en {
  text-align: center;
  font-size: 96px;
  font-weight: bold;
  background: linear-gradient(to right, #43a047, #2e7d32);
  font-family: "Poppins", sans-serif;
  margin-top: 80px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .thanks__en {
    font-size: 14.9333333333vw;
    margin-top: 13.3333333333vw;
  }
}

.thanks__title {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .thanks__title {
    font-size: 6.4vw;
    margin-bottom: 7.4666666667vw;
    margin-bottom: 6.4vw;
  }
}

.thanks__text {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .thanks__text {
    letter-spacing: -0.05em;
    font-size: 3.7333333333vw;
  }
}

.privacy-policy {
  padding: 180px 40px 120px;
}

@media screen and (max-width: 767px) {
  .privacy-policy {
    padding: 23.4375vw 2.6042vw 10.4167vw;
  }
}
.privacy-policy__inner {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .privacy-policy__inner {
    padding-top: 10.4167vw;
  }
}

.privacy-policy__content {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 120px;
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .privacy-policy__content {
    font-size: 1.8229vw;
  }
}
.privacy-policy__content h2 {
  font-size: 24px;
  font-weight: 600;
  color: #2e7d32;
  margin: 40px 0 24px;
  padding-left: 16px;
  border-left: 4px solid #2e7d32;
}

@media screen and (max-width: 767px) {
  .privacy-policy__content h2 {
    font-size: 2.6042vw;
    margin: 4.1667vw 0 2.0833vw;
    padding-left: 1.5625vw;
  }
}
.privacy-policy__content h2:first-child {
  margin-top: 0;
}

.privacy-policy__content p {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .privacy-policy__content p {
    margin-bottom: 1.5625vw;
  }
}
.privacy-policy__content ul {
  margin: 16px 0;
  padding-left: 24px;
}

@media screen and (max-width: 767px) {
  .privacy-policy__content ul {
    margin: 1.5625vw 0;
    padding-left: 2.6042vw;
  }
}
.privacy-policy__content ul li {
  list-style-type: disc;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .privacy-policy__content ul li {
    margin-bottom: 1.0417vw;
  }
}
.privacy-policy__content ol {
  margin: 16px 0;
  padding-left: 24px;
}

@media screen and (max-width: 767px) {
  .privacy-policy__content ol {
    margin: 1.5625vw 0;
    padding-left: 2.6042vw;
  }
}
.privacy-policy__content ol li {
  list-style-type: decimal;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .privacy-policy__content ol li {
    margin-bottom: 1.0417vw;
  }
}
.privacy-policy__content a {
  color: #2e7d32;
  text-decoration: underline;
}

.privacy-policy__content a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .privacy-policy__content {
    padding: 40px 20px;
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .privacy-policy__content h2 {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .privacy-policy__content p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-policy__content ul {
    margin-bottom: 20px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-policy__content ul li {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-policy__content ol {
    margin-bottom: 20px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-policy__content ol li {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
  }
}
.privacy-policy-link {
  display: block;
}

.privacy-policy-link input {
  width: 24px;
  height: 24px;
  border: rgba(53, 53, 53, 0.3) 1px solid;
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .privacy-policy-link input {
    width: 16px;
    height: 16px;
  }
}
.privacy-policy-link a {
  padding-bottom: 1px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  /* 薄い黒 */
  text-decoration: none;
  transition: border-color 0.3s ease;
}

.privacy-policy a:hover {
  border-bottom-color: rgba(0, 0, 0, 0.3);
  /* さらに薄く */
}

.privacy .service__titleArea {
  text-align: center;
}

.news__detail {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .news__detail {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.news__detail--inner {
  max-width: 800px;
  margin: 0 auto;
}
.news__detail--title {
  font-size: 32px;
  color: #2e7d32;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .news__detail--title {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}
.news__detail .date {
  color: rgba(35, 24, 21, 0.4);
}
.news__detail--category {
  color: #2e7d32;
  font-size: 12px;
  padding: 6px 24px;
  border-radius: 999px;
  background: #fff;
  width: max-content;
  display: none;
}
.news__detail--thumbnail {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.news__detail--thumbnail img {
  width: 100%;
}
.news__detail--contents {
  margin-top: 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .news__detail--contents {
    margin-bottom: 40px;
  }
}
.news__detail--contents h3,
.news__detail--contents h4 {
  color: #2e7d32;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 30px;
  margin-top: 40px;
}
.news__detail--contents p,
.news__detail--contents li {
  line-height: 2;
  margin-bottom: 10px;
}
.news__detail--contents p a,
.news__detail--contents li a {
  text-decoration: underline;
  color: #2e7d32;
}
.news__detail--contents strong {
  font-weight: bold;
}
.news__detail--contents img {
  margin-bottom: 20px;
  margin-top: 20px;
}
.news__detail .more__btn {
  margin: 80px auto 0;
}

.service {
  padding: 140px 40px 60px;
}
@media screen and (max-width: 768px) {
  .service {
    padding: 17.0666666667vw 5.3333333333vw 10.6666666667vw;
  }
}
.service__inner {
  max-width: 1350px;
  margin: 0 auto;
}
.service__box {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .service__box {
    margin-top: 8.5333333333vw;
  }
}
.service__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .service__item {
    flex-direction: column-reverse;
  }
}
.service__item:nth-of-type(2) {
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .service__item:nth-of-type(2) {
    flex-direction: column-reverse;
  }
}
.service__item--contents {
  width: 38%;
}
@media screen and (max-width: 768px) {
  .service__item--contents {
    width: 100%;
    margin-top: 6.4vw;
  }
}
.service__item--contents h3 {
  font-size: 32px;
  line-height: 1.5;
  color: #2e7d32;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .service__item--contents h3 {
    font-size: 8.5333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.service__item--contents p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .service__item--contents p {
    font-size: 4.2666666667vw;
  }
}
.service__item--num {
  position: absolute;
  top: 0;
  right: 0 !important;
  left: unset !important;
  font-weight: 600;
  padding: 35px;
  color: #2e7d32;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service__item--num {
    padding: 4px 4px;
    font-size: 3.7333333333vw;
  }
}
.service__item--num span {
  font-size: 56px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .service__item--num span {
    font-size: 10.6666666667vw;
  }
}
.service__item--img {
  position: relative;
  width: 55%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 8px;
}
.service__item--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .service__item--img {
    width: 100%;
  }
}
.service__item + .service__item {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .service__item + .service__item {
    margin-top: 12.8vw;
  }
}
.service__item + .service__item .service__item--num {
  left: 0;
  right: unset;
}

.message {
  padding: 60px 40px 235px;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1500px) {
  .message {
    padding-bottom: 25vw;
  }
}
@media screen and (max-width: 768px) {
  .message {
    overflow: hidden;
    padding: 10.6666666667vw 5.3333333333vw 21.3333333333vw;
  }
}
.message__inner {
  max-width: 1350px;
  margin: 0 auto;
}
.message__box {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .message__box {
    margin-top: 8.5333333333vw;
    display: flex;
    flex-direction: column-reverse;
  }
}
.message__subTitle {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .message__subTitle {
    font-size: 8.5333333333vw;
    margin-bottom: 6.4vw;
    margin-top: -40px;
  }
}
.message__subTitle span {
  color: #2e7d32;
}
.message__contents {
  width: 58%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .message__contents {
    width: 100%;
  }
}
.message__text {
  max-width: 495px;
  line-height: 2.2;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .message__text {
    font-size: 4.2666666667vw;
  }
}
.message__name {
  margin-top: 32px;
  font-size: 20px;
  font-weight: bold;
  margin-left: auto;
  width: max-content;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .message__name {
    margin-top: 4.2666666667vw;
    margin-left: 0;
    font-size: 3.7333333333vw;
  }
}
.message__name span {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .message__name span {
    font-size: 5.3333333333vw;
  }
}
.message__img {
  position: absolute;
  top: 20%;
  right: 0;
  width: 55%;
  z-index: 1;
  max-width: 700px;
}
@media screen and (max-width: 1320px) {
  .message__img {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .message__img {
    position: unset;
    width: 110%;
    margin-right: -5.3333333333vw;
  }
}
.message__img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .message__img img {
    display: block;
    transform: translateX(5px);
  }
}

.company {
  padding: 64px 40px;
  background: linear-gradient(to right, #43a047, #2e7d32) !important;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 12.8vw 5.3333333333vw;
    border-radius: 20px;
    margin-bottom: 10.6666666667vw;
  }
}
.company__inner {
  background: #fff;
  border-radius: 16px;
  padding: 64px 30px;
  max-width: 1350px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .company__inner {
    border-radius: 16px;
    padding: 10.6666666667vw 2.6666666667vw;
  }
}
.company__titleArea {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .company__titleArea {
    margin-bottom: 12vw;
  }
}
.company__table {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  border-top: 1px solid rgba(26, 26, 26, 0.3);
}
.company__table tr {
  border-bottom: 1px solid rgba(26, 26, 26, 0.3);
}
@media screen and (max-width: 768px) {
  .company__table tr {
    display: flex;
    flex-direction: column;
  }
}
.company__table th {
  width: 25%;
  padding: 24px 0;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  box-sizing: border-box;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .company__table th {
    width: 100%;
    font-size: 3.7333333333vw;
    padding: 4.2666666667vw 0 0;
  }
}
.company__table td {
  padding: 24px 0;
  font-size: 16px;
  box-sizing: border-box;
  width: 75%;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .company__table td {
    width: 100%;
    font-size: 3.7333333333vw;
    padding: 3.2vw 0;
  }
}
.company__table td span {
  color: #43a047;
  font-weight: bold;
}

.philosophy {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .philosophy {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.philosophy__inner {
  max-width: 1350px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .philosophy .section__title {
    font-size: 14.4vw;
  }
}
.philosophy__text {
  margin-top: 64px;
  margin-left: auto;
  width: 64%;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .philosophy__text {
    margin-left: 0;
    width: 100%;
    margin-top: 8vw;
    font-size: 6.4vw;
  }
}

.mission {
  padding: 80px 40px;
  background: #f8f9fa;
}
@media screen and (max-width: 768px) {
  .mission {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.mission__inner {
  max-width: 1350px;
  margin: 0 auto;
}
.mission__titleArea {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .mission__titleArea {
    margin-bottom: 8.5333333333vw;
  }
}
.mission__content {
  max-width: 900px;
  margin: 0 auto;
}
.mission__text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .mission__text {
    font-size: 4.2666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}
.mission__points {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .mission__points {
    flex-direction: column;
    gap: 4.2666666667vw;
  }
}
.mission__point {
  flex: 1;
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .mission__point {
    padding: 6.4vw 4.2666666667vw;
  }
}
.mission__point--num {
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #2e7d32;
  font-family: "Poppins", sans-serif;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .mission__point--num {
    font-size: 6.4vw;
    margin-bottom: 3.2vw;
  }
}
.mission__point p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .mission__point p {
    font-size: 3.7333333333vw;
  }
}

.sdgs {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .sdgs {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.sdgs__inner {
  max-width: 1350px;
  margin: 0 auto;
}
.sdgs__titleArea {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sdgs__titleArea {
    margin-bottom: 8.5333333333vw;
  }
}
.sdgs__content {
  max-width: 900px;
  margin: 0 auto;
}
.sdgs__intro {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sdgs__intro {
    margin-bottom: 8.5333333333vw;
  }
}
.sdgs__intro p {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .sdgs__intro p {
    font-size: 3.7333333333vw;
  }
}
.sdgs__goals {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .sdgs__goals {
    flex-direction: column;
    gap: 6.4vw;
  }
}
.sdgs__goal {
  flex: 1;
  display: flex;
  gap: 20px;
  background: #f8f9fa;
  padding: 30px;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .sdgs__goal {
    padding: 5.3333333333vw;
    gap: 4.2666666667vw;
  }
}
.sdgs__goal--icon {
  width: 80px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .sdgs__goal--icon {
    width: 16vw;
  }
}
.sdgs__goal--icon img {
  width: 100%;
  height: auto;
}
.sdgs__goal--text h4 {
  font-size: 18px;
  font-weight: bold;
  color: #2e7d32;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .sdgs__goal--text h4 {
    font-size: 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
.sdgs__goal--text p {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .sdgs__goal--text p {
    font-size: 3.4666666667vw;
  }
}

.partners {
  padding: 80px 40px;
  background: linear-gradient(to right, #43a047, #2e7d32);
}
@media screen and (max-width: 768px) {
  .partners {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.partners__inner {
  max-width: 1350px;
  margin: 0 auto;
}
.partners__titleArea {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .partners__titleArea {
    margin-bottom: 8.5333333333vw;
  }
}
.partners__titleArea .section__subTitle {
  color: #fff;
}
.partners__titleArea .section__title {
  color: #fff;
}
.partners__content {
  max-width: 900px;
  margin: 0 auto;
}
.partners__intro {
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .partners__intro {
    margin-bottom: 8.5333333333vw;
  }
}
.partners__intro p {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .partners__intro p {
    font-size: 3.7333333333vw;
  }
}
.partners__categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .partners__categories {
    gap: 3.2vw;
  }
}
.partners__category {
  background: #fff;
  padding: 16px 32px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .partners__category {
    padding: 3.2vw 5.3333333333vw;
  }
}
.partners__category span {
  font-size: 16px;
  font-weight: bold;
  color: #2A2F4E;
}
@media screen and (max-width: 768px) {
  .partners__category span {
    font-size: 3.7333333333vw;
  }
}

.coming-soon {
  padding: 120px 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .coming-soon {
    padding: 21.3333333333vw 5.3333333333vw;
  }
}
.coming-soon__inner {
  max-width: 800px;
  margin: 0 auto;
}
.coming-soon__icon {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .coming-soon__icon {
    margin-bottom: 8.5333333333vw;
  }
}
.coming-soon__icon img {
  width: 120px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .coming-soon__icon img {
    width: 21.3333333333vw;
  }
}
.coming-soon__title {
  font-size: 48px;
  font-weight: bold;
  color: #2e7d32;
  margin-bottom: 24px;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .coming-soon__title {
    font-size: 8.5333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.coming-soon__subtitle {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .coming-soon__subtitle {
    font-size: 4.8vw;
    margin-bottom: 6.4vw;
  }
}
.coming-soon__text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .coming-soon__text {
    font-size: 3.7333333333vw;
    margin-bottom: 8.5333333333vw;
  }
}
.coming-soon__features {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .coming-soon__features {
    flex-direction: column;
    gap: 4.2666666667vw;
  }
}
.coming-soon__feature {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 12px;
  flex: 1;
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .coming-soon__feature {
    padding: 6.4vw;
    max-width: 100%;
  }
}
.coming-soon__feature h4 {
  font-size: 18px;
  font-weight: bold;
  color: #2e7d32;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .coming-soon__feature h4 {
    font-size: 4.2666666667vw;
  }
}
.coming-soon__feature p {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .coming-soon__feature p {
    font-size: 3.4666666667vw;
  }
}

.contact-types {
  padding: 60px 40px;
  background: #f8f9fa;
}
@media screen and (max-width: 768px) {
  .contact-types {
    padding: 12.8vw 5.3333333333vw;
  }
}
.contact-types__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.contact-types__title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contact-types__title {
    font-size: 5.3333333333vw;
    margin-bottom: 6.4vw;
  }
}
.contact-types__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .contact-types__list {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
  }
}
.contact-types__item {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .contact-types__item {
    padding: 6.4vw;
  }
}
.contact-types__item:hover {
  border-color: #2e7d32;
}
.contact-types__item h4 {
  font-size: 18px;
  font-weight: bold;
  color: #2e7d32;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .contact-types__item h4 {
    font-size: 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
.contact-types__item p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}
@media screen and (max-width: 768px) {
  .contact-types__item p {
    font-size: 3.4666666667vw;
  }
}

.service-intro {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .service-intro {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.service-intro__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.service-intro__titleArea {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .service-intro__titleArea {
    margin-bottom: 8.5333333333vw;
  }
}
.service-intro__content {
  text-align: center;
}
.service-intro__content p {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .service-intro__content p {
    font-size: 3.7333333333vw;
  }
}

.service-flow {
  padding: 80px 40px;
  background: #f8f9fa;
}
@media screen and (max-width: 768px) {
  .service-flow {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.service-flow__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.service-flow__titleArea {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .service-flow__titleArea {
    margin-bottom: 8.5333333333vw;
  }
}
.service-flow__steps {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .service-flow__steps {
    flex-direction: column;
    gap: 6.4vw;
  }
}
.service-flow__step {
  flex: 1;
  background: #fff;
  padding: 30px 24px;
  border-radius: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service-flow__step {
    padding: 6.4vw 5.3333333333vw;
  }
}
.service-flow__step--num {
  display: block;
  font-size: 40px;
  font-weight: bold;
  color: #2e7d32;
  font-family: "Poppins", sans-serif;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .service-flow__step--num {
    font-size: 8.5333333333vw;
  }
}
.service-flow__step h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .service-flow__step h4 {
    font-size: 4.2666666667vw;
  }
}
.service-flow__step p {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .service-flow__step p {
    font-size: 3.4666666667vw;
  }
}

.service-items {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .service-items {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.service-items__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.service-items__titleArea {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .service-items__titleArea {
    margin-bottom: 8.5333333333vw;
  }
}
.service-items__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .service-items__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.2666666667vw;
  }
}
.service-items__item {
  background: #f8f9fa;
  padding: 30px 20px;
  border-radius: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service-items__item {
    padding: 5.3333333333vw 4.2666666667vw;
  }
}
.service-items__item--icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 768px) {
  .service-items__item--icon {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.service-items__item--icon img {
  width: 100%;
  height: auto;
}
.service-items__item h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .service-items__item h4 {
    font-size: 3.7333333333vw;
  }
}
.service-items__item p {
  font-size: 13px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .service-items__item p {
    font-size: 3.2vw;
  }
}

.service-strength {
  padding: 80px 40px;
  background: linear-gradient(to right, #43a047, #2e7d32);
}
@media screen and (max-width: 768px) {
  .service-strength {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.service-strength__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.service-strength__titleArea {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .service-strength__titleArea {
    margin-bottom: 8.5333333333vw;
  }
}
.service-strength__titleArea .section__subTitle {
  color: #fff;
}
.service-strength__titleArea .section__title {
  color: #fff;
}
.service-strength__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .service-strength__list {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
  }
}
.service-strength__item {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .service-strength__item {
    padding: 6.4vw;
  }
}
.service-strength__item--num {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #2e7d32;
  font-family: "Poppins", sans-serif;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .service-strength__item--num {
    font-size: 5.3333333333vw;
  }
}
.service-strength__item h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .service-strength__item h4 {
    font-size: 4.2666666667vw;
  }
}
.service-strength__item p {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .service-strength__item p {
    font-size: 3.4666666667vw;
  }
}

.service-merit {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .service-merit {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.service-merit__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.service-merit__titleArea {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .service-merit__titleArea {
    margin-bottom: 8.5333333333vw;
  }
}
.service-merit__box {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .service-merit__box {
    flex-direction: column;
    gap: 6.4vw;
  }
}
.service-merit__column {
  flex: 1;
  background: #f8f9fa;
  padding: 40px;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .service-merit__column {
    padding: 6.4vw;
  }
}
.service-merit__column h3 {
  font-size: 20px;
  font-weight: bold;
  color: #2e7d32;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service-merit__column h3 {
    font-size: 4.8vw;
    margin-bottom: 4.2666666667vw;
  }
}
.service-merit__column ul li {
  font-size: 16px;
  line-height: 1.8;
  padding-left: 24px;
  position: relative;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .service-merit__column ul li {
    font-size: 3.7333333333vw;
  }
}
.service-merit__column ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: #2e7d32;
  border-radius: 50%;
}

.beginner-about {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .beginner-about {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.beginner-about__inner {
  max-width: 900px;
  margin: 0 auto;
}
.beginner-about__titleArea {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .beginner-about__titleArea {
    margin-bottom: 8.5333333333vw;
  }
}
.beginner-about__text p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .beginner-about__text p {
    font-size: 3.7333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.beginner-about__text p:last-child {
  margin-bottom: 0;
}

.beginner-flow {
  padding: 80px 40px;
  background: #f8f9fa;
}
@media screen and (max-width: 768px) {
  .beginner-flow {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.beginner-flow__inner {
  max-width: 900px;
  margin: 0 auto;
}
.beginner-flow__titleArea {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .beginner-flow__titleArea {
    margin-bottom: 8.5333333333vw;
  }
}
.beginner-flow__steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .beginner-flow__steps {
    gap: 4.2666666667vw;
  }
}
.beginner-flow__step {
  display: flex;
  gap: 24px;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .beginner-flow__step {
    padding: 5.3333333333vw;
    gap: 4.2666666667vw;
  }
}
.beginner-flow__step--num {
  flex-shrink: 0;
  text-align: center;
}
.beginner-flow__step--num span {
  display: block;
  font-size: 12px;
  color: #2e7d32;
  font-family: "Poppins", sans-serif;
}
.beginner-flow__step--num strong {
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #2e7d32;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .beginner-flow__step--num strong {
    font-size: 6.4vw;
  }
}
.beginner-flow__step--content h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .beginner-flow__step--content h4 {
    font-size: 4.2666666667vw;
  }
}
.beginner-flow__step--content p {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .beginner-flow__step--content p {
    font-size: 3.4666666667vw;
  }
}

.beginner-prepare {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .beginner-prepare {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.beginner-prepare__inner {
  max-width: 900px;
  margin: 0 auto;
}
.beginner-prepare__titleArea {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .beginner-prepare__titleArea {
    margin-bottom: 8.5333333333vw;
  }
}
.beginner-prepare__list {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .beginner-prepare__list {
    flex-direction: column;
    gap: 6.4vw;
  }
}
.beginner-prepare__item {
  flex: 1;
  text-align: center;
  background: #f8f9fa;
  padding: 40px 30px;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .beginner-prepare__item {
    padding: 8vw 5.3333333333vw;
  }
}
.beginner-prepare__item--icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .beginner-prepare__item--icon {
    width: 16vw;
    height: 16vw;
  }
}
.beginner-prepare__item--icon img {
  width: 100%;
  height: auto;
}
.beginner-prepare__item h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .beginner-prepare__item h4 {
    font-size: 4.8vw;
  }
}
.beginner-prepare__item p {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .beginner-prepare__item p {
    font-size: 3.4666666667vw;
  }
}

.beginner-points {
  padding: 80px 40px;
  background: linear-gradient(to right, #43a047, #2e7d32);
}
@media screen and (max-width: 768px) {
  .beginner-points {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.beginner-points__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.beginner-points__titleArea {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .beginner-points__titleArea {
    margin-bottom: 8.5333333333vw;
  }
}
.beginner-points__titleArea .section__subTitle {
  color: #fff;
}
.beginner-points__titleArea .section__title {
  color: #fff;
}
.beginner-points__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .beginner-points__list {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
  }
}
.beginner-points__item {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .beginner-points__item {
    padding: 6.4vw;
  }
}
.beginner-points__item--num {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #2e7d32;
  font-family: "Poppins", sans-serif;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .beginner-points__item--num {
    font-size: 5.3333333333vw;
  }
}
.beginner-points__item h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .beginner-points__item h4 {
    font-size: 4.2666666667vw;
  }
}
.beginner-points__item p {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .beginner-points__item p {
    font-size: 3.4666666667vw;
  }
}

.beginner-selected {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .beginner-selected {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.beginner-selected__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.beginner-selected__titleArea {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .beginner-selected__titleArea {
    margin-bottom: 8.5333333333vw;
  }
}
.beginner-selected__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .beginner-selected__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2vw;
  }
}
.beginner-selected__item {
  background: #f8f9fa;
  padding: 30px 20px;
  border-radius: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .beginner-selected__item {
    padding: 5.3333333333vw 4.2666666667vw;
  }
}
.beginner-selected__item p {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .beginner-selected__item p {
    font-size: 3.4666666667vw;
  }
}

.beginner-faq {
  padding: 80px 40px;
  background: #f8f9fa;
}
@media screen and (max-width: 768px) {
  .beginner-faq {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.beginner-faq__inner {
  max-width: 900px;
  margin: 0 auto;
}
.beginner-faq__titleArea {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .beginner-faq__titleArea {
    margin-bottom: 8.5333333333vw;
  }
}
.beginner-faq .faq__lists {
  margin-bottom: 40px;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .beginner-faq .faq__lists {
    margin-bottom: 8.5333333333vw;
  }
}
.beginner-faq .more__btn {
  margin: 0 auto;
}

.recruit-message {
  padding: 80px 40px;
  background: #f8f9fa;
}
@media screen and (max-width: 768px) {
  .recruit-message {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.recruit-message__inner {
  max-width: 900px;
  margin: 0 auto;
}
.recruit-message__content {
  text-align: center;
}
.recruit-message__content h3 {
  font-size: 32px;
  font-weight: bold;
  color: #2e7d32;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .recruit-message__content h3 {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.recruit-message__content p {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .recruit-message__content p {
    font-size: 3.7333333333vw;
  }
}

/* 募集職種セクション */
.recruit-positions {
  padding: 80px 40px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .recruit-positions {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.recruit-positions__inner {
  max-width: 900px;
  margin: 0 auto;
}
.recruit-positions__titleArea {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .recruit-positions__titleArea {
    margin-bottom: 8.5333333333vw;
  }
}
.recruit-positions__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .recruit-positions__list {
    gap: 4.2666666667vw;
  }
}
.recruit-positions__card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px 40px;
  background: #fff;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.recruit-positions__card:hover {
  border-color: #d4a5a5;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .recruit-positions__card {
    padding: 5.3333333333vw;
  }
}
.recruit-positions__card--content {
  flex: 1;
}
.recruit-positions__card--content h4 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .recruit-positions__card--content h4 {
    font-size: 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
.recruit-positions__card--type {
  display: inline-block;
  font-size: 14px;
  color: #d4a5a5;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .recruit-positions__card--type {
    font-size: 3.2vw;
    margin-bottom: 3.2vw;
  }
}
.recruit-positions__card--salary {
  display: inline-block;
  font-size: 14px;
  color: #666;
  margin-left: 16px;
}
.recruit-positions__card--desc {
  font-size: 15px;
  color: #333;
  line-height: 2;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .recruit-positions__card--desc {
    font-size: 3.4vw;
    line-height: 1.8;
    margin-top: 2.6666666667vw;
  }
}
.recruit-positions__card--arrow {
  font-size: 28px;
  color: #d4a5a5;
  margin-left: 30px;
  margin-top: 20px;
  transition: transform 0.3s ease;
}
.recruit-positions__card:hover .recruit-positions__card--arrow {
  transform: translateX(5px);
}
@media screen and (max-width: 768px) {
  .recruit-positions__card--arrow {
    font-size: 5.3333333333vw;
    margin-left: 2.6666666667vw;
  }
}

.recruit-job {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .recruit-job {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.recruit-job__inner {
  max-width: 900px;
  margin: 0 auto;
}
.recruit-job__titleArea {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .recruit-job__titleArea {
    margin-bottom: 8.5333333333vw;
  }
}
.recruit-job__main {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .recruit-job__main {
    margin-bottom: 8.5333333333vw;
  }
}
.recruit-job__main h4 {
  font-size: 24px;
  font-weight: bold;
  color: #2e7d32;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .recruit-job__main h4 {
    font-size: 5.3333333333vw;
  }
}
.recruit-job__main p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .recruit-job__main p {
    font-size: 3.7333333333vw;
  }
}
.recruit-job__tasks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .recruit-job__tasks {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2vw;
  }
}
.recruit-job__task {
  background: #f8f9fa;
  padding: 24px 16px;
  border-radius: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit-job__task {
    padding: 5.3333333333vw 3.2vw;
  }
}
.recruit-job__task span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #2e7d32;
  font-family: "Poppins", sans-serif;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .recruit-job__task span {
    font-size: 5.3333333333vw;
  }
}
.recruit-job__task p {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .recruit-job__task p {
    font-size: 3.2vw;
  }
}

.recruit-appeal {
  padding: 80px 40px;
  background: linear-gradient(to right, #43a047, #2e7d32);
}
@media screen and (max-width: 768px) {
  .recruit-appeal {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.recruit-appeal__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.recruit-appeal__titleArea {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .recruit-appeal__titleArea {
    margin-bottom: 8.5333333333vw;
  }
}
.recruit-appeal__titleArea .section__subTitle {
  color: #fff;
}
.recruit-appeal__titleArea .section__title {
  color: #fff;
}
.recruit-appeal__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .recruit-appeal__list {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
  }
}
.recruit-appeal__item {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .recruit-appeal__item {
    padding: 6.4vw;
  }
}
.recruit-appeal__item--num {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #2e7d32;
  font-family: "Poppins", sans-serif;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .recruit-appeal__item--num {
    font-size: 5.3333333333vw;
  }
}
.recruit-appeal__item h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .recruit-appeal__item h4 {
    font-size: 4.2666666667vw;
  }
}
.recruit-appeal__item p {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .recruit-appeal__item p {
    font-size: 3.4666666667vw;
  }
}

.recruit-day {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .recruit-day {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.recruit-day__inner {
  max-width: 800px;
  margin: 0 auto;
}
.recruit-day__titleArea {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .recruit-day__titleArea {
    margin-bottom: 8.5333333333vw;
  }
}
.recruit-day__timeline {
  position: relative;
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  .recruit-day__timeline {
    padding-left: 21.3333333333vw;
  }
}
.recruit-day__timeline::before {
  content: "";
  position: absolute;
  left: 45px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #2e7d32;
}
@media screen and (max-width: 768px) {
  .recruit-day__timeline::before {
    left: 9.3333333333vw;
  }
}
.recruit-day__item {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .recruit-day__item {
    margin-bottom: 6.4vw;
  }
}
.recruit-day__item:last-child {
  margin-bottom: 0;
}
.recruit-day__item--time {
  position: absolute;
  left: -100px;
  width: 80px;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  color: #2e7d32;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .recruit-day__item--time {
    left: -21.3333333333vw;
    width: 16vw;
    font-size: 3.7333333333vw;
  }
}
.recruit-day__item--content {
  background: #f8f9fa;
  padding: 24px;
  border-radius: 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit-day__item--content {
    padding: 4.2666666667vw;
  }
}
.recruit-day__item--content::before {
  content: "";
  position: absolute;
  left: -65px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: #2e7d32;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .recruit-day__item--content::before {
    left: -14.1333333333vw;
  }
}
.recruit-day__item--content h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .recruit-day__item--content h4 {
    font-size: 3.7333333333vw;
  }
}
.recruit-day__item--content p {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .recruit-day__item--content p {
    font-size: 3.4666666667vw;
  }
}

.recruit-voice {
  padding: 80px 40px;
  background: #f8f9fa;
}
@media screen and (max-width: 768px) {
  .recruit-voice {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.recruit-voice__inner {
  max-width: 900px;
  margin: 0 auto;
}
.recruit-voice__titleArea {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .recruit-voice__titleArea {
    margin-bottom: 8.5333333333vw;
  }
}
.recruit-voice__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .recruit-voice__list {
    gap: 4.2666666667vw;
  }
}
.recruit-voice__item {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .recruit-voice__item {
    flex-direction: column;
    padding: 6.4vw;
    gap: 4.2666666667vw;
  }
}
.recruit-voice__item--profile {
  flex-shrink: 0;
  text-align: center;
}
.recruit-voice__item--info .position {
  font-size: 16px;
  font-weight: bold;
  color: #2e7d32;
}
@media screen and (max-width: 768px) {
  .recruit-voice__item--info .position {
    font-size: 3.7333333333vw;
  }
}
.recruit-voice__item--info .years {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .recruit-voice__item--info .years {
    font-size: 3.2vw;
  }
}
.recruit-voice__item--content p {
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .recruit-voice__item--content p {
    font-size: 3.7333333333vw;
  }
}

.recruit-benefits {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .recruit-benefits {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.recruit-benefits__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.recruit-benefits__titleArea {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .recruit-benefits__titleArea {
    margin-bottom: 8.5333333333vw;
  }
}
.recruit-benefits__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .recruit-benefits__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2vw;
  }
}
.recruit-benefits__item {
  background: #f8f9fa;
  padding: 30px 20px;
  border-radius: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit-benefits__item {
    padding: 5.3333333333vw 4.2666666667vw;
  }
}
.recruit-benefits__item h4 {
  font-size: 16px;
  font-weight: bold;
  color: #2e7d32;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .recruit-benefits__item h4 {
    font-size: 3.7333333333vw;
  }
}
.recruit-benefits__item p {
  font-size: 13px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .recruit-benefits__item p {
    font-size: 3.2vw;
  }
}

.recruit-entry {
  padding: 80px 40px;
  background: linear-gradient(to right, #43a047, #2e7d32);
}
@media screen and (max-width: 768px) {
  .recruit-entry {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.recruit-entry__inner {
  max-width: 800px;
  margin: 0 auto;
}
.recruit-entry__titleArea {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .recruit-entry__titleArea {
    margin-bottom: 8.5333333333vw;
  }
}
.recruit-entry__titleArea .section__subTitle {
  color: #fff;
}
.recruit-entry__titleArea .section__title {
  color: #fff;
}
.recruit-entry__content {
  text-align: center;
}
.recruit-entry__text {
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .recruit-entry__text {
    font-size: 3.7333333333vw;
    margin-bottom: 6.4vw;
  }
}
.recruit-entry .more__btn {
  background: #fff;
  color: #2e7d32;
  margin: 0 auto;
}
.recruit-entry .more__btn:hover {
  background: #f8f9fa;
}

/* 事業内容ページ共通タイトルスタイル */
.target-users .section__titleArea,
.user-voice .section__titleArea,
.business-service .section__titleArea,
.business-features .section__titleArea,
.business-price .section__titleArea,
.business-difference .section__titleArea,
.flow .section__titleArea,
.required .section__titleArea {
  text-align: center;
  margin-bottom: 0;
}
.target-users .section__subTitle,
.user-voice .section__subTitle,
.business-service .section__subTitle,
.business-features .section__subTitle,
.business-price .section__subTitle,
.business-difference .section__subTitle,
.flow .section__subTitle,
.required .section__subTitle {
  font-size: 14px;
  color: #2e7d32;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .target-users .section__subTitle,
  .user-voice .section__subTitle,
  .business-service .section__subTitle,
  .business-features .section__subTitle,
  .business-price .section__subTitle,
  .business-difference .section__subTitle,
  .flow .section__subTitle,
  .required .section__subTitle {
    font-size: 3.2vw;
  }
}
.target-users .section__title,
.user-voice .section__title,
.business-service .section__title,
.business-features .section__title,
.business-price .section__title,
.business-difference .section__title,
.flow .section__title,
.required .section__title {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .target-users .section__title,
  .user-voice .section__title,
  .business-service .section__title,
  .business-features .section__title,
  .business-price .section__title,
  .business-difference .section__title,
  .flow .section__title,
  .required .section__title {
    font-size: 5.3333333333vw;
  }
}

/* こんな方におすすめ */
.target-users {
  padding: 80px 40px;
  background: linear-gradient(to right, #43a047, #2e7d32);
}
@media screen and (max-width: 768px) {
  .target-users {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.target-users__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.target-users .section__title,
.target-users .section__subTitle {
  color: #fff !important;
}
.target-users__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .target-users__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.2666666667vw;
    margin-top: 8.5333333333vw;
  }
}
.target-users__item {
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .target-users__item {
    padding: 5.3333333333vw 4.2666666667vw;
  }
}
.target-users__icon {
  font-size: 40px;
  display: block;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .target-users__icon {
    font-size: 8.5333333333vw;
    margin-bottom: 3.2vw;
  }
}
.target-users__item p {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .target-users__item p {
    font-size: 2.9333333333vw;
    white-space: normal;
  }
}

/* 利用者の声 */
.user-voice {
  padding: 80px 40px;
  background: #f8f9fa;
}
@media screen and (max-width: 768px) {
  .user-voice {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.user-voice__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.user-voice__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .user-voice__list {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
    margin-top: 8.5333333333vw;
  }
}
.user-voice__item {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .user-voice__item {
    padding: 6.4vw;
  }
}
.user-voice__text {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 16px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .user-voice__text {
    font-size: 3.7333333333vw;
  }
}
.user-voice__info {
  font-size: 14px;
  color: #666;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .user-voice__info {
    font-size: 3.4666666667vw;
  }
}

/* 提供サービス */
.business-service {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .business-service {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.business-service__inner {
  max-width: 900px;
  margin: 0 auto;
}
.business-service__content {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .business-service__content {
    margin-top: 8.5333333333vw;
  }
}
.business-service__lead {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #2e7d32;
}
@media screen and (max-width: 768px) {
  .business-service__lead {
    font-size: 5.3333333333vw;
    margin-bottom: 6.4vw;
  }
}
.business-service__list {
  background: #f8f9fa;
  padding: 40px;
  border-radius: 12px;
  text-align: left;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .business-service__list {
    padding: 6.4vw;
  }
}
.business-service__list li {
  font-size: 16px;
  line-height: 2;
  padding-left: 30px;
  position: relative;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .business-service__list li {
    font-size: 3.7333333333vw;
    padding-left: 6.4vw;
  }
}
.business-service__list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #2e7d32;
  font-weight: bold;
}
.business-service__items {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: left;
}
.business-service__item {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .business-service__item {
    padding: 6.4vw;
  }
}
.business-service__item h3 {
  font-size: 18px;
  font-weight: bold;
  color: #2e7d32;
  margin-bottom: 12px;
  padding-left: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .business-service__item h3 {
    font-size: 4.2666666667vw;
  }
}
.business-service__item h3::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #2e7d32;
}
.business-service__item p {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .business-service__item p {
    font-size: 3.7333333333vw;
  }
}

/* 特徴（選ばれる理由） */
.business-features {
  padding: 80px 40px;
  background: #f8f9fa;
}
@media screen and (max-width: 768px) {
  .business-features {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.business-features__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.business-features__content {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .business-features__content {
    margin-top: 8.5333333333vw;
  }
}
.business-features__points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .business-features__points {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
    margin-bottom: 6.4vw;
  }
}
.business-features__point {
  background: #fff;
  padding: 30px 24px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .business-features__point {
    padding: 6.4vw 5.3333333333vw;
  }
}
.business-features__point h3 {
  font-size: 20px;
  font-weight: bold;
  color: #2e7d32;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .business-features__point h3 {
    font-size: 4.8vw;
  }
}
.business-features__point p {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
}
@media screen and (max-width: 768px) {
  .business-features__point p {
    font-size: 3.7333333333vw;
  }
}
.business-features__message {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #2A2F4E;
}
@media screen and (max-width: 768px) {
  .business-features__message {
    font-size: 4.2666666667vw;
  }
}

/* 料金 */
.business-price {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .business-price {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.business-price__inner {
  max-width: 800px;
  margin: 0 auto;
}
.business-price__content {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .business-price__content {
    margin-top: 8.5333333333vw;
  }
}
.business-price__lead {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #2e7d32;
}
@media screen and (max-width: 768px) {
  .business-price__lead {
    font-size: 5.3333333333vw;
    margin-bottom: 6.4vw;
  }
}
.business-price__list {
  background: #f8f9fa;
  padding: 40px;
  border-radius: 12px;
  list-style: none;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .business-price__list {
    padding: 6.4vw;
    display: block;
  }
}
.business-price__list li {
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  color: #2A2F4E;
}
@media screen and (max-width: 768px) {
  .business-price__list li {
    font-size: 4.2666666667vw;
  }
}

/* 競合との違い */
.business-difference {
  padding: 80px 40px;
  background: linear-gradient(to right, #43a047, #2e7d32);
}
@media screen and (max-width: 768px) {
  .business-difference {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.business-difference__inner {
  max-width: 900px;
  margin: 0 auto;
}
.business-difference .section__title,
.business-difference .section__subTitle {
  color: #fff !important;
}
.business-difference__content {
  margin-top: 50px;
  background: #fff;
  padding: 40px;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .business-difference__content {
    margin-top: 8.5333333333vw;
    padding: 6.4vw;
  }
}
.business-difference__lead {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
  color: #2e7d32;
}
@media screen and (max-width: 768px) {
  .business-difference__lead {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.business-difference__list {
  list-style: none;
}
.business-difference__list li {
  font-size: 16px;
  line-height: 2;
  color: #2A2F4E;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .business-difference__list li {
    font-size: 3.7333333333vw;
  }
}

/* 催事買取の流れ */
.flow {
  padding: 80px 40px;
  background: #f8f9fa;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.flow__inner {
  max-width: 900px;
  margin: 0 auto;
}
.flow__steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .flow__steps {
    gap: 4.2666666667vw;
    margin-top: 8.5333333333vw;
  }
}
.flow__step {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .flow__step {
    padding: 5.3333333333vw;
  }
}
.flow__step--number {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #2e7d32;
  font-family: "Poppins", sans-serif;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .flow__step--number {
    font-size: 4.2666666667vw;
  }
}
.flow__step--title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #2A2F4E;
}
@media screen and (max-width: 768px) {
  .flow__step--title {
    font-size: 4.8vw;
  }
}
.flow__step--text {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
}
@media screen and (max-width: 768px) {
  .flow__step--text {
    font-size: 3.7333333333vw;
  }
}
.flow__step--text small {
  color: #e74c3c;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .flow__step--text small {
    font-size: 3.4666666667vw;
  }
}
.flow__lead {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .flow__lead {
    font-size: 3.7333333333vw;
    margin-top: 6.4vw;
  }
}
.flow__lead strong {
  color: #2e7d32;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .flow__lead strong {
    font-size: 4.2666666667vw;
  }
}
.flow__step--points {
  list-style: none;
  padding: 0;
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .flow__step--points {
    flex-direction: column;
    gap: 2.1333333333vw;
    margin-top: 3.2vw;
  }
}
.flow__step--points li {
  background: #e8f5e9;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  color: #2e7d32;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .flow__step--points li {
    font-size: 3.2vw;
    padding: 2.1333333333vw 4.2666666667vw;
  }
}
.flow__step--note {
  margin-top: 16px;
  font-size: 14px;
  color: #e74c3c;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .flow__step--note {
    font-size: 3.4666666667vw;
    margin-top: 3.2vw;
  }
}

/* チェックリスト */
.checklist {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .checklist {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.checklist__inner {
  max-width: 900px;
  margin: 0 auto;
}
.checklist .section__titleArea {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .checklist .section__titleArea {
    margin-bottom: 8.5333333333vw;
  }
}
.checklist__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .checklist__content {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
  }
}
.checklist__box {
  padding: 30px;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .checklist__box {
    padding: 5.3333333333vw;
  }
}
.checklist__box--required {
  background: linear-gradient(135deg, #2e7d32 0%, #43a047 100%);
  color: #fff;
}
.checklist__box--optional {
  background: #f8f9fa;
  border: 2px solid #e0e0e0;
}
.checklist__box h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .checklist__box h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.checklist__box ul {
  list-style: none;
  padding: 0;
}
.checklist__box ul li {
  font-size: 16px;
  line-height: 2;
  padding-left: 28px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .checklist__box ul li {
    font-size: 3.7333333333vw;
    padding-left: 6.4vw;
  }
}
.checklist__box--required ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #fff;
  font-weight: bold;
}
.checklist__box--optional ul li::before {
  content: "○";
  position: absolute;
  left: 0;
  color: #2e7d32;
}
.checklist__note {
  font-size: 13px;
  color: #666;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .checklist__note {
    font-size: 3.2vw;
    margin-top: 3.2vw;
  }
}

/* 買取に必要なもの */
.required {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .required {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.required__inner {
  max-width: 900px;
  margin: 0 auto;
}
.required__content {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .required__content {
    margin-top: 8.5333333333vw;
  }
}
.required__box {
  background: #f8f9fa;
  padding: 40px;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .required__box {
    padding: 6.4vw;
  }
}
.required__box--title {
  font-size: 20px;
  font-weight: bold;
  color: #2e7d32;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .required__box--title {
    font-size: 4.8vw;
  }
}
.required__box--text {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .required__box--text {
    font-size: 3.7333333333vw;
    margin-bottom: 6.4vw;
  }
}
.required__documents {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .required__documents {
    padding: 5.3333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.required__documents h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #2A2F4E;
}
@media screen and (max-width: 768px) {
  .required__documents h4 {
    font-size: 3.7333333333vw;
  }
}
.required__documents ul {
  list-style: none;
  padding: 0;
  margin-bottom: 16px;
}
.required__documents ul li {
  font-size: 16px;
  line-height: 2;
  color: #2A2F4E;
}
@media screen and (max-width: 768px) {
  .required__documents ul li {
    font-size: 3.7333333333vw;
  }
}
.required__note {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .required__note {
    font-size: 3.4666666667vw;
  }
}
.required__box--notice {
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
  color: #666;
}
@media screen and (max-width: 768px) {
  .required__box--notice {
    font-size: 3.7333333333vw;
  }
}
.required__intro {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .required__intro {
    margin-bottom: 6.4vw;
    text-align: left;
  }
}
.required__intro p {
  font-size: 16px;
  line-height: 1.8;
  color: #2A2F4E;
}
@media screen and (max-width: 768px) {
  .required__intro p {
    font-size: 3.7333333333vw;
  }
}
.required__intro strong {
  color: #2e7d32;
  font-weight: bold;
}
.required__boxes {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .required__boxes {
    gap: 4.2666666667vw;
    margin-bottom: 6.4vw;
  }
}
.required__box--main {
  background: #fff;
  border: 2px solid #2e7d32;
}
.required__box--notes {
  background: #fff5f5;
  border: 2px solid #e74c3c;
}
.required__box--notes .required__box--title {
  color: #e74c3c;
}
.required__box--subtitle {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .required__box--subtitle {
    font-size: 3.4666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.required__documents-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .required__documents-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2vw;
  }
}
.required__document {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f8f9fa;
  padding: 16px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .required__document {
    flex-direction: column;
    text-align: center;
    padding: 3.2vw;
    gap: 2.1333333333vw;
  }
}
.required__document--icon {
  width: 36px;
  height: 36px;
  background: #2e7d32;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .required__document--icon {
    width: 8vw;
    height: 8vw;
    font-size: 3.7333333333vw;
  }
}
.required__document--info h4 {
  font-size: 15px;
  font-weight: bold;
  color: #2A2F4E;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .required__document--info h4 {
    font-size: 3.4666666667vw;
    margin-bottom: 1.0666666667vw;
  }
}
.required__document--info p {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .required__document--info p {
    font-size: 2.6666666667vw;
  }
}
.required__notes-list {
  list-style: none;
  padding: 0;
}
.required__notes-list li {
  font-size: 15px;
  line-height: 2;
  color: #2A2F4E;
  padding-left: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .required__notes-list li {
    font-size: 3.4666666667vw;
    padding-left: 5.3333333333vw;
  }
}
.required__notes-list li::before {
  content: "•";
  position: absolute;
  left: 8px;
  color: #e74c3c;
  font-weight: bold;
}
.required__info-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .required__info-boxes {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
  }
}
.required__info-box {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .required__info-box {
    padding: 5.3333333333vw;
  }
}
.required__info-box h4 {
  font-size: 18px;
  font-weight: bold;
  color: #2e7d32;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .required__info-box h4 {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.required__info-box p {
  font-size: 15px;
  line-height: 1.8;
  color: #2A2F4E;
}
@media screen and (max-width: 768px) {
  .required__info-box p {
    font-size: 3.7333333333vw;
  }
}
.required__info-box strong {
  color: #2e7d32;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .required__info-box strong {
    font-size: 4.8vw;
  }
}

/* 安心ポイント */
.safety-points {
  padding: 80px 40px;
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
}
@media screen and (max-width: 768px) {
  .safety-points {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.safety-points__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.safety-points .section__titleArea {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .safety-points .section__titleArea {
    margin-bottom: 8.5333333333vw;
  }
}
.safety-points__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .safety-points__list {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
  }
}
.safety-points__item {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .safety-points__item {
    padding: 5.3333333333vw;
  }
}
.safety-points__item--icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #2e7d32 0%, #43a047 100%);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .safety-points__item--icon {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    font-size: 5.3333333333vw;
    margin-bottom: 3.2vw;
  }
}
.safety-points__item h3 {
  font-size: 18px;
  font-weight: bold;
  color: #2A2F4E;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .safety-points__item h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.safety-points__item p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}
@media screen and (max-width: 768px) {
  .safety-points__item p {
    font-size: 3.4666666667vw;
  }
}

/* SDGs詳細セクション */
.sdgs-detail {
  padding: 80px 40px;
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
}
@media screen and (max-width: 768px) {
  .sdgs-detail {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.sdgs-detail__inner {
  max-width: 1350px;
  margin: 0 auto;
}
.sdgs-detail__titleArea {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sdgs-detail__titleArea {
    margin-bottom: 8.5333333333vw;
  }
}
.sdgs-detail__titleArea .section__subTitle {
  color: #2e7d32;
}
.sdgs-detail__titleArea .section__title {
  color: #1b5e20;
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .sdgs-detail__titleArea .section__title {
    font-size: 8vw;
  }
}
.sdgs-detail__summary {
  text-align: center;
  margin-bottom: 60px;
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(46, 125, 50, 0.1);
}
@media screen and (max-width: 768px) {
  .sdgs-detail__summary {
    padding: 6.4vw;
    margin-bottom: 10.6666666667vw;
  }
}
.sdgs-detail__summary p {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  color: #2A2F4E;
}
@media screen and (max-width: 768px) {
  .sdgs-detail__summary p {
    font-size: 4vw;
    text-align: left;
  }
}
.sdgs-detail__icons {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 60px;
}
.sdgs-detail__icons img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}
.sdgs-detail__anjo-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.sdgs-detail__anjo-wrap .sdgs-detail__anjo {
  width: auto;
  height: 120px;
  margin-bottom: 10px;
}
.sdgs-detail__anjo-wrap span {
  font-size: 12px;
  font-weight: bold;
  color: #2A2F4E;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .sdgs-detail__icons {
    flex-wrap: wrap;
    gap: 4vw;
    margin-bottom: 10.6666666667vw;
  }
  .sdgs-detail__icons img {
    width: 25vw;
    height: 25vw;
  }
  .sdgs-detail__anjo-wrap .sdgs-detail__anjo {
    height: 25vw;
  }
  .sdgs-detail__anjo-wrap span {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .sdgs-detail__partner {
    padding: 6.4vw;
    margin-bottom: 10.6666666667vw;
  }
  .sdgs-detail__partner p {
    font-size: 3.7333333333vw;
  }
  .sdgs-detail__partner--logo {
    max-width: 40vw;
  }
}
.sdgs-detail__items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .sdgs-detail__items {
    gap: 6.4vw;
  }
}
.sdgs-detail__item {
  display: flex;
  gap: 30px;
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(46, 125, 50, 0.1);
}
@media screen and (max-width: 768px) {
  .sdgs-detail__item {
    flex-direction: column;
    padding: 6.4vw;
    gap: 4.2666666667vw;
  }
}
.sdgs-detail__item--num {
  font-size: 64px;
  font-weight: bold;
  color: #2e7d32;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  min-width: 80px;
}
@media screen and (max-width: 768px) {
  .sdgs-detail__item--num {
    font-size: 12.8vw;
    min-width: auto;
  }
}
.sdgs-detail__item--content {
  flex: 1;
}
.sdgs-detail__item--content h3 {
  font-size: 24px;
  font-weight: bold;
  color: #1b5e20;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #2e7d32;
}
@media screen and (max-width: 768px) {
  .sdgs-detail__item--content h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.sdgs-detail__item--content p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .sdgs-detail__item--content p {
    font-size: 3.7333333333vw;
    margin-bottom: 3.2vw;
  }
}
.sdgs-detail__list {
  margin: 20px 0;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .sdgs-detail__list {
    margin: 4.2666666667vw 0;
    padding-left: 5.3333333333vw;
  }
}
.sdgs-detail__list li {
  font-size: 16px;
  line-height: 2;
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .sdgs-detail__list li {
    font-size: 3.7333333333vw;
  }
}
.sdgs-detail__list li::before {
  content: "●";
  color: #2e7d32;
  position: absolute;
  left: 0;
  font-size: 10px;
  top: 8px;
}
@media screen and (max-width: 768px) {
  .sdgs-detail__list li::before {
    top: 4px;
  }
}
.sdgs-detail__note {
  background: #f1f8e9;
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid #2e7d32;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .sdgs-detail__note {
    padding: 4.2666666667vw;
    margin-top: 4.2666666667vw;
  }
}

/* コンプライアンス管理セクション */
.compliance {
  padding: 80px 40px;
  background: #f8f9fa;
}
@media screen and (max-width: 768px) {
  .compliance {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.compliance__inner {
  max-width: 1350px;
  margin: 0 auto;
}
.compliance .section__titleArea {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .compliance .section__titleArea {
    margin-bottom: 8.5333333333vw;
  }
}
.compliance .section__title {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .compliance .section__title {
    font-size: 6.4vw;
  }
}
.compliance__content {
  max-width: 1000px;
  margin: 0 auto;
}
.compliance__lead {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .compliance__lead {
    font-size: 4vw;
    margin-bottom: 8.5333333333vw;
    text-align: left;
  }
}
.compliance__lead strong {
  color: #2e7d32;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .compliance__lead strong {
    font-size: 4.5vw;
  }
}
.compliance__subtitle {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #2e7d32;
  margin-bottom: 40px;
  padding-bottom: 16px;
  border-bottom: 2px solid #2e7d32;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .compliance__subtitle {
    font-size: 5.3333333333vw;
    margin-bottom: 6.4vw;
  }
}
.compliance__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .compliance__items {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
  }
}
.compliance__item {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-left: 4px solid #2e7d32;
}
@media screen and (max-width: 768px) {
  .compliance__item {
    padding: 5.3333333333vw;
  }
}
.compliance__item h4 {
  font-size: 18px;
  font-weight: bold;
  color: #2e7d32;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .compliance__item h4 {
    font-size: 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
.compliance__item p {
  font-size: 15px;
  line-height: 1.8;
  color: #2A2F4E;
}
@media screen and (max-width: 768px) {
  .compliance__item p {
    font-size: 3.7333333333vw;
  }
}

/* 開催実績（導入事例ページ用） */
.achievements {
  padding: 80px 40px;
  background: #f8f9fa;
}
@media screen and (max-width: 768px) {
  .achievements {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.achievements__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.achievements__titleArea {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .achievements__titleArea {
    margin-bottom: 8.5333333333vw;
  }
}
.achievements__titleArea .section__subTitle {
  color: #2e7d32;
}
.achievements__list {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr) !important;
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .achievements__list {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media screen and (max-width: 768px) {
  .achievements__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw;
  }
}
.achievements__item {
  background: #fff;
  padding: 20px 16px;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #2A2F4E;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .achievements__item {
    padding: 4.2666666667vw 2.6666666667vw;
    font-size: 3.2vw;
  }
}
.achievements__item--small {
  font-size: 11px !important;
}
@media screen and (max-width: 768px) {
  .achievements__item--small {
    font-size: 2.6666666667vw !important;
  }
}

/* 催事買取の流れページ FAQセクション */
.flow-faq {
  padding: 80px 40px;
  background: #f8f9fa;
}
@media screen and (max-width: 768px) {
  .flow-faq {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.flow-faq__inner {
  max-width: 900px;
  margin: 0 auto;
}
.flow-faq .section__titleArea {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .flow-faq .section__titleArea {
    margin-bottom: 8.5333333333vw;
  }
}
.flow-faq .faq__lists {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .flow-faq .faq__lists {
    gap: 3.2vw;
    margin-bottom: 8.5333333333vw;
  }
}
.flow-faq .more__btn {
  display: block;
  margin: 0 auto;
  text-align: center;
}

/* モバイル全体の改善 */
@media screen and (max-width: 768px) {
  /* タッチターゲットの最小サイズ確保 */
  a, button {
    min-height: 44px;
    min-width: 44px;
  }

  /* テーブルのスクロール対応 */
  table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* 画像の最大幅制限 */
  img {
    max-width: 100%;
    height: auto;
  }

  /* 長いテキストの折り返し */
  p, li, td, th {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}

/* ===== Contact Form 7 スタイル ===== */
.wpcf7 {
  max-width: 700px;
  margin: 0 auto;
}

.wpcf7-form {
  background: #fff;
  padding: 50px 60px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(46, 125, 50, 0.1);
}

@media screen and (max-width: 768px) {
  .wpcf7-form {
    padding: 30px 25px;
    border-radius: 15px;
  }
}

.wpcf7-form p {
  margin-bottom: 0;
}

.wpcf7-form label {
  display: block;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.wpcf7-form br {
  display: none;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="number"],
.wpcf7-form select,
.wpcf7-form textarea {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  padding: 15px 18px;
  margin-top: 10px;
  border: 2px solid #c8e6c9;
  border-radius: 8px;
  font-size: 16px;
  font-family: inherit;
  transition: all 0.3s ease;
  background: #f9fdf9;
  box-sizing: border-box;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="url"]:focus,
.wpcf7-form input[type="number"]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  outline: none;
  border-color: #2e7d32;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(46, 125, 50, 0.12);
}

.wpcf7-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%232e7d32' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
  cursor: pointer;
}

.wpcf7-form textarea {
  min-height: 180px;
  resize: vertical;
  line-height: 1.6;
}

.wpcf7-form input[type="submit"] {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 35px auto 0;
  padding: 16px 40px;
  background: linear-gradient(135deg, #43a047 0%, #2e7d32 100%);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(46, 125, 50, 0.35);
  letter-spacing: 0.05em;
}

.wpcf7-form input[type="submit"]:hover {
  background: linear-gradient(135deg, #388e3c 0%, #1b5e20 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(46, 125, 50, 0.45);
}

.wpcf7-form input[type="submit"]:active {
  transform: translateY(0);
}

.wpcf7-not-valid-tip {
  display: block;
  color: #c62828;
  font-size: 13px;
  margin-top: 8px;
  padding-left: 5px;
}

.wpcf7-response-output {
  margin: 25px 0 0 !important;
  padding: 18px 22px !important;
  border-radius: 10px !important;
  text-align: center;
  font-weight: 500;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #e8f5e9 !important;
  border: 2px solid #2e7d32 !important;
  color: #2e7d32 !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #ffebee !important;
  border: 2px solid #c62828 !important;
  color: #c62828 !important;
}

/* スピナー */
.wpcf7-spinner {
  margin: 20px auto 0;
  display: block;
}

/* contact__sec スタイル */
.contact__sec {
  padding: 80px 40px;
  background: #f5f5f5;
}

@media screen and (max-width: 768px) {
  .contact__sec {
    padding: 50px 20px;
  }
}

.contact__sec--inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* contact-types スタイル */
.contact-types {
  padding: 80px 40px;
}

@media screen and (max-width: 768px) {
  .contact-types {
    padding: 50px 20px;
  }
}

.contact-types__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.contact-types__title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #333;
}

.contact-types__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .contact-types__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

.contact-types__item {
  background: #fff;
  padding: 30px 20px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.contact-types__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.contact-types__item h4 {
  font-size: 18px;
  font-weight: 700;
  color: #2e7d32;
  margin-bottom: 10px;
}

.contact-types__item p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .contact-types__item {
    padding: 20px 15px;
  }
  .contact-types__item h4 {
    font-size: 15px;
  }
  .contact-types__item p {
    font-size: 12px;
  }
}

/* 求人一覧ページ */
.recruit-list {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .recruit-list {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.recruit-list__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.recruit-list__titleArea {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .recruit-list__titleArea {
    margin-bottom: 8.5333333333vw;
  }
}
.recruit-list__items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .recruit-list__items {
    gap: 4.2666666667vw;
  }
}
.recruit-list__item {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-left: 4px solid #2e7d32;
}
@media screen and (max-width: 768px) {
  .recruit-list__item {
    padding: 5.3333333333vw;
  }
}
.recruit-list__item.is-closed {
  border-left-color: #9e9e9e;
  opacity: 0.7;
}
.recruit-list__item--header {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}
.recruit-list__item--status {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
}
.recruit-list__item--status.is-open {
  background: #e8f5e9;
  color: #2e7d32;
}
.recruit-list__item--status.is-closed {
  background: #f5f5f5;
  color: #9e9e9e;
}
.recruit-list__item--type {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  background: #e3f2fd;
  color: #1976d2;
}
.recruit-list__item--title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #2A2F4E;
}
@media screen and (max-width: 768px) {
  .recruit-list__item--title {
    font-size: 4.8vw;
  }
}
.recruit-list__item--title a {
  color: inherit;
  text-decoration: none;
}
.recruit-list__item--title a:hover {
  color: #2e7d32;
}
.recruit-list__item--details {
  margin-bottom: 20px;
}
.recruit-list__item--row {
  display: flex;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}
@media screen and (max-width: 768px) {
  .recruit-list__item--row {
    flex-direction: column;
    gap: 4px;
  }
}
.recruit-list__item--row .label {
  width: 100px;
  font-weight: bold;
  color: #666;
  font-size: 14px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .recruit-list__item--row .label {
    width: auto;
    font-size: 3.2vw;
  }
}
.recruit-list__item--row .value {
  font-size: 15px;
  color: #2A2F4E;
}
@media screen and (max-width: 768px) {
  .recruit-list__item--row .value {
    font-size: 3.7333333333vw;
  }
}
.recruit-list__item--btn {
  display: inline-block;
  padding: 10px 24px;
  background: #2e7d32;
  color: #fff;
  border-radius: 25px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}
.recruit-list__item--btn:hover {
  background: #1b5e20;
  transform: translateY(-2px);
}
.recruit-list__empty {
  text-align: center;
  padding: 60px 20px;
  background: #f8f9fa;
  border-radius: 12px;
  color: #666;
  font-size: 16px;
}

/* 求人詳細ページ */
.recruit-detail {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .recruit-detail {
    padding: 17.0666666667vw 5.3333333333vw;
  }
}
.recruit-detail__inner {
  max-width: 800px;
  margin: 0 auto;
}
.recruit-detail__header {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .recruit-detail__header {
    margin-bottom: 6.4vw;
  }
}
.recruit-detail__badges {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}
.recruit-detail__status {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
}
.recruit-detail__status.is-open {
  background: #e8f5e9;
  color: #2e7d32;
}
.recruit-detail__status.is-closed {
  background: #f5f5f5;
  color: #9e9e9e;
}
.recruit-detail__type {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  background: #e3f2fd;
  color: #1976d2;
}
.recruit-detail__title {
  font-size: 32px;
  font-weight: bold;
  color: #2A2F4E;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .recruit-detail__title {
    font-size: 6.4vw;
  }
}
.recruit-detail__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .recruit-detail__content {
    gap: 6.4vw;
    margin-bottom: 8.5333333333vw;
  }
}
.recruit-detail__main h3,
.recruit-detail__info h3 {
  font-size: 20px;
  font-weight: bold;
  color: #2e7d32;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #2e7d32;
}
@media screen and (max-width: 768px) {
  .recruit-detail__main h3,
  .recruit-detail__info h3 {
    font-size: 4.8vw;
    margin-bottom: 4.2666666667vw;
  }
}
.recruit-detail__description {
  font-size: 16px;
  line-height: 2;
  color: #2A2F4E;
}
@media screen and (max-width: 768px) {
  .recruit-detail__description {
    font-size: 3.7333333333vw;
  }
}
.recruit-detail__table {
  width: 100%;
  border-collapse: collapse;
}
.recruit-detail__table tr {
  border-bottom: 1px solid transparent;
  background-image: linear-gradient(to right, rgba(212, 165, 165, 0.3), rgba(212, 165, 165, 0.1), transparent);
  background-size: 100% 1px;
  background-position: bottom;
  background-repeat: no-repeat;
}
.recruit-detail__table tr:last-child {
  background-image: none;
}
.recruit-detail__table th,
.recruit-detail__table td {
  padding: 24px 16px;
  text-align: left;
  font-size: 15px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .recruit-detail__table th,
  .recruit-detail__table td {
    display: block;
    padding: 3.2vw 0;
    font-size: 3.7333333333vw;
  }
}
.recruit-detail__table th {
  width: 150px;
  font-weight: bold;
  color: #333;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .recruit-detail__table th {
    width: 100%;
    padding-bottom: 1.0666666667vw;
  }
}
.recruit-detail__table td {
  color: #2A2F4E;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .recruit-detail__table td {
    padding-top: 0;
  }
}
.recruit-detail__cta {
  text-align: center;
  padding: 40px;
  background: #f8f9fa;
  border-radius: 12px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .recruit-detail__cta {
    padding: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.recruit-detail__cta p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #2A2F4E;
}
@media screen and (max-width: 768px) {
  .recruit-detail__cta p {
    font-size: 3.7333333333vw;
  }
}
.recruit-detail__closed-message {
  font-size: 18px;
  font-weight: bold;
  color: #9e9e9e;
}
.recruit-detail__back {
  text-align: center;
}
.back__btn {
  display: inline-block;
  padding: 12px 30px;
  border: 2px solid #2e7d32;
  color: #2e7d32;
  border-radius: 25px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}
.back__btn:hover {
  background: #2e7d32;
  color: #fff;
}

/* 取り扱い商品例 */
.products-example {
  padding: 80px 40px;
  background: #f9f9f9;
}
@media screen and (max-width: 768px) {
  .products-example {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.products-example__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.products-example .section__titleArea {
  text-align: center;
  margin-bottom: 30px;
}
.products-example .section__title {
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .products-example .section__title {
    font-size: 4vw;
  }
}
.products-example__content {
  text-align: center;
  margin-top: 40px;
}
.products-example__content img {
  max-width: 1000px;
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
}

/* ユーティリティクラス */
.text-red {
  color: red;
}

/* 動的挿入された重複セクションを非表示 */
section.recruit-positions[style*="padding:60px"] {
  display: none !important;
}

/* 開催実績 6列強制 */
.achievements .achievements__list,
.case-achievements .achievements__list,
section.achievements .achievements__list,
.achievements__inner .achievements__list {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr) !important;
  gap: 16px !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

@media screen and (max-width: 1024px) {
  .achievements .achievements__list,
  .case-achievements .achievements__list,
  section.achievements .achievements__list,
  .achievements__inner .achievements__list {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media screen and (max-width: 768px) {
  .achievements .achievements__list,
  .case-achievements .achievements__list,
  section.achievements .achievements__list,
  .achievements__inner .achievements__list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* 取り扱い商品例 グリッドレイアウト */
.products-example__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .products-example__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .products-example__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
.products-example__item {
  background: #fff;
  border-radius: 12px;
  padding: 20px 10px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.products-example__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.products-example__item img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .products-example__item img {
    width: 80px;
    height: 80px;
  }
}
.products-example__item p {
  font-size: 13px;
  font-weight: bold;
  color: #2A2F4E;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .products-example__item p {
    font-size: 11px;
  }
}

/*# sourceMappingURL=page.css.map */
