@charset "UTF-8";
/* リセットcss */
@import url(https://unpkg.com/ress/dist/ress.min.css);
/* Google Fonts */
@import url(https://fonts.googleapis.com);
@import url(https://fonts.gstatic.com);
@import url(https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap);
/*
color-swatch ========================================*/
/*
breakpoint ==========================================================================*/
/*
font ========================================*/
/* Noto Sans */
/* Noto Serif */
/* Jost */
/*
all ==========================================================================*/
/*
all ==========================================================================*/
html, body {
  min-height: 100vh;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  background-color: #f7f7f7;
  color: #52534e;
  font-size: 24px;
  font-feature-settings: "palt";
  scroll-behavior: smooth;
}

img {
  vertical-align: bottom;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

a {
  text-decoration: none;
  color: #52534e;
  transition: all 0.3s ease;
}
a:active, a:visited {
  text-decoration: none;
  color: #52534e;
  transition: all 0.5s ease;
}
a:hover {
  opacity: 0.6;
}

ul li {
  list-style: none;
}

.wrapper {
  width: min(1200px + 1rem, 100%);
  margin-inline: auto;
  padding-inline: 0.5rem;
}

.section__ttl {
  margin-bottom: 1rem;
}
.section__ttl p {
  display: inline-block;
  position: relative;
  padding-left: 1rem;
  font-size: 0.675rem;
  color: #44824b;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 550px) {
  .section__ttl p {
    font-size: 0.5rem;
  }
}
.section__ttl p::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #44824b;
}
.section__ttl h2 {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 550px) {
  .section__ttl h2 {
    font-size: 1rem;
  }
}
.section__ttl h2 span {
  color: #44824b;
}

.entry__btn {
  display: flex;
  justify-content: center;
}
.entry__btn a {
  position: relative;
  display: block;
  background-color: #075607;
  color: #fff;
  font-size: 1rem;
  padding: 0.75rem 4rem;
  border-radius: 0.35rem;
}
@media screen and (max-width: 768px) {
  .entry__btn a {
    font-size: clamp(0.65rem, 3.125vw, 1rem);
    padding: 2.5% 13%;
  }
}
.entry__btn a::after {
  display: block;
  width: 14px;
  height: 23px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6%;
  margin: auto;
  content: "";
  background-image: url(../img/arrow_r.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .entry__btn a::after {
    width: 5%;
    height: 33%;
  }
}

.p_and_c {
  position: relative;
  background-color: #f7f7f7;
  z-index: 1;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p_and_c {
    flex-direction: column;
  }
}
.p_and_c a {
  position: relative;
  width: 50%;
  background-size: cover;
  background-position: center;
  z-index: 0;
  color: #fff;
  padding: 3% 5% 5% 5%;
}
@media screen and (max-width: 768px) {
  .p_and_c a {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .p_and_c a {
    padding: 1rem 1.5rem 2rem;
  }
}
.p_and_c a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.p_and_c a .section__ttl p {
  color: #fff;
}
.p_and_c a .section__ttl p::before {
  background-color: #fff;
}
.p_and_c a .text {
  font-size: 1.25rem;
}
@media screen and (max-width: 1600px) {
  .p_and_c a .text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1300px) {
  .p_and_c a .text {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .p_and_c a .text {
    font-size: 0.65rem;
  }
}
.p_and_c a img {
  position: absolute;
  bottom: 3%;
  right: 3%;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 1300px) {
  .p_and_c a img {
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .p_and_c a img {
    width: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 550px) {
  .p_and_c a img {
    right: 4%;
    bottom: 5%;
    width: 40px;
    height: 40px;
  }
}
.p_and_c__partner {
  background-image: url(../img/partner.jpg);
}
.p_and_c__contact {
  background-image: url(../img/contact.jpg);
}

.sec-header {
  position: relative;
  height: 258px;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .sec-header {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .sec-header {
    height: 160px;
  }
}
@media screen and (max-width: 550px) {
  .sec-header {
    height: 130px;
  }
}
.sec-header__bg {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 80%;
  height: 100%;
  background-image: url(../img/sec-header_bg.jpg);
  background-size: cover;
  background-position: left;
  z-index: -1;
}
@media screen and (min-width: 1650px) {
  .sec-header__bg {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .sec-header__bg {
    background-position: center;
  }
}
@media screen and (max-width: 550px) {
  .sec-header__bg {
    width: 85%;
  }
}
.sec-header__ttl {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12%;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;
  z-index: 1;
  text-align: right;
  font-size: 1.875rem;
  line-height: 1.125;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .sec-header__ttl {
    font-size: clamp(1.25rem, 5.8vw, 1.75rem);
  }
}
@media screen and (max-width: 550px) {
  .sec-header__ttl {
    right: 7%;
  }
}
.sec-header__ttl small {
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .sec-header__ttl small {
    font-size: clamp(0.5rem, 3vw, 0.75rem);
  }
}
.sec-header__green {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 350px;
  height: 310px;
  background-color: #138413;
  z-index: -2;
}
@media screen and (max-width: 1024px) {
  .sec-header__green {
    width: 27%;
    height: 118%;
  }
}

.under {
  padding-block: 1rem 6rem;
}
@media screen and (max-width: 1024px) {
  .under {
    padding-block: 2% 12%;
  }
}

.breadcrumb {
  padding-block: 5% 2%;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding-block: 8% 3%;
  }
}
@media screen and (max-width: 550px) {
  .breadcrumb {
    padding-block: 10% 4%;
    font-size: 0.55rem;
  }
}
.breadcrumb span {
  margin-inline: 0.35%;
}/*# sourceMappingURL=all-page.css.map */