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

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

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
    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;
  }
}
.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;
  }
}
.sb_style a {
  text-decoration: underline;
}

.sb_style em {
  font-style: italic;
}

.sb_style ol,
.sb_style ul {
  list-style: decimal;
}

.sb_style table {
  border: 1px #666666 solid;
}

.sb_style th,
.sb_style td {
  vertical-align: middle;
  border: 1px #666666 solid;
}

.sb_style a {
  color: #008bf7;
}

.sb_style h1,
.sb_style h2,
.sb_style h3,
.sb_style h4,
.sb_style h5,
.sb_style h6 {
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: 700;
}

.sb_style h1 {
  padding: 0 5px;
  font-size: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}

.sb_style h2 {
  padding-left: 10px;
  font-size: 26px;
  border-left: 3px solid #000;
}

.sb_style h3 {
  font-size: 24px;
  padding: 5px 10px;
  background: #000;
}

.sb_style h4 {
  padding-bottom: 8px;
  font-size: 20px;
  position: relative;
}

.sb_style h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #000;
}

.sb_style h5 {
  font-size: 18px;
  padding: 5px 10px;
  background: #f2f2f2;
}

.sb_style h6 {
  font-size: 16px;
  color: #000;
}

.sb_style p {
  font-size: 16px;
  color: #000;
}

.sb_style ul {
  padding-left: 30px;
}

.sb_style ul li {
  margin-bottom: 5px;
}

.sb_style ol {
  padding-left: 30px;
}

.sb_style ol li {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
  .sb_style tbody {
    width: 100%;
    display: table;
  }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
    border-bottom: 1px solid #000;
  }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #000;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #000;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
    position: relative;
  }
  .sb_style h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #000;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #f2f2f2;
  }
  .sb_style h6 {
    font-size: 4.2vw;
    color: #000;
  }
  .sb_style p {
    font-size: 14px;
    color: #000;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
  .sb_style img {
    width: auto;
    height: auto;
  }
}
.heading--lv3 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.heading--lv3 .en {
  font-family: "Maven Pro", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1;
}
.heading--lv3 .ja {
  font-size: 3.2rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .heading--lv3 {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .heading--lv3 .en {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
  .heading--lv3 .ja {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
}
.button--lv1 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.button--lv1 .text {
  font-size: 1.8rem;
  font-weight: 400;
}
.button--lv1 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #399d27;
  border-radius: 90px;
  transition: all 0.3s;
}
.button--lv1:hover .icon {
  background: #399d27;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .button--lv1 {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .button--lv1 .text {
    font-size: 1.6rem;
  }
  .button--lv1 .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
  }
}
.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  border-bottom: 1px solid #000000;
}
.cont-dl .in-dl .required {
  color: #ffffff;
  line-height: 1;
  background: #e74c3c;
}
.cont-dl .in-dl .optional {
  color: #ffffff;
  line-height: 1;
  background: #3498db;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  color: #000000;
}
.cont-dl .in-dl dd textarea {
  padding: 10px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
.cont-dl .in-dl {
  display: grid;
  grid-template-columns: 350px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.cont-dl .in-dl .required,
.cont-dl .in-dl .optional {
  padding: 5px 8px;
  font-size: 13px;
}
.cont-dl .in-dl dt {
  grid-template-rows: auto auto 1fr;
}
@media only screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
    border-bottom: none;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1/span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #399d26;
  background-color: #399d26;
}
.contact-btn ul {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.contact-btn ul li #form-btn {
  width: 340px;
  font-size: 18px;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
.contact-recaptcha-wrap {
  margin-top: 60px;
}
.contact-recaptcha-wrap .recap-inwrap {
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

.header {
  background: #faf8f4;
}

.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  box-sizing: border-box;
}
.header-bar__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.header-bar__action {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-bar__tel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header-bar__tel .number {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header-bar__tel .number .text {
  font-family: "Maven Pro", sans-serif;
  font-size: 3.2rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
}
.header-bar__tel .number .caption {
  font-size: 1.4rem;
}
.header-bar__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 220px;
  padding: 12px;
  box-sizing: border-box;
  border: 1px solid #399d26;
  border-radius: 8px;
  transition: all 0.3s;
}
.header-bar__button:hover {
  background: #399d26;
}
.header-bar__button:hover i, .header-bar__button:hover .text {
  color: #ffffff;
}
.header-bar__list {
  display: flex;
  gap: 20px;
}
.header-bar__item a {
  font-size: 1.6rem;
  font-weight: 500;
}

.header-visual__inner {
  width: 76%;
  min-width: 1200px;
  padding-bottom: 85px;
  margin: 0 auto;
  position: relative;
}
.header-visual__title--top {
  width: 35%;
  position: absolute;
  top: -3%;
  left: 0;
}
.header-visual__title--sub {
  font-size: 4rem;
  font-weight: 500;
  position: absolute;
  top: 7%;
  left: 5%;
}
.header-visual__img--left {
  display: block;
  width: 35%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.header-visual__img--right {
  display: block;
  width: 58%;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 767px) {
  .header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    margin-bottom: 10px;
  }
  .header-bar__logo {
    width: 45%;
  }
  .header-bar__nav {
    display: none;
  }
  .header-visual__inner {
    width: 95%;
    min-width: auto;
    padding-bottom: 50px;
    margin: 0 auto;
    position: relative;
  }
  .header-visual__title--top {
    width: 38%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header-visual__title--sub {
    font-size: 2rem;
    position: absolute;
    top: -5px;
    left: 0;
  }
  .header-visual__img--left {
    width: 35%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .header-visual__img--right {
    width: 58%;
    margin: 0 0 0 auto;
  }
}
.footer-action__inner {
  background: url(../img/layout/footer/leaf.png) no-repeat top left/24%, url(../img/layout/footer/tree.png) no-repeat center right/24%;
  padding: 80px 0;
}
.footer-action__title {
  align-items: center;
  margin-bottom: 30px;
}
.footer-action__contents {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.footer-action__wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
}
.footer-action__tel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer-action__tel .number {
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer-action__tel .number .text {
  font-family: "Maven Pro", sans-serif;
  font-size: 3.2rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
}
.footer-action__tel .number .caption {
  font-size: 1.4rem;
}
.footer-action__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 280px;
  background: #ffffff;
  padding: 12px;
  box-sizing: border-box;
  border: 1px solid #399d26;
  border-radius: 8px;
  transition: all 0.3s;
}
.footer-action__button .icon {
  font-size: 2rem;
}
.footer-action__button .text {
  line-height: 1.3;
}
.footer-action__button .text span {
  font-size: 1.4rem;
}
.footer-action__button:hover {
  background: #399d26;
}
.footer-action__button:hover i, .footer-action__button:hover .text {
  color: #ffffff;
}

.footer-bar {
  background: #faf8f4;
  padding: 80px 0;
}
.footer-bar__inner {
  display: flex;
  justify-content: space-between;
}
.footer-bar__logo {
  margin-bottom: 30px;
}
.footer-bar__wrapper--left {
  width: 260px;
}
.footer-bar__wrapper--right {
  width: 680px;
}
.footer-bar__address {
  display: block;
  margin-bottom: 30px;
}
.footer-bar__tel, .footer-bar__time {
  display: block;
  font-size: 1.5rem;
}
.footer-bar__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  border-bottom: 1px solid #399d26;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.footer-bar__links {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
}
.footer-bar__link a {
  font-size: 1.4rem;
  font-weight: 400;
  border-right: 1px solid #399d26;
  padding: 0 10px;
}
.footer-bar__link:last-child a {
  border-right: none;
}
.footer-bar__copyright {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .footer-action__inner {
    background: url(../img/layout/footer/leaf.png) no-repeat top left/24%, url(../img/layout/footer/tree.png) no-repeat bottom right/24%;
    padding: 50px 0;
  }
  .footer-action__title {
    align-items: center;
    margin-bottom: 20px;
  }
  .footer-action__text {
    font-size: 1.4rem;
    text-align: center;
  }
  .footer-action__contents {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .footer-action__wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .footer-action__tel {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .footer-action__tel .number {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .footer-action__tel .number .text {
    font-size: 3.2rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .footer-action__tel .number .caption {
    font-size: 1.4rem;
  }
  .footer-action__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 280px;
    background: #ffffff;
    padding: 12px;
    box-sizing: border-box;
    border: 1px solid #399d26;
    border-radius: 8px;
  }
  .footer-action__button .icon {
    font-size: 2rem;
  }
  .footer-action__button .text {
    line-height: 1.3;
  }
  .footer-action__button .text span {
    font-size: 1.4rem;
  }
  .footer-bar {
    padding: 50px 0 15px;
  }
  .footer-bar__inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .footer-bar__logo {
    width: 45%;
    margin: 0 auto 30px;
  }
  .footer-bar__wrapper--left {
    width: 100%;
  }
  .footer-bar__wrapper--right {
    width: 100%;
  }
  .footer-bar__address {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-bar__tel, .footer-bar__time {
    display: none;
  }
  .footer-bar__list {
    display: none;
  }
  .footer-bar__links {
    display: none;
  }
  .footer-bar__copyright {
    font-size: 1.4rem;
    text-align: center;
  }
}
.drawer-off__button {
  position: fixed;
  top: 8px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: #399d26;
  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: 26px 20px;
  box-sizing: border-box;
}
.drawer-on__logo {
  display: block;
  width: 45%;
  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: #399d26;
  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: #399d26;
}
.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%;
}

.breadcrumbs__inner {
  padding: 15px 0;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.breadcrumbs__item {
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 10px;
  border-right: 1px solid #000000;
}
.breadcrumbs__item:last-child {
  border: none;
}

.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.pagenation li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  font-size: 1.7rem;
  line-height: 1;
}
.pagenation li.current span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  background: #399d27;
  border-radius: 90px;
}

@media only screen and (max-width: 767px) {
  .pagenation {
    margin-top: 20px;
  }
  .pagenation li a {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.6rem;
  }
  .pagenation li.current span {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.8rem;
  }
}
.navigation {
  position: relative;
  margin-top: 30px;
}
.navigation .center {
  text-align: center;
}
.navigation .left {
  position: absolute;
  top: 0;
  left: 0;
}
.navigation .right {
  position: absolute;
  top: 0;
  right: 0;
}
.navigation a {
  font-size: 1.5rem;
  font-weight: bold;
}

.top-about {
  background: url(../img/components/background/bg--tree.png) no-repeat top 50px left/20%, url(../img/components/background/bg--wave.png) no-repeat bottom center/100%, #faf8f4;
  padding: 80px 0;
  position: relative;
}
@media only screen and (max-width: 1900px) {
  .top-about {
    background: url(../img/components/background/bg--wave.png) no-repeat bottom center/100%, #faf8f4;
  }
}
.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: 400;
  line-height: 2;
}
.top-about__img {
  width: 48%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-about {
    padding: 50px 0;
  }
  .top-about__title {
    margin-bottom: 25px;
  }
  .top-about__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .top-about__text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .top-about__img {
    width: 100%;
    position: static;
    top: auto;
    transform: none;
    right: auto;
  }
}
.top-service {
  padding: 80px 0;
}
.top-service__title--lv3 {
  margin-bottom: 35px;
}
.top-service__title--lv4 {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #399d26;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.top-service__title--lv4 .text {
  font-size: 2.6rem;
  font-weight: 400;
}
.top-service__text {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 50px;
}
.top-service__list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.top-service__item {
  position: relative;
}
.top-service__button {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-service {
    padding: 50px 0;
  }
  .top-service__title--lv3 {
    margin-bottom: 35px;
  }
  .top-service__title--lv4 {
    display: flex;
    align-items: center;
    gap: 2%;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .top-service__title--lv4 .icon {
    width: 5%;
  }
  .top-service__title--lv4 .text {
    width: 93%;
    font-size: 2rem;
  }
  .top-service__text {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .top-service__list {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .top-service__item {
    position: relative;
  }
  .top-service__img {
    margin-bottom: 30px;
  }
  .top-service__button {
    position: static;
  }
}
.top-case__inner--l {
  background: #faf8f4;
  margin-bottom: 50px;
  position: relative;
}
.top-case__inner--m {
  padding: 60px 0;
  position: relative;
}
.top-case__list {
  display: flex;
  gap: 1.02%;
  position: relative;
  z-index: 10;
}
.top-case__item {
  width: 24.22%;
}
.top-case__link {
  display: block;
  background: #ffffff;
}
.top-case__thumbnail {
  width: 100%;
  aspect-ratio: 310/192;
  background: url(../img/pages/top/case/no-img.png) no-repeat center/cover;
}
.top-case__contents {
  padding: 20px;
  box-sizing: border-box;
}
.top-case__title--lv3 {
  margin-bottom: 35px;
}
.top-case__title--lv4 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #399d27;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.top-case__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}
.top-case__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
.top-case__tag {
  font-size: 1.4rem;
  font-weight: 400;
  border: 1px solid #399d27;
  border-radius: 10px;
  padding: 0 8px;
}
.top-case__img {
  position: absolute;
  bottom: -30px;
  right: 0;
}
.top-case__button {
  position: absolute;
  top: 80px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-case__inner--l {
    margin-bottom: 30px;
    position: relative;
  }
  .top-case__inner--m {
    width: 90%;
    padding: 40px 0;
    position: relative;
  }
  .top-case__list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 3%;
    margin-bottom: 30px;
  }
  .top-case__item {
    width: 47.5%;
  }
  .top-case__contents {
    padding: 10px;
    box-sizing: border-box;
  }
  .top-case__title--lv3 {
    margin-bottom: 35px;
  }
  .top-case__title--lv4 {
    font-size: 1.5rem;
    line-height: 1.4;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .top-case__text {
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .top-case__tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
  }
  .top-case__tag {
    font-size: 1.3rem;
    border-radius: 8px;
    padding: 0 8px;
  }
  .top-case__img {
    width: 35%;
    position: absolute;
    bottom: -10px;
    right: 0;
  }
  .top-case__button {
    position: static;
  }
}
.top-column {
  background: #faf8f4;
  padding: 80px 0;
}
.top-column__inner {
  position: relative;
}
.top-column__title {
  margin-bottom: 35px;
}
.top-column__list {
  display: flex;
  gap: 2%;
}
.top-column__item {
  display: flex;
  width: 32%;
}
.top-column__link {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.top-column__thumbnail {
  width: 100%;
  aspect-ratio: 400/245;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
}
.top-column__time {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}
.top-column__headline {
  flex-grow: 1;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  border-bottom: 1px solid #399d27;
  padding-bottom: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.top-column__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.top-column__button {
  position: absolute;
  top: 30px;
  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 30px;
  }
  .top-column__item {
    display: flex;
    width: 100%;
  }
  .top-column__link {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .top-column__thumbnail {
    width: 100%;
    aspect-ratio: 400/245;
    border-radius: 15px;
  }
  .top-column__time {
    font-size: 1.4rem;
  }
  .top-column__headline {
    font-size: 1.5rem;
    line-height: 1.4;
    padding-bottom: 10px;
  }
  .top-column__text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .top-column__button {
    position: static;
    justify-content: center;
  }
}
.top-news {
  background: url(../img/pages/top/news/bg--wave.png) no-repeat bottom center/100%, #faf8f4;
  padding: 80px 0;
}
.top-news__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  width: 940px;
  background: #ffffff;
  padding: 30px 50px 50px;
  box-sizing: border-box;
}
.top-news__link {
  display: flex;
  align-items: center;
  gap: 25px;
  border-bottom: 1px solid #399d27;
  padding: 20px 0;
}
.top-news__link:hover .top-news__icon {
  background: #399d27;
  color: #ffffff;
}
.top-news__wrapper {
  width: 90%;
}
.top-news__time {
  font-size: 1.6rem;
  font-weight: 600;
}
.top-news__headline {
  font-size: 1.6rem;
  font-weight: 500;
}
.top-news__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #399d27;
  border-radius: 90px;
  transition: all 0.3s;
}
.top-news__button {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 50px 0;
  }
  .top-news__inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .top-news__title {
    margin-bottom: 30px;
  }
  .top-news__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  .top-news__link {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 15px 0;
  }
  .top-news__wrapper {
    width: 90%;
  }
  .top-news__time {
    font-size: 1.4rem;
  }
  .top-news__headline {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .top-news__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
  }
  .top-news__button {
    position: static;
    justify-content: center;
  }
}
.service-problem {
  background: url(../img/components/background/bg--tree.png) no-repeat top 50px left/20%, url(../img/components/background/bg--wave.png) no-repeat bottom center/100%, #faf8f4;
  padding: 80px 0;
}
@media only screen and (max-width: 1900px) {
  .service-problem {
    background: url(../img/components/background/bg--wave.png) no-repeat bottom center/100%, #faf8f4;
  }
}
.service-problem__title--lv3 {
  margin-bottom: 35px;
}
.service-problem__title--lv4 {
  display: block;
  background: #ffffff;
  padding: 40px 20px;
  box-sizing: border-box;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  position: relative;
}
.service-problem__title--lv4::before {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 40/16;
  background: url(../img/pages/service/problem/arrow--beige.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.service-problem__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}
.service-problem__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  padding: 30px 20px;
  box-sizing: border-box;
  border: 1px solid #399d26;
  border-radius: 8px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  position: relative;
}
.service-problem__item::before {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 25/10;
  background: url(../img/pages/service/problem/arrow.png) no-repeat center/contain;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .service-problem {
    padding: 0 0 50px;
  }
  .service-problem__title--lv3 {
    margin-bottom: 25px;
  }
  .service-problem__title--lv4 {
    display: block;
    padding: 20px 10px;
    box-sizing: border-box;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    position: relative;
  }
  .service-problem__list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 3%;
    margin-bottom: 50px;
  }
  .service-problem__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48%;
    padding: 20px 10px;
    box-sizing: border-box;
    font-size: 1.6rem;
    line-height: 1.6;
    position: relative;
  }
}
.service-support {
  padding: 80px 0;
}
.service-support__title--lv3 {
  margin-bottom: 35px;
}
.service-support__title--lv4 {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #399d26;
  padding-bottom: 10px;
}
.service-support__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
.service-support__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.service-support__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 520px;
  background: #faf8f4;
  padding: 40px;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .service-support {
    padding: 50px 0;
  }
  .service-support__title--lv3 {
    margin-bottom: 25px;
  }
  .service-support__title--lv4 {
    font-size: 2rem;
    padding-bottom: 10px;
  }
  .service-support__text {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
  }
  .service-support__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 30px;
  }
  .service-support__item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    padding: 30px 20px;
  }
}
.service-example {
  background: url(../img/components/background/bg--wave.png) no-repeat bottom center/100%, #faf8f4;
  padding: 80px 0;
}
.service-example__title--lv3 {
  margin-bottom: 35px;
}
.service-example__title--lv4 {
  display: block;
  background: #399d26;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}
.service-example__list {
  display: flex;
  gap: 12px;
}
.service-example__item {
  display: flex;
  flex-direction: column;
  width: 260px;
}
.service-example__qualifications {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: #ffffff;
  padding: 20px 15px;
  box-sizing: border-box;
}
.service-example__qualification {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.service-example__qualification:last-child {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .service-example {
    padding: 50px 0;
  }
  .service-example__title--lv3 {
    margin-bottom: 25px;
  }
  .service-example__title--lv4 {
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    padding: 10px;
  }
  .service-example__list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 3%;
  }
  .service-example__item {
    display: flex;
    flex-direction: column;
    width: 48.5%;
  }
  .service-example__qualifications {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 15px 10px;
  }
  .service-example__qualification {
    font-size: 1.4rem;
  }
}
.service-strength {
  padding: 30px 0;
}
.service-strength__inner--l {
  background: #faf8f4;
  padding: 80px 0;
}
.service-strength__inner--s {
  position: relative;
}
.service-strength__title--lv3 {
  margin-bottom: 35px;
}
.service-strength__title--lv4 {
  font-size: 2.6rem;
  font-weight: 500;
  border-bottom: 1px solid #399d26;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.service-strength__title--lv5 {
  display: block;
  background: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}
.service-strength__title--lv6 {
  font-size: 2.2rem;
  font-weight: 500;
  border-bottom: 1px solid #399d26;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.service-strength__text--lv1 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 30px;
}
.service-strength__text--lv2 {
  font-size: 1.6rem;
  font-weight: 400;
}
.service-strength__points {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-bottom: 120px;
  position: relative;
}
.service-strength__points::before {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 40/36;
  background: url(../img/pages/service/strength/arrow.png) no-repeat center/contain;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.service-strength__point {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 520px;
}
.service-strength__point .text {
  font-size: 1.8rem;
  font-weight: 500;
}
.service-strength__list {
  display: flex;
  flex-direction: column;
}
.service-strength__item {
  display: flex;
  gap: 30px;
  background: #ffffff;
  padding: 40px;
  box-sizing: border-box;
}
.service-strength__img {
  width: 310px;
}
.service-strength__contents {
  width: 660px;
}
.service-strength__illust {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .service-strength {
    padding: 30px 0;
  }
  .service-strength__inner--l {
    padding: 50px 0;
  }
  .service-strength__inner--s {
    width: 90%;
    position: relative;
  }
  .service-strength__title--lv3 {
    margin-bottom: 35px;
  }
  .service-strength__title--lv4 {
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .service-strength__title--lv5 {
    display: block;
    padding: 10px;
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  .service-strength__title--lv6 {
    font-size: 1.8rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .service-strength__text--lv1 {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .service-strength__text--lv2 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .service-strength__points {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    margin-bottom: 100px;
    position: relative;
  }
  .service-strength__points::before {
    content: "";
    display: block;
    width: 40px;
    aspect-ratio: 40/36;
    background: url(../img/pages/service/strength/arrow.png) no-repeat center/contain;
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .service-strength__point {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
  }
  .service-strength__point .icon {
    width: 8%;
  }
  .service-strength__point .text {
    font-size: 1.6rem;
  }
  .service-strength__list {
    display: flex;
    flex-direction: column;
  }
  .service-strength__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 30px 20px;
  }
  .service-strength__img {
    width: 100%;
  }
  .service-strength__contents {
    width: 100%;
  }
  .service-strength__illust {
    width: 25%;
    position: absolute;
    top: auto;
    bottom: -30px;
    right: 0;
  }
}
.service-faq {
  padding: 80px 0;
}
.service-faq__inner {
  display: flex;
  justify-content: space-between;
}
.service-faq__list {
  width: 760px;
}
.service-faq__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-bottom: 1px solid #399d26;
  padding: 20px 0;
}
.service-faq__question {
  display: flex;
  gap: 15px;
}
.service-faq__question .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #399d26;
  border-radius: 90px;
}
.service-faq__question .icon span {
  font-family: "Maven Pro", sans-serif;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
}
.service-faq__question .text {
  font-size: 1.8rem;
  font-weight: 500;
}
.service-faq__answer p {
  font-size: 1.6rem;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .service-faq {
    padding: 50px 0;
  }
  .service-faq__inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .service-faq__list {
    width: 100%;
  }
  .service-faq__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
  }
  .service-faq__question {
    display: flex;
    gap: 10px;
  }
  .service-faq__question .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
  }
  .service-faq__question .icon span {
    font-size: 1.5rem;
    line-height: 1;
  }
  .service-faq__question .text {
    width: 90%;
    font-size: 1.6rem;
  }
  .service-faq__answer p {
    font-size: 1.5rem;
  }
}
.case-archive {
  background: url(../img/components/background/bg--tree.png) no-repeat top 50px left/20%, url(../img/components/background/bg--wave.png) no-repeat bottom center/100%, #faf8f4;
  padding: 80px 0;
}
@media only screen and (max-width: 1900px) {
  .case-archive {
    background: url(../img/components/background/bg--wave.png) no-repeat bottom center/100%, #faf8f4;
  }
}
.case-archive__title--lv3 {
  text-align: center;
  margin-bottom: 50px;
}
.case-archive__title--lv4 {
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 1px solid #399d27;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.case-archive__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.case-archive__item {
  width: 340px;
}
.case-archive__item a {
  display: flex;
  flex-direction: column;
}
.case-archive__contents {
  background: #ffffff;
  padding: 20px;
  box-sizing: border-box;
}
.case-archive__img {
  aspect-ratio: 340/210;
  background: url(../img/pages/case/archive/no-img.jpg) no-repeat center/cover;
}
.case-archive__tags {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.case-archive__tag {
  font-size: 1.4rem;
  border: 1px solid #399d27;
  border-radius: 10px;
  padding: 0 10px;
}
.case-archive__text {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 15px;
}

.case-archive-tag {
  margin-bottom: 50px;
}
.case-archive-tag__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
}
.case-archive-tag__item {
  width: 270px;
}
.case-archive-tag__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-right: 1px solid #399d27;
  padding: 0 15px;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .case-archive {
    padding: 0 0 50px;
  }
  .case-archive__title--lv4 {
    font-size: 1.6rem;
    line-height: 1.4;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .case-archive__list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 3%;
  }
  .case-archive__item {
    width: 48.5%;
  }
  .case-archive__item a {
    display: flex;
    flex-direction: column;
  }
  .case-archive__contents {
    padding: 10px;
  }
  .case-archive__tags {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 5px;
  }
  .case-archive__tag {
    font-size: 1.2rem;
    border-radius: 8px;
    padding: 0 10px;
  }
  .case-archive__body p {
    font-size: 1.3rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .case-archive-tag {
    margin-bottom: 30px;
  }
  .case-archive-tag__list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0;
  }
  .case-archive-tag__item {
    width: 50%;
  }
  .case-archive-tag__item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 15px;
    font-size: 1.4rem;
  }
}
.case-single {
  background: url(../img/components/background/bg--tree.png) no-repeat top 50px left/20%, url(../img/components/background/bg--wave.png) no-repeat bottom center/100%, #faf8f4;
  padding: 80px 0;
}
@media only screen and (max-width: 1900px) {
  .case-single {
    background: url(../img/components/background/bg--wave.png) no-repeat bottom center/100%, #faf8f4;
  }
}
.case-single__title--lv3 {
  font-size: 2.6rem;
  font-weight: 500;
  border-bottom: 1px solid #399d27;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.case-single__title--lv4 {
  width: 20%;
  font-size: 1.6rem;
  font-weight: 500;
}
.case-single__tags {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 2px 10px;
  margin-bottom: 30px;
}
.case-single__tag {
  font-size: 1.4rem;
  border: 1px solid #399d27;
  border-radius: 10px;
  padding: 0 10px;
}
.case-single__body p {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 35px;
}
.case-single__text--lv2 {
  width: 78%;
  font-size: 1.5rem;
  font-weight: 500;
}
.case-single__wrapper {
  display: flex;
  gap: 40px;
  margin-bottom: 35px;
}
.case-single__img {
  width: 450px;
  aspect-ratio: 450/278;
  background: url(../img/pages/case/single/no-img.jpg) no-repeat center/contain;
}
.case-single__definition {
  width: 600px;
}
.case-single__row {
  display: flex;
  gap: 5%;
  border-bottom: 1px solid #399d27;
  padding: 15px 0;
}
.case-single__term {
  width: 20%;
}
.case-single__desc {
  width: 75%;
}
.case-single__list {
  background: #ffffff;
  padding: 30px;
  box-sizing: border-box;
}
.case-single__item {
  display: flex;
  gap: 2%;
  border-bottom: 1px solid #399d27;
  padding: 25px 0;
}

@media only screen and (max-width: 767px) {
  .case-single {
    padding: 0 0 50px;
  }
  .case-single__title--lv3 {
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .case-single__title--lv4 {
    width: 100%;
    font-size: 1.6rem;
  }
  .case-single__tags {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 30px;
  }
  .case-single__tag {
    font-size: 1.3rem;
    border-radius: 8px;
    padding: 0 10px;
  }
  .case-single__body p {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
  .case-single__text--lv2 {
    width: 100%;
    font-size: 1.4rem;
  }
  .case-single__wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 35px;
  }
  .case-single__img {
    width: 100%;
  }
  .case-single__definition {
    width: 100%;
  }
  .case-single__row {
    display: flex;
    gap: 5%;
    padding: 15px 0;
  }
  .case-single__term {
    width: 20%;
  }
  .case-single__desc {
    width: 75%;
  }
  .case-single__list {
    padding: 30px 20px;
  }
  .case-single__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
  }
}
.company-greeting {
  background: url(../img/components/background/bg--tree.png) no-repeat top 50px left/20%, url(../img/components/background/bg--wave.png) no-repeat bottom center/100%, #faf8f4;
  padding: 80px 0;
}
@media only screen and (max-width: 1900px) {
  .company-greeting {
    background: url(../img/components/background/bg--wave.png) no-repeat bottom center/100%, #faf8f4;
  }
}
.company-greeting__inner {
  display: flex;
  gap: 40px;
}
.company-greeting__title--lv3 {
  margin-bottom: 35px;
}
.company-greeting__title--lv4 {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #399d26;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.company-greeting__contents {
  width: 650px;
}
.company-greeting__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.company-greeting__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
.company-greeting__img {
  width: 390px;
}

@media only screen and (max-width: 767px) {
  .company-greeting {
    padding: 0 0 50px;
  }
  .company-greeting__inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .company-greeting__title--lv3 {
    margin-bottom: 25px;
  }
  .company-greeting__title--lv4 {
    font-size: 2rem;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .company-greeting__contents {
    width: 100%;
  }
  .company-greeting__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .company-greeting__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .company-greeting__img {
    width: 100%;
  }
}
.company-info__inner {
  padding: 80px 0;
}
.company-info__title {
  margin-bottom: 10px;
}
.company-info__definition {
  margin-bottom: 50px;
}
.company-info__row {
  display: flex;
  gap: 50px;
  padding: 25px 0;
  border-bottom: 1px solid #399d26;
}
.company-info__term, .company-info__desc {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.company-info__term {
  width: 100px;
  font-weight: 500;
}
.company-info__desc {
  font-family: 400;
}
.company-info__map {
  display: block;
  width: 100%;
  height: 350px;
}
.company-info__map iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .company-info__inner {
    padding: 50px 0;
  }
  .company-info__title {
    margin-bottom: 10px;
  }
  .company-info__definition {
    margin-bottom: 50px;
  }
  .company-info__row {
    display: flex;
    align-items: center;
    gap: 5%;
    padding: 20px 0;
  }
  .company-info__term, .company-info__desc {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .company-info__term {
    width: 20%;
  }
  .company-info__desc {
    width: 75%;
  }
  .company-info__map {
    display: block;
    width: 100%;
    height: 250px;
  }
  .company-info__map iframe {
    width: 100%;
    height: 100%;
  }
}
.blog__inner {
  padding: 80px 0;
}
.blog__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.blog-archive__select {
  display: flex;
  justify-content: end;
  margin-bottom: 15px;
  position: relative;
}
.blog-archive__select::after {
  content: "";
  border-top: 6px solid #399d27;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.blog-archive__select select {
  display: block;
  width: 185px;
  font-size: 1.5rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.blog-archive__select select:focus, .blog-archive__select select:active {
  outline: none;
}
.blog-archive__item {
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
}
.blog-archive__item:first-child {
  padding-top: 0;
}
.blog-archive__link {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.blog-archive__thumbnail {
  width: 180px;
  aspect-ratio: 1/1;
}
.blog-archive__contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 870px;
}
.blog-archive__wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.blog-archive__date {
  font-size: 1.6rem;
  font-weight: 600;
}
.blog-archive__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.blog-archive__tag {
  background: #399d27;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 2px 10px;
}
.blog-archive__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
.blog-archive__text {
  font-size: 1.5rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .blog__inner {
    padding: 50px 0;
  }
  .blog__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .blog-archive__select {
    display: flex;
    justify-content: end;
    position: relative;
  }
  .blog-archive__select::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .blog-archive__select select {
    width: 150px;
    font-size: 1.4rem;
  }
  .blog-archive__item {
    padding: 20px 0;
  }
  .blog-archive__link {
    display: flex;
    gap: 5%;
  }
  .blog-archive__thumbnail {
    width: 25%;
    aspect-ratio: 1/1;
  }
  .blog-archive__contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 70%;
  }
  .blog-archive__wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .blog-archive__date {
    font-size: 1.4rem;
  }
  .blog-archive__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px;
  }
  .blog-archive__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-archive__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .blog-archive__text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.blog-single__inner {
  padding: 80px 0;
}
.blog-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.blog-single__tag {
  color: #ffffff;
  font-size: 1.4rem;
  background: #399d27;
  padding: 2px 10px;
}
.blog-single__title {
  color: #399d27;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.blog-single__body {
  margin-bottom: 100px;
}
.blog-single__wrapper {
  display: flex;
  justify-content: end;
  border-top: 1px solid #399d27;
  padding-top: 5px;
}
.blog-single__date {
  font-size: 1.6rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .blog-single__inner {
    padding: 50px 0;
  }
  .blog-single__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
  }
  .blog-single__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-single__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .blog-single__body {
    margin-bottom: 60px;
  }
  .blog-single__wrapper {
    display: flex;
    justify-content: end;
    padding-top: 5px;
  }
  .blog-single__date {
    font-size: 1.5rem;
  }
}
.contact-form__inner {
  padding: 80px 0;
}
.contact-form__title {
  font-size: 2.8rem;
  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;
}

.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 */