@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

p, dd {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2.2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd,
  input,
  textarea,
  select {
    font-size: 1.6rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.3rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd {
    font-size: 1.5rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.2rem;
    font-weight: 500;
  }
  img {
    width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

.thumbnail {
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
  }
  .inner--s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .inner--m {
    width: 66.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
  .inner--l {
    width: 87.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .inner--s,
  .inner--m,
  .inner--l {
    width: 95%;
    margin: 0 auto;
  }
}
.wysiwyg a {
  text-decoration: underline;
}
.wysiwyg img {
  width: 100%;
}
.wysiwyg em,
.wysiwyg i {
  font-style: italic;
}
.wysiwyg strong,
.wysiwyg b {
  font-weight: 900;
}
.wysiwyg pre,
.wysiwyg code {
  text-align: justify;
  text-justify: inter-ideograph;
}
.wysiwyg u {
  text-decoration: underline;
}
.wysiwyg del {
  text-decoration: line-through;
}
.wysiwyg ol,
.wysiwyg ul {
  padding-left: 20px;
}
.wysiwyg ol {
  list-style: decimal;
}
.wysiwyg ul {
  list-style: disc;
}
.wysiwyg blockquote {
  display: block;
  width: 100%;
  background: #efefef;
  padding: 15px;
  box-sizing: border-box;
}
.wysiwyg blockquote p {
  color: #555555;
  font-style: italic;
}
.wysiwyg blockquote p::before {
  content: "“";
}
.wysiwyg blockquote p::after {
  content: "”";
}
.wysiwyg .table_wrapper table {
  width: 100%;
  min-width: auto;
  border-collapse: collapse;
}
.wysiwyg .table_wrapper th,
.wysiwyg .table_wrapper td {
  font-weight: 600;
  padding: 10px 15px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
@media only screen and (min-width: 768px) {
  .wysiwyg .table_wrapper th,
  .wysiwyg .table_wrapper td {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .wysiwyg .table_wrapper th,
  .wysiwyg .table_wrapper td {
    font-size: 1.5rem;
  }
}

.heading--lv2 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.heading--lv2 .en {
  display: flex;
  align-items: center;
  gap: 5px;
}
.heading--lv2 .en .text {
  background: linear-gradient(135deg, #6ca224 0%, #caef42 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 10px;
}
.heading--lv2 .ja {
  color: #2D7727;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .heading--lv2 {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .heading--lv2 .en {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .heading--lv2 .en .text {
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 10px;
  }
  .heading--lv2 .en .icon {
    width: 20px;
  }
  .heading--lv2 .ja {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
.button--lv1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 290px;
  background: linear-gradient(129deg, rgb(108, 162, 36) 0%, rgb(202, 239, 66) 100%);
  padding: 20px 5px;
  box-sizing: border-box;
  border-radius: 90px;
  box-shadow: 0 4px 4px 0px rgba(51, 51, 51, 0.15);
}
.button--lv1 .text, .button--lv1 .icon {
  color: #ffffff;
}
.button--lv1 .text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.button--lv2 {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 115px;
  border-bottom: 1px solid #2D7727;
  padding-bottom: 5px;
}
.button--lv2 .text, .button--lv2 .icon {
  color: #2D7727;
}
.button--lv2 .text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .button--lv1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 55%;
    padding: 12px 5px;
  }
  .button--lv1 .text {
    font-size: 1.4rem;
  }
  .button--lv2 {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 115px;
    padding-bottom: 5px;
  }
  .button--lv2 .text {
    font-size: 1.5rem;
  }
}
p {
  margin: 0;
  padding: 0;
}
p:empty {
  display: none;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.mwform-hidden {
  display: none !important;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.form__zip {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.form__zip .p-country-name {
  display: none;
}
.form__row {
  display: flex;
  gap: 5%;
}
.form__head {
  width: 35%;
}
.form__label {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 15px 0;
  box-sizing: border-box;
}
.form__title {
  font-size: 1.6rem;
}
.form__tag {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 5px 10px;
}
.form__tag--required {
  color: #ffffff;
  background: #B40019;
}
.form__tag--optional {
  background: #B3B2B3;
}
.form__body {
  display: flex;
  flex-direction: column;
  width: 60%;
}
.form__body input[type=text],
.form__body input[type=email],
.form__body input[type=tel],
.form__body input[type=url],
.form__body input[type=file],
.form__body textarea,
.form__body select {
  display: block;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  font-size: 1.6rem;
}
.form__body input[type=text]::-moz-placeholder, .form__body input[type=email]::-moz-placeholder, .form__body input[type=tel]::-moz-placeholder, .form__body input[type=url]::-moz-placeholder, .form__body input[type=file]::-moz-placeholder, .form__body textarea::-moz-placeholder, .form__body select::-moz-placeholder {
  color: #a5a5a5;
}
.form__body input[type=text]::placeholder,
.form__body input[type=email]::placeholder,
.form__body input[type=tel]::placeholder,
.form__body input[type=url]::placeholder,
.form__body input[type=file]::placeholder,
.form__body textarea::placeholder,
.form__body select::placeholder {
  color: #a5a5a5;
}
.form__body input[type=text]:focus,
.form__body input[type=email]:focus,
.form__body input[type=tel]:focus,
.form__body input[type=url]:focus,
.form__body input[type=file]:focus,
.form__body textarea:focus,
.form__body select:focus {
  outline: 1px solid #333333;
}
.form__radios, .form__checkboxs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.form__privacy {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.form__link {
  font-size: 1.4rem;
  font-weight: 500;
}
.form__link a {
  border-bottom: 1px solid #333333;
}
.form__buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 35px;
}
.form__button {
  display: flex;
  width: 320px;
  background: linear-gradient(129deg, rgb(108, 162, 36) 0%, rgb(202, 239, 66) 100%);
  border: none;
  box-sizing: border-box;
  border-radius: 90px;
  padding: 25px 20px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.form__button:hover {
  cursor: pointer;
}
.form__addr-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.form__addr-zip {
  display: flex;
  align-items: center;
  gap: 2%;
  width: 100%;
}
.form__addr-zip input {
  width: 83%;
}
.form__addr-zip button {
  width: 15%;
  background: #003153;
  padding: 10px 0;
  box-sizing: border-box;
  color: #ffffff;
}
.form__addr-prefcity {
  display: flex;
  gap: 3%;
  width: 100%;
}
.form__addr-prefcity select {
  display: block;
  width: 48.5%;
}
.form__addr-rest {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .form {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .form__zip {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .form__row {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .form__head {
    width: 100%;
  }
  .form__label {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0;
    box-sizing: border-box;
  }
  .form__title {
    font-size: 1.5rem;
  }
  .form__tag {
    font-size: 1.5rem;
    padding: 5px 10px;
  }
  .form__body {
    display: flex;
    width: 100%;
  }
  .form__body input[type=text],
  .form__body input[type=email],
  .form__body input[type=tel],
  .form__body input[type=url],
  .form__body input[type=file],
  .form__body textarea,
  .form__body select {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 1.5rem;
  }
  .form__radios, .form__checkboxs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .form__privacy {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .form__link {
    font-size: 1.4rem;
  }
  .form__buttons {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 35px;
  }
  .form__button {
    display: flex;
    width: 320px;
    padding: 20px;
    font-size: 1.5rem;
  }
  .form__addr-zip {
    display: flex;
    align-items: center;
    gap: 2%;
    width: 100%;
  }
  .form__addr-zip input {
    width: 70%;
  }
  .form__addr-zip button {
    width: 28%;
    padding: 10px 0;
    font-size: 1.4rem;
  }
}
.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
  box-sizing: border-box;
}
.header-bar__nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-bar__list {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header-bar__item a {
  font-size: 1.6rem;
  font-weight: 700;
}
.header-bar__item--external a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header-bar__item--external a .icon {
  font-size: 1.2rem;
}
.header-bar__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 80px;
  background: linear-gradient(129deg, rgb(108, 162, 36) 0%, rgb(202, 239, 66) 100%);
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
}

.header-visual {
  background: url(../img/layout/header/bg.jpg) no-repeat top center/cover;
  position: relative;
}
.header-visual__title--top, .header-visual__title--sub {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 2%;
}
.header-visual__scroll {
  position: absolute;
  bottom: 0;
  left: 2%;
}
.header-visual__video {
  display: block;
  width: 75.94%;
  margin: 0 0 0 auto;
}
.header-visual__img {
  display: block;
  width: 65%;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 767px) {
  .header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
  }
  .header-bar__nav {
    display: none;
  }
  .header-visual {
    position: static;
    padding: 30px 0;
  }
  .header-visual__title--top {
    width: 80%;
    position: static;
    transform: none;
    margin: 0 0 30px 10px;
  }
  .header-visual__title--sub {
    width: 45%;
    position: static;
    transform: none;
    margin: 0 0 30px 10px;
  }
  .header-visual__title--about {
    width: 60%;
  }
  .header-visual__title--business, .header-visual__title--works, .header-visual__title--company, .header-visual__title--news {
    width: 37%;
  }
  .header-visual__title--column {
    width: 50%;
  }
  .header-visual__title--complete {
    width: 65%;
  }
  .header-visual__scroll {
    display: none;
  }
  .header-visual__video {
    display: block;
    width: 100%;
    margin: 0;
  }
  .header-visual__img {
    display: block;
    width: 95%;
    margin: 0 0 0 auto;
  }
}
.footer {
  background: url(../img/layout/footer/leaf.jpg) no-repeat top center/100%;
  padding: 100px 0;
}

.footer-action {
  background: #ffffff;
  padding: 30px 90px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.footer-action__title {
  align-items: center;
  margin-bottom: 20px;
}
.footer-action__box {
  background: #F9FAF2;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 8px;
}
.footer-action__text {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.footer-action__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.footer-action__tel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}
.footer-action__number {
  color: #2D7727;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
}
.footer-action__number span {
  font-size: 1.6rem;
}
.footer-action__caption {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
}

.footer-bar__box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.footer-bar__lists {
  display: flex;
  gap: 60px;
}
.footer-bar__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer-bar__item a {
  font-size: 1.6rem;
  font-weight: 700;
}
.footer-bar__other {
  display: flex;
  justify-content: space-between;
}
.footer-bar__copyright small {
  font-size: 1.2rem;
  font-weight: 700;
}
.footer-bar__links {
  display: flex;
}
.footer-bar__link a {
  display: block;
  padding: 0 10px;
  border-right: 1px solid #2D7727;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}
.footer-bar__link:last-child a {
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .footer {
    padding: 50px 0 15px;
  }
  .footer-action {
    padding: 30px 15px;
    margin-bottom: 30px;
  }
  .footer-action__title {
    margin-bottom: 20px;
  }
  .footer-action__box {
    padding: 30px 15px;
  }
  .footer-action__text {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .footer-action__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
  .footer-action__tel {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
  }
  .footer-action__number {
    font-size: 3.6rem;
  }
  .footer-action__number span {
    font-size: 1.4rem;
  }
  .footer-action__caption {
    font-size: 1.2rem;
  }
  .footer-action__button {
    width: 80%;
  }
  .footer-bar__box {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .footer-bar__logo {
    width: 60%;
    margin: 0 auto;
  }
  .footer-bar__nav {
    display: none;
  }
  .footer-bar__other {
    display: flex;
    justify-content: center;
  }
  .footer-bar__copyright small {
    font-size: 1.2rem;
  }
  .footer-bar__links {
    display: none;
  }
}
.drawer-off__button {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 50px;
  height: 50px;
  background: #2D7727;
  border-radius: 8px;
  cursor: pointer;
  z-index: 999;
}
.drawer-off__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drawer-off__wrapper {
  display: flex;
  flex-direction: column;
}
.drawer-off__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}
.drawer-off__line span {
  display: block;
  width: 30px;
  height: 1px;
  background: #ffffff;
}
.drawer-off__title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.drawer-on {
  width: 100%;
  height: 100vh;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.drawer-on.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 100;
}
.drawer-on__inner {
  padding: 5px 15px;
  box-sizing: border-box;
}
.drawer-on__logo {
  display: block;
  width: 200px;
  margin-bottom: 30px;
}
.drawer-on__nav {
  margin-bottom: 30px;
}
.drawer-on__item a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.drawer-on__link a {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}

.drawer-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #2D7727;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.drawer-mail i, .drawer-mail span {
  color: #ffffff;
}
.drawer-mail span {
  font-size: 1.8rem;
  font-weight: 500;
}

.drawer-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
  padding: 10px 30px 20px;
  margin-bottom: 30px;
}
.drawer-tel__link {
  display: flex;
  justify-content: center;
  align-items: self-end;
  gap: 5px;
}
.drawer-tel__link i, .drawer-tel__link span {
  color: #2D7727;
}
.drawer-tel__link i {
  margin-bottom: 8px;
}
.drawer-tel__link span {
  font-size: 3.2rem;
  font-weight: 500;
}
.drawer-tel__caption {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  padding: 5px;
}

.drawer-sns__title {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.drawer-sns__list {
  display: flex;
  gap: 5%;
}
.drawer-sns__item {
  width: 10%;
}

.breadcrumb {
  padding: 15px 0;
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  width: 87.5%;
  min-width: 1200px;
  margin: 0 auto;
}
.breadcrumb__item {
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 10px;
  border-right: 1px solid #000000;
}
.breadcrumb__item:last-child {
  border: none;
}

@media only screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.pagination {
  margin-top: 30px;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.page-numbers li span, .page-numbers li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 1.8rem;
  line-height: 1;
}
.page-numbers li span.current {
  background: #2D7727;
  color: #ffffff;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .pagination {
    margin-top: 20px;
  }
  .page-numbers li span, .page-numbers li a {
    width: 35px;
    height: 35px;
    font-size: 1.6rem;
  }
  .page-numbers li span.current {
    font-size: 1.8rem;
  }
}
.navigation {
  margin-top: 80px;
}
.navigation__list {
  display: flex;
  justify-content: center;
  position: relative;
}
.navigation__item--prev {
  position: absolute;
  top: 0;
  left: 0;
}
.navigation__item--archive {
  text-align: center;
}
.navigation__item--next {
  position: absolute;
  top: 0;
  right: 0;
}
.navigation__link {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.top-about {
  background: url(../img/pages/top/about/leaf.png) no-repeat top 30px right/25%, url(../img/pages/top/about/bg.jpg) no-repeat top center/cover;
  padding: 100px 0;
}
.top-about__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-about__img {
  width: 46%;
}
.top-about__contents {
  width: 48%;
}
.top-about__title {
  margin-bottom: 35px;
}
.top-about__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.top-about__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .top-about {
    background: url(../img/pages/top/about/leaf.png) no-repeat top 30px right/25%, url(../img/pages/top/about/bg.jpg) no-repeat top center/cover;
    padding: 30px 0;
  }
  .top-about__inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .top-about__img {
    width: 100%;
  }
  .top-about__contents {
    width: 100%;
  }
  .top-about__title {
    margin-bottom: 25px;
  }
  .top-about__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .top-about__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.top-feature {
  background: url(../img/pages/top/feature/bg--leaf.png) no-repeat bottom left/470px;
}
.top-feature__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.top-feature__contents {
  width: 610px;
}
.top-feature__title {
  margin-bottom: 50px;
}
.top-feature__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 50px;
}
.top-feature__item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 300px;
  background: #ffffff;
  border: 1px solid #6CA224;
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
}
.top-feature__number {
  color: #EBE03E;
  font-family: "Josefin Sans", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.top-feature__point {
  color: #2D7727;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}
.top-feature__img {
  width: 40%;
}

@media only screen and (max-width: 767px) {
  .top-feature {
    background: url(../img/pages/top/feature/bg--leaf.png) no-repeat center left/30%;
    padding-top: 50px;
  }
  .top-feature__inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 35px;
  }
  .top-feature__contents {
    width: 100%;
  }
  .top-feature__title {
    margin-bottom: 35px;
  }
  .top-feature__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 3%;
    margin-bottom: 35px;
  }
  .top-feature__item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 48.5%;
    padding: 10px;
  }
  .top-feature__number {
    font-size: 3rem;
    line-height: 1;
  }
  .top-feature__point {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .top-feature__img {
    width: 100%;
  }
  .top-feature__button {
    margin: 0 auto;
  }
}
.top-business {
  background: linear-gradient(180deg, rgb(255, 255, 255) 75%, rgb(249, 250, 242) 75%);
  padding: 100px 0;
}
.top-business__contents {
  width: 1080px;
  background: #ffffff;
  margin: -130px auto 0;
  padding: 50px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
.top-business__contents::after {
  content: "";
  display: block;
  width: 177px;
  aspect-ratio: 177/134;
  background: url(../img/pages/top/business/leaf.png) no-repeat center/contain;
  position: absolute;
  bottom: -50px;
  right: -80px;
}
.top-business__title {
  align-items: center;
  margin-bottom: 35px;
}
.top-business__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}
.top-business__button {
  width: 240px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .top-business {
    padding: 50px 0;
  }
  .top-business__contents {
    width: 90%;
    margin: -30px auto 0;
    padding: 30px 15px;
    position: relative;
  }
  .top-business__contents::after {
    width: 80px;
    aspect-ratio: 177/134;
    position: absolute;
    bottom: -30px;
    right: -20px;
  }
  .top-business__title {
    align-items: center;
    margin-bottom: 35px;
  }
  .top-business__text {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .top-business__button {
    width: 240px;
    margin: 0 auto;
  }
}
.top-works {
  background: #F9FAF2;
  padding: 80px 0;
}
.top-works__inner {
  display: flex;
  justify-content: space-between;
}
.top-works__contents {
  display: flex;
  flex-direction: column;
  gap: 35px;
  width: 290px;
}
.top-works__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
.top-works__list {
  display: flex;
  gap: 2%;
  width: 75%;
}
.top-works__item {
  width: 32%;
}
.top-works__link {
  display: block;
}
.top-works__thumbnail {
  width: 100%;
  aspect-ratio: 1/1;
  background: url(../img/pages/top/works/no-img.jpg) no-repeat center/cover;
  box-shadow: 0 4px 4px 0px rgba(51, 51, 51, 0.15);
  border-radius: 8px;
  margin-bottom: 15px;
}
.top-works__headline {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .top-works {
    padding: 30px 0;
  }
  .top-works__inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 35px;
  }
  .top-works__contents {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
  }
  .top-works__text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .top-works__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 3%;
    width: 100%;
  }
  .top-works__item {
    width: 48.5%;
  }
  .top-works__link {
    display: block;
  }
  .top-works__thumbnail {
    width: 100%;
    margin-bottom: 10px;
  }
  .top-works__headline {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.top-other__list {
  display: flex;
}
.top-other__item {
  width: 50%;
  position: relative;
}
.top-other__item--recruit {
  background: url(../img/pages/top/other/recruit.jpg) no-repeat center/cover;
}
.top-other__item--company {
  background: url(../img/pages/top/other/company.jpg) no-repeat center/cover;
}
.top-other__link {
  display: block;
  width: 100%;
  height: 400px;
  padding: 10px;
  box-sizing: border-box;
}
.top-other__box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border: 1px solid #ffffff;
  border-radius: 8px;
}
.top-other__button {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 370px;
}
.top-other__title .en .text, .top-other__title .ja {
  color: #ffffff;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: #fff !important;
  text-fill-color: #fff !important;
}

@media only screen and (max-width: 767px) {
  .top-other__list {
    display: flex;
    flex-direction: column;
  }
  .top-other__item {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .top-other__link {
    display: block;
    width: 100%;
    height: 200px;
  }
  .top-other__button {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 50%;
  }
  .top-other__img {
    width: 35px;
  }
}
.top-column {
  background: linear-gradient(180deg, rgb(255, 255, 255) 75%, rgb(249, 250, 242) 75%);
  padding: 80px 0;
}
.top-column__inner {
  position: relative;
}
.top-column__title {
  margin-bottom: 35px;
}
.top-column__list {
  display: flex;
  align-items: flex-start;
  gap: 2%;
}
.top-column__item {
  display: flex;
  width: 32%;
}
.top-column__link {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.top-column__link:hover {
  opacity: 0.6;
}
.top-column__thumbnail {
  width: 100%;
  aspect-ratio: 400/285;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
  border-radius: 8px;
  box-shadow: 0 4px 4px 0px rgba(51, 51, 51, 0.15);
  margin-bottom: 20px;
}
.top-column__time {
  color: #6CA224;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
.top-column__headline {
  flex-grow: 1;
  color: #2D7727;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: 1px solid #6CA224;
  padding-bottom: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  margin-bottom: 15px;
}
.top-column__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
.top-column__tags {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.top-column__tag {
  color: #6CA224;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  border: 1px solid #6CA224;
  padding: 5px 10px;
  border-radius: 90px;
}
.top-column__button {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 40px 0;
  }
  .top-column__title {
    margin-bottom: 35px;
  }
  .top-column__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 90%;
    margin: 0 auto 35px;
  }
  .top-column__item {
    display: flex;
    width: 100%;
  }
  .top-column__link {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .top-column__thumbnail {
    width: 100%;
    margin-bottom: 10px;
  }
  .top-column__time {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .top-column__headline {
    font-size: 1.6rem;
    line-height: 1.4;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
  .top-column__text {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .top-column__button {
    position: static;
    margin: 0 auto;
  }
}
.top-news {
  background: linear-gradient(90deg, rgb(249, 250, 242) 45%, rgb(255, 255, 255) 45%);
  padding: 80px 0 100px;
}
.top-news__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 835px;
}
.top-news__link {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #ffffff;
  padding: 15px 30px;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0 4px 4px 0px rgba(51, 51, 51, 0.15);
}
.top-news__link:hover {
  opacity: 0.6;
}
.top-news__time {
  color: #6CA224;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}
.top-news__headline {
  color: #2D7727;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.top-news__tags {
  display: flex;
  gap: 10px;
}
.top-news__tag {
  color: #6CA224;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  border: 1px solid #6CA224;
  padding: 5px 10px;
  border-radius: 90px;
}
.top-news__button {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 40px 0;
  }
  .top-news__inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
  }
  .top-news__title {
    margin-bottom: 20px;
  }
  .top-news__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 35px;
  }
  .top-news__link {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 5px;
    padding: 15px;
  }
  .top-news__time {
    width: 100%;
    font-size: 1.5rem;
  }
  .top-news__headline {
    width: 100%;
    font-size: 1.5rem;
  }
  .top-news__button {
    position: static;
    margin: 0 auto;
  }
}
.about-concept {
  background: url(../img/pages/about/concept/leaf.png) no-repeat top 30px right/25%, url(../img/pages/about/concept/bg.jpg) no-repeat top center/cover;
  padding: 100px 0;
}
.about-concept__title {
  align-items: center;
  margin-bottom: 35px;
}
.about-concept__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.about-concept__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.2;
  text-align: center;
}
.about-concept__text span {
  background: linear-gradient(180deg, rgba(235, 224, 62, 0) 50%, rgb(235, 224, 62) 50%);
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .about-concept {
    padding: 50px 0;
  }
  .about-concept__title {
    align-items: center;
    margin-bottom: 35px;
  }
  .about-concept__body {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .about-concept__text {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: center;
  }
  .about-concept__text span {
    font-size: 1.8rem;
  }
}
.about-feature {
  background: url(../img/pages/about/feature/bg--leaf.png) no-repeat top 50px left/25%;
  padding: 80px 0;
}
.about-feature__title {
  align-items: center;
  margin-bottom: 35px;
}

.about-feature-point__title {
  border-bottom: 1px solid #6CA224;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.about-feature-point__title .number {
  color: #EBE03E;
  font-family: "Josefin Sans", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.about-feature-point__title .text {
  color: #2D7727;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}
.about-feature-point__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.about-feature-point__item {
  display: flex;
  align-items: center;
  gap: 40px;
}
.about-feature-point__item:nth-child(even) {
  flex-direction: row-reverse;
}
.about-feature-point__img {
  width: 500px;
}
.about-feature-point__contents {
  width: 540px;
}
.about-feature-point__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.about-feature-point__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .about-feature {
    padding: 40px 0;
  }
  .about-feature__title {
    align-items: center;
    margin-bottom: 35px;
  }
  .about-feature-point__title {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .about-feature-point__title .number {
    font-size: 2.8rem;
  }
  .about-feature-point__title .text {
    font-size: 1.8rem;
  }
  .about-feature-point__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .about-feature-point__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
  }
  .about-feature-point__item:nth-child(even) {
    flex-direction: column;
  }
  .about-feature-point__img {
    width: 100%;
  }
  .about-feature-point__contents {
    width: 100%;
  }
  .about-feature-point__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .about-feature-point__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.about-involvement {
  background: linear-gradient(180deg, rgb(255, 255, 255) 75%, rgb(249, 250, 242) 75%);
  padding: 80px 0;
}
.about-involvement__box {
  width: 1080px;
  background: #ffffff;
  margin: -130px auto 0;
  padding: 50px 55px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
.about-involvement__box::after {
  content: "";
  display: block;
  width: 177px;
  aspect-ratio: 177/134;
  background: url(../img/pages/top/business/leaf.png) no-repeat center/contain;
  position: absolute;
  bottom: -50px;
  right: -80px;
}
.about-involvement__title {
  align-items: center;
  margin-bottom: 35px;
}

.about-involvement-support {
  display: flex;
  gap: 30px;
}
.about-involvement-support__img {
  width: 400px;
}
.about-involvement-support__contents {
  width: 540px;
}
.about-involvement-support__title {
  color: #2D7727;
  font-size: 2.2rem;
  font-weight: 700;
  border-bottom: 1px solid #6CA224;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.about-involvement-support__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .about-involvement {
    padding: 40px 0;
  }
  .about-involvement__box {
    width: 90%;
    margin: -30px auto 0;
    padding: 30px 15px;
    position: relative;
    z-index: 10;
  }
  .about-involvement__box::after {
    width: 80px;
    aspect-ratio: 177/134;
    position: absolute;
    bottom: -30px;
    right: -20px;
  }
  .about-involvement__title {
    align-items: center;
    margin-bottom: 35px;
  }
  .about-involvement-support {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .about-involvement-support__img {
    width: 100%;
  }
  .about-involvement-support__contents {
    width: 100%;
  }
  .about-involvement-support__title {
    font-size: 1.8rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .about-involvement-support__text {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}
.business-content {
  background: url(../img/pages/business/content/leaf.png) no-repeat top 30px right/25%, url(../img/pages/business/content/bg.jpg) no-repeat center/cover;
  padding: 100px 0;
}
.business-content__title {
  align-items: center;
  margin-bottom: 35px;
}
.business-content__wrapper {
  display: flex;
  gap: 40px;
}
.business-content__img {
  width: 420px;
}
.business-content__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.business-content__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.2;
  text-align: center;
}
.business-content__text span {
  background: linear-gradient(180deg, rgba(235, 224, 62, 0) 50%, rgb(235, 224, 62) 50%);
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .business-content {
    padding: 50px 0;
  }
  .business-content__title {
    align-items: center;
    margin-bottom: 25px;
  }
  .business-content__wrapper {
    display: flex;
    gap: 40px;
  }
  .business-content__img {
    width: 420px;
  }
  .business-content__body {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .business-content__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .business-content__text span {
    font-size: 1.8rem;
  }
}
.business-construction__box {
  width: 1080px;
  background: #ffffff;
  margin: -130px auto 0;
  padding: 50px 55px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
.business-construction__title {
  align-items: center;
  margin-bottom: 35px;
  color: #2D7727;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #6CA224;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.business-construction__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 35px;
}

.business-construction-example {
  display: flex;
  justify-content: center;
  gap: 30px;
  width: 890px;
  margin: 0 auto;
  background: #F9FAF2;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 8px;
}
.business-construction-example__title {
  color: #2D7727;
  font-size: 1.8rem;
  font-weight: 700;
}
.business-construction-example__lists {
  display: flex;
  gap: 10px;
}
.business-construction-example__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.business-construction-example__item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.business-construction-example__item .icon {
  background: linear-gradient(135deg, #6ca224 0%, #caef42 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.business-construction-example__item .text {
  font-size: 1.6rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .business-construction__box {
    width: 90%;
    margin: -30px auto 0;
    padding: 30px 15px;
    position: relative;
  }
  .business-construction__title {
    align-items: center;
    margin-bottom: 35px;
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .business-construction__text {
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 25px;
  }
  .business-construction-example {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 15px;
    box-sizing: border-box;
    border-radius: 8px;
  }
  .business-construction-example__title {
    font-size: 1.8rem;
  }
  .business-construction-example__lists {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .business-construction-example__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .business-construction-example__item {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .business-construction-example__item .text {
    font-size: 1.4rem;
  }
}
.business-flow {
  background: url(../img/pages/business/flow/bg--leaf.png) no-repeat top 50px left/25%;
  padding: 100px 0;
}
.business-flow__title {
  align-items: center;
  margin-bottom: 35px;
}
.business-flow__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}
.business-flow__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 340px;
  position: relative;
}
.business-flow__item::after {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 14/26;
  background: url(../img/pages/business/flow/arrow.png) no-repeat center/contain;
  position: absolute;
  top: 35%;
  right: -14px;
}
.business-flow__item:nth-child(3n)::after {
  display: none;
}
.business-flow__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 200px;
  background: #F9FAF2;
  border: 1px solid #6CA224;
  border-radius: 100px 0 100px 0;
}
.business-flow__step {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.business-flow__step .en {
  color: #EBE03E;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.business-flow__step .en span {
  font-size: 3.2rem;
}
.business-flow__step .ja {
  color: #2D7727;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .business-flow {
    padding: 50px 0;
  }
  .business-flow__title {
    align-items: center;
    margin-bottom: 35px;
  }
  .business-flow__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 8%;
  }
  .business-flow__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 46%;
    max-width: 175px;
    position: relative;
  }
  .business-flow__item::after {
    content: "";
    display: block;
    width: 10px;
    aspect-ratio: 14/26;
    background: url(../img/pages/business/flow/arrow.png) no-repeat center/contain;
    position: absolute;
    top: 30%;
    right: -20px;
  }
  .business-flow__item:nth-child(2n)::after {
    display: none;
  }
  .business-flow__item:nth-child(3n)::after {
    display: block;
  }
  .business-flow__item:last-child::after {
    display: none;
  }
  .business-flow__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 150px;
    border-radius: 50px 0 50px 0;
  }
  .business-flow__icon img {
    width: 50%;
  }
  .business-flow__step {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .business-flow__step .en {
    font-size: 1.8rem;
  }
  .business-flow__step .en span {
    font-size: 2.8rem;
  }
  .business-flow__step .ja {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
  }
}
.works-archive {
  background: url(../img/pages/works/archive/leaf.png) no-repeat top 30px right/25%;
  padding: 100px 0;
}
.works-archive__title {
  margin-bottom: 35px;
}
.works-archive__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
}
.works-archive__item {
  width: 340px;
}
.works-archive__link {
  display: block;
}
.works-archive__thumbnail {
  width: 100%;
  aspect-ratio: 1/1;
  background: url(../img/pages/works/archive/no-img.jpg) no-repeat center/cover;
  box-shadow: 0 4px 4px 0px rgba(51, 51, 51, 0.15);
  border-radius: 8px;
  margin-bottom: 15px;
}
.works-archive__headline {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}
.works-archive__time {
  display: block;
  color: #6CA224;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .works-archive {
    padding: 50px 0;
  }
  .works-archive__title {
    align-items: center;
    margin-bottom: 25px;
  }
  .works-archive__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 3%;
  }
  .works-archive__item {
    width: 48.5%;
  }
  .works-archive__link {
    display: block;
  }
  .works-archive__thumbnail {
    width: 100%;
    margin-bottom: 10px;
  }
  .works-archive__headline {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .works-archive__time {
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    text-align: right;
  }
}
.works-single {
  background: url(../img/pages/works/single/leaf.png) no-repeat top 30px right/25%;
  padding: 100px 0;
}
.works-single__title {
  color: #2D7727;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  border-bottom: 1px solid #6CA224;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.works-single__time {
  display: block;
  color: #6CA224;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: right;
  margin-bottom: 50px;
}
.works-single__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 100px;
}
.works-single__item {
  aspect-ratio: 1/1;
  box-shadow: 0 4px 4px 0px rgba(51, 51, 51, 0.15);
  border-radius: 8px;
  position: relative;
}
.works-single__item--before {
  width: 360px;
  background: url(../img/pages/works/single/no-img--before.jpg) no-repeat center/cover;
}
.works-single__item--before::before {
  content: "";
  display: block;
  width: 120px;
  aspect-ratio: 120/50;
  background: url(../img/pages/works/single/icon--before.png) no-repeat center/contain;
  position: absolute;
  bottom: -30px;
  left: -30px;
  z-index: 10;
}
.works-single__item--before::after {
  content: "";
  display: block;
  width: 101px;
  aspect-ratio: 101/91;
  background: url(../img/pages/works/single/arrow.png) no-repeat center/contain;
  position: absolute;
  bottom: -135px;
  right: 0;
}
.works-single__item--after {
  width: 570px;
  background: url(../img/pages/works/single/no-img--after.jpg) no-repeat center/cover;
}
.works-single__item--after::before {
  content: "";
  display: block;
  width: 140px;
  aspect-ratio: 140/60;
  background: url(../img/pages/works/single/icon--after.png) no-repeat center/contain;
  position: absolute;
  bottom: -30px;
  right: -30px;
  z-index: 10;
}
.works-single__item .thumbnail {
  width: 100%;
  height: 100%;
}
.works-single__body p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .works-single {
    padding: 50px 0;
  }
  .works-single__title {
    font-size: 2rem;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .works-single__time {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
  .works-single__list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 5%;
    margin-bottom: 50px;
  }
  .works-single__item {
    aspect-ratio: 1/1;
    border-radius: 8px;
    position: relative;
  }
  .works-single__item--before {
    width: 35%;
  }
  .works-single__item--before::before {
    width: 80px;
    position: absolute;
    bottom: -20px;
    left: 0;
  }
  .works-single__item--before::after {
    width: 60px;
    position: absolute;
    bottom: -90px;
    right: 0;
  }
  .works-single__item--after {
    width: 60%;
  }
  .works-single__item--after::before {
    width: 100px;
    position: absolute;
    bottom: -20px;
    right: -10px;
  }
  .works-single__item .thumbnail {
    width: 100%;
    height: 100%;
  }
  .works-single__body p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.company-greeting {
  background: url(../img/pages/company/greeting/leaf.png) no-repeat top 30px right/25%, url(../img/pages/company/greeting/bg.jpg) no-repeat top center/cover;
  padding: 100px 0;
}
.company-greeting__title {
  align-items: center;
  margin-bottom: 35px;
}
.company-greeting__wrapper {
  display: flex;
  gap: 40px;
}
.company-greeting__img {
  width: 420px;
}
.company-greeting__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 620px;
}
.company-greeting__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .company-greeting {
    padding: 50px 0;
  }
  .company-greeting__title {
    align-items: center;
    margin-bottom: 35px;
  }
  .company-greeting__wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .company-greeting__img {
    width: 100%;
  }
  .company-greeting__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .company-greeting__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.company-info {
  background: url(../img/pages/company/info/bg--leaf.png) no-repeat top 50px left/25%;
}
.company-info__inner {
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
}
.company-info__title {
  margin-bottom: 80px;
}
.company-info__definition {
  display: flex;
  flex-direction: column;
  width: 725px;
}
.company-info__row {
  display: flex;
  gap: 5%;
  border-bottom: 1px solid #a4b5a4;
  padding: 20px 0;
}
.company-info__term {
  width: 18%;
  color: #2D7727;
  font-size: 1.6rem;
  font-weight: 700;
}
.company-info__desc {
  width: 77%;
  font-size: 1.6rem;
  font-weight: 700;
}
.company-info__desc a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.company-info__desc a .text, .company-info__desc a .icon {
  color: #f00f00;
}
.company-info__map {
  width: 100%;
  height: 450px;
}
.company-info__map iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .company-info__inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 40px 0;
  }
  .company-info__title {
    margin-bottom: 35px;
  }
  .company-info__definition {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .company-info__row {
    display: flex;
    align-items: center;
    gap: 5%;
    padding: 20px 0;
  }
  .company-info__term {
    width: 25%;
    font-size: 1.5rem;
  }
  .company-info__desc {
    width: 70%;
    font-size: 1.5rem;
  }
  .company-info__map {
    width: 100%;
    height: 350px;
  }
  .company-info__map iframe {
    width: 100%;
    height: 100%;
  }
}
.news-archive {
  background: url(../img/pages/news/archive/leaf.png) no-repeat top 30px right/25%;
  padding: 100px 0;
}
.news-archive__title {
  margin-bottom: 35px;
}
.news-archive__list {
  display: flex;
  flex-direction: column;
}
.news-archive__item {
  display: flex;
}
.news-archive__link {
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
}
.news-archive__link:hover {
  opacity: 0.6;
}
.news-archive__thumbnail {
  width: 150px;
  aspect-ratio: 1/1;
  background: url(../img/pages/news/archive/no-img.jpg) no-repeat center/cover;
  border-radius: 8px;
  box-shadow: 0 4px 4px 0px rgba(51, 51, 51, 0.15);
}
.news-archive__contents {
  width: 900px;
}
.news-archive__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 15px;
}
.news-archive__time {
  color: #6CA224;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.news-archive__tags {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-archive__tag {
  color: #6CA224;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  border: 1px solid #6CA224;
  padding: 5px 10px;
  border-radius: 90px;
}
.news-archive__headline {
  color: #2D7727;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: 1px solid #6CA224;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.news-archive__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .news-archive {
    padding: 50px 0;
  }
  .news-archive__title {
    margin-bottom: 25px;
  }
  .news-archive__list {
    display: flex;
    flex-direction: column;
  }
  .news-archive__item {
    display: flex;
  }
  .news-archive__link {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 30px 0;
  }
  .news-archive__thumbnail {
    width: 150px;
  }
  .news-archive__contents {
    width: 100%;
  }
  .news-archive__wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
  }
  .news-archive__time {
    font-size: 1.6rem;
  }
  .news-archive__tags {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .news-archive__tag {
    font-size: 1.2rem;
    letter-spacing: 0;
    padding: 2px 10px;
  }
  .news-archive__headline {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .news-archive__text {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.news-single {
  background: url(../img/pages/news/single/leaf.png) no-repeat top 30px right/25%;
  padding: 100px 0;
}
.news-single__title {
  color: #2D7727;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #6CA224;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.news-single__wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.news-single__tags {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-single__tag {
  color: #6CA224;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  border: 1px solid #6CA224;
  padding: 5px 10px;
  border-radius: 90px;
}
.news-single__time {
  display: block;
  color: #6CA224;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.news-single__body p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .news-single {
    padding: 50px 0;
  }
  .news-single__title {
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .news-single__wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .news-single__tags {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .news-single__tag {
    font-size: 1.2rem;
  }
  .news-single__time {
    font-size: 1.4rem;
  }
  .news-single__body p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.column-archive {
  background: url(../img/pages/column/archive/leaf.png) no-repeat top 30px right/25%;
  padding: 100px 0;
}
.column-archive__title {
  margin-bottom: 35px;
}
.column-archive__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px 2%;
}
.column-archive__item {
  display: flex;
  width: 32%;
}
.column-archive__link {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.column-archive__link:hover {
  opacity: 0.6;
}
.column-archive__thumbnail {
  width: 100%;
  aspect-ratio: 400/285;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
  border-radius: 8px;
  box-shadow: 0 4px 4px 0px rgba(51, 51, 51, 0.15);
  margin-bottom: 20px;
}
.column-archive__time {
  color: #6CA224;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
.column-archive__headline {
  flex-grow: 1;
  color: #2D7727;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: 1px solid #6CA224;
  padding-bottom: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  margin-bottom: 15px;
}
.column-archive__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
.column-archive__tags {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.column-archive__tag {
  color: #6CA224;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  border: 1px solid #6CA224;
  padding: 5px 10px;
  border-radius: 90px;
}

@media only screen and (max-width: 767px) {
  .column-archive {
    padding: 50px 0;
  }
  .column-archive__title {
    align-items: center;
    margin-bottom: 25px;
  }
  .column-archive__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 3%;
  }
  .column-archive__item {
    display: flex;
    width: 48.5%;
  }
  .column-archive__link {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .column-archive__thumbnail {
    margin-bottom: 20px;
  }
  .column-archive__time {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .column-archive__headline {
    font-size: 1.5rem;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .column-archive__text {
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .column-archive__tags {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
  }
  .column-archive__tag {
    font-size: 1.2rem;
  }
}
.column-single {
  background: url(../img/pages/column/single/leaf.png) no-repeat top 30px right/25%;
  padding: 100px 0;
}
.column-single__title {
  color: #2D7727;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #6CA224;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.column-single__wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.column-single__tags {
  display: flex;
  align-items: center;
  gap: 10px;
}
.column-single__tag {
  color: #6CA224;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  border: 1px solid #6CA224;
  padding: 5px 10px;
  border-radius: 90px;
}
.column-single__time {
  display: block;
  color: #6CA224;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.column-single__body p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .column-single {
    padding: 50px 0;
  }
  .column-single__title {
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .column-single__wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .column-single__tags {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .column-single__tag {
    font-size: 1.2rem;
  }
  .column-single__time {
    font-size: 1.4rem;
  }
  .column-single__body p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.contact-form__inner {
  padding: 80px 0;
}
.contact-form__title {
  margin-bottom: 50px;
}

.complete__inner {
  padding: 80px 0;
}
.complete__title {
  text-align: center;
  margin-bottom: 30px;
}
.complete__text {
  text-align: center;
}
.complete__link {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.complete__title {
  align-items: center;
}

.privacy-policy__inner {
  padding: 80px 0;
}
.privacy-policy__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.privacy-contents__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.privacy-contents__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.privacy-contents__title {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.privacy-contents__title i {
  font-size: 1rem;
  font-weight: 500;
}
.privacy-contents__title span {
  font-size: 2rem;
  font-weight: 500;
}
.privacy-contents__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .privacy-policy__inner {
    padding: 50px 0;
  }
  .privacy-policy__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .privacy-contents__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .privacy-contents__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .privacy-contents__title {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .privacy-contents__title i {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .privacy-contents__title span {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .privacy-contents__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.site-map__inner {
  padding: 80px 0;
}
.site-map__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.site-map__item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.site-map__item a i {
  font-size: 1.4rem;
  font-weight: 500;
}
.site-map__item a span {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .site-map__inner {
    padding: 50px 0;
  }
  .site-map__title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .site-map__item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
  }
  .site-map__item a i, .site-map__item a span {
    font-size: 1.5rem;
  }
}
.notfound__inner {
  padding: 80px 0;
}
.notfound__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.notfound__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.notfound__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .notfound__inner {
    padding: 50px 0;
  }
  .notfound__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .notfound__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .notfound__text a {
    border-bottom: 1px solid #000000;
  }
}/*# sourceMappingURL=style.css.map */