@charset "UTF-8";
.l-header {
  padding: 1rem;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.c-navigation__list {
  display: flex;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.c-navigation__link {
  padding: 0.5rem 1rem;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.c-navigation__link:hover {
  background-color: #f5f5f5;
}

.c-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.c-button--primary {
  color: #fff;
  background-color: #007bff;
}
.c-button--primary:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}

.p-hero {
  padding: 4rem 2rem;
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.p-hero__title {
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 700;
}

.l-footer {
  padding: 2rem;
  color: #fff;
  text-align: center;
  background-color: #333;
}
.l-footer__copyright {
  margin: 0;
  opacity: 0.8;
}

.test-autoprefixer {
  display: -ms-grid;
  display: grid;
  display: flex;
  flex-direction: column;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  align-items: center;
  justify-content: center;
  color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: linear-gradient(45deg, #f00, #0f0);
  filter: blur(5px) brightness(0.8);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transform: translateX(10px) scale(1.1);
}

body.content_fix {
  overflow: hidden;
}

.mw_wp_form .error {
  margin-top: 0.7em !important;
}

.c-footer {
  height: 257px;
}

.c-footer__inner {
  padding-top: 52px;
  padding-bottom: 0;
}

.c-footer__copyright.copyright-pc {
  display: none;
}

.c-footer__nav {
  margin-bottom: 30px;
  text-align: center;
}

.c-footer__nav__item {
  display: inline-block;
  margin: 0 4px;
}
.c-footer__nav__item a {
  font-size: 14px;
}

.c-footer__logo_box {
  margin-bottom: 33px;
}

.c-footer__logo__list {
  text-align: center;
}

.c-footer__logo__item {
  display: inline-block;
  margin: 0 10px;
}

.c-footer__logo__item__anchor {
  display: block;
}
.c-footer__logo__item__anchor img {
  width: auto;
  height: 60px;
}

.c-footer__copyright {
  display: block;
  font-family: "Small Fonts", Avenir, sans-serif;
  font-size: 9px;
  text-align: center;
}

@media screen and (width >= 343px) {
  .c-footer__logo__item__anchor img {
    height: 70px;
  }
}
@media screen and (width >= 540px) {
  .c-footer {
    height: 246px;
  }
  .c-footer__inner {
    padding: 52px 26px 0;
  }
  .c-footer__copyright.copyright-sm {
    display: none;
  }
  .c-footer__copyright.copyright-pc {
    display: inline-block;
  }
  .c-footer__nav_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
  }
  .c-footer__nav {
    margin-bottom: 0;
  }
  .c-footer__nav__item {
    margin: 0 16px 0 0;
  }
  .c-footer__logo__list {
    text-align: left;
  }
  .c-footer__logo_box {
    margin-bottom: 0;
  }
  .c-footer__logo__item {
    margin: 0 26px 0 0;
  }
}
@media screen and (width >= 681px) {
  .c-footer__inner {
    padding: 52px 43px 0;
  }
}
.c-works_card {
  padding-top: 46px !important;
}

.c-works_card__wrapper {
  background-color: #dfe5df;
}

.c-works_card__lead {
  position: absolute !important;
  top: -16px;
  right: 0;
  left: 0;
  width: 300px;
  margin: auto !important;
}

.c-works_card__item__image_box-pc {
  display: block !important;
}

@media screen and (width >= 540px) {
  .c-works_card {
    padding-top: 46px !important;
  }
}
@media screen and (width >= 681px) {
  .c-works_card {
    justify-content: space-between;
    width: 612px !important;
    padding-top: 55px !important;
  }
  .c-works_card__lead {
    top: -23px;
    width: 400px;
  }
  .typeWorksS01 {
    height: auto !important;
    padding-bottom: 100px;
  }
  .c-works_card__item {
    width: 297px !important;
    max-width: 340px;
    margin-bottom: 20px;
    margin-left: 0 !important;
  }
  .c-works_card__item__text_desc {
    font-size: 13px;
    line-height: 1.9 !important;
    letter-spacing: -0.01em !important;
  }
  .c-works_card__item__anchor p {
    font-size: 13px !important;
  }
}
@media screen and (width >= 912px) {
  .c-works_card {
    width: 912px !important;
  }
  .c-works_card__item {
    width: 215px !important;
    max-width: unset;
    margin-bottom: 0;
  }
  .c-works_card__item__text_box {
    padding: 30px 18px 14px !important;
  }
  .c-works_card__item__text_desc {
    line-height: 1.7 !important;
    letter-spacing: -0.01em !important;
  }
}
.c-gallery_thumb {
  position: relative;
  display: block;
  padding-top: 45px;
  padding-bottom: 50px;
}
.c-gallery_thumb.nae {
  background-color: #f4f4ef;
}
.c-gallery_thumb.yama {
  background-color: #e7e9df;
}

.c-gallery_thumb__title {
  position: absolute !important;
  top: -18px;
  right: 0;
  left: 0;
  width: 270px;
  padding: 0 !important;
  margin: auto;
  text-align: center;
}

.c-gallery_thumb__inner {
  padding: 0 20px;
}

.c-gallery_thumb__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 400px;
  margin: 0 auto 15px;
}

.c-gallery_thumb__item {
  background-color: #fff;
}

.c-gallery_thumb__item__anchor {
  display: block;
  aspect-ratio: 1;
  transition: opacity 0.3s;
}
.c-gallery_thumb__item__anchor:hover {
  opacity: 0.5;
}
.c-gallery_thumb__item__anchor img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.c-gallery_thumb__btn_more {
  position: relative;
  display: block;
  width: 175px;
  height: 35px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 35px;
  text-align: center;
  background-color: #fff;
  transition: all 0.3s;
}
.c-gallery_thumb__btn_more:hover {
  color: #fff;
  background-color: #3f3b29;
}
.c-gallery_thumb__btn_more::after {
  position: absolute;
  top: 10px;
  right: 15px;
  display: block;
  width: 8px;
  height: 13px;
  content: "";
  background-image: url("../images/works/seedling_prod/arrow.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

@media screen and (width >= 540px) {
  .c-gallery_thumb {
    padding-top: 47px;
  }
  .c-gallery_thumb__inner {
    padding: 0 43px;
  }
  .c-gallery_thumb__list {
    -ms-grid-columns: 1fr 28px 1fr 28px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 600px;
    margin: 0 auto 30px;
  }
}
@media screen and (width >= 681px) {
  .c-gallery_thumb {
    padding-top: 61px;
  }
  .c-gallery_thumb__title {
    top: -24px;
  }
}
@media screen and (width >= 768px) {
  .c-gallery_thumb__title {
    width: 400px;
  }
  .c-gallery_thumb__list {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    max-width: 800px;
    margin: 0 auto 40px;
  }
}
@media screen and (width >= 1100px) {
  .c-gallery_thumb {
    padding-top: 73px;
    padding-bottom: 71px;
  }
  .c-gallery_thumb__list {
    width: 900px;
    max-width: unset;
    margin: 0 auto 47px;
  }
}
.c-type_works_s02 .topBlock02 {
  margin-bottom: 0;
}

@media screen and (width >= 681px) {
  .c-type_works_s02 {
    margin-top: 0 !important;
  }
  .c-type_works_s02 .topBlock02 {
    position: relative;
    top: unset;
  }
  .c-type_works_s02 .topBlock02 h2 {
    margin-bottom: 0;
  }
}
.mw_wp_form_complete {
  text-align: center;
}

@media screen and (width >= 681px) {
  .mw_wp_form_complete {
    text-align: center;
  }
}
#map_canvas {
  position: relative;
}
#map_canvas iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}

@media screen and (width >= 681px) {
  .typeNurseriesS .textBlock {
    right: 0;
  }
  .typeWorksS01 {
    background-color: #dfe5df;
  }
  .p-home_topBlock__wrapper {
    position: relative;
  }
  .p-home_topBlock__wrapper::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    height: 234px;
    content: "";
    background-color: #fff;
  }
}
.p-works_intro {
  margin-bottom: 50px;
}

.c-works__inner {
  padding: 0 23px;
}

.p-works_intro__header {
  position: relative;
  padding-top: 45px;
}

.p-works_intro__tree {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: -1;
  width: 145px;
  height: auto;
}

.p-works_intro__title {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.44;
  text-align: center;
}
.p-works_intro__title span {
  display: block;
}

.p-works_intro__desc {
  margin-bottom: 30px;
}
.p-works_intro__desc p {
  font-size: 13px;
  line-height: 1.8;
}
.p-works_intro__desc p.note {
  font-size: 11px;
}

.p-works_intro__cicle {
  margin-bottom: 62px;
}

.p-works_intro__sec {
  margin-bottom: 40px;
}

.p-works_intro__sec__title {
  margin-bottom: 15px;
}
.p-works_intro__sec__title .image {
  width: auto;
  height: 25px;
}

.p-works_intro__sec__right__image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.p-works_intro__sec__right__desc p {
  font-size: 13px;
  line-height: 1.8;
}

@media screen and (width >= 540px) {
  .p-works_intro {
    margin-bottom: 80px;
  }
  .c-works__inner {
    padding: 0 40px;
  }
  .p-works_intro__title {
    margin-bottom: 38px;
  }
  .p-works_intro__title span {
    display: inline;
  }
  .p-works_intro__desc {
    margin-bottom: 38px;
  }
  .p-works_intro__cicle {
    margin-bottom: 80px;
    text-align: center;
  }
  .p-works_intro__cicle .p-works_intro__cicle__image {
    width: 350px;
  }
  .p-works_intro__sec {
    display: flex;
    justify-content: space-between;
  }
  .p-works_intro__sec__left {
    width: 32px;
  }
  .p-works_intro__sec__title {
    display: block;
  }
  .p-works_intro__sec__title .image {
    width: 100%;
    height: auto;
  }
  .p-works_intro__sec__right {
    width: 350px;
  }
}
@media screen and (width >= 670px) {
  .p-works_intro__tree {
    position: absolute;
    top: 44px;
    width: 236px;
  }
  .p-works_intro__header {
    padding-top: 100px;
  }
  .p-works_intro__title {
    font-size: 25px;
  }
  .p-works_intro__desc {
    width: 600px;
    margin: 0 auto 50px;
  }
  .p-works_intro__cicle {
    margin-bottom: 98px;
  }
  .p-works_intro__cicle .p-works_intro__cicle__image {
    width: 454px;
  }
  .p-works_intro__sec {
    max-width: 600px;
    margin: 0 auto 30px;
  }
  .p-works_intro__sec__left {
    width: 32px;
  }
  .p-works_intro__sec__right {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 527px;
  }
  .p-works_intro__sec__right picture {
    width: 49.3%;
  }
  .p-works_intro__sec__right__image {
    width: 100%;
    margin-bottom: 0;
  }
  .p-works_intro__sec__right__desc {
    width: 44.59%;
  }
}
@media screen and (width >= 768px) {
  .p-works_intro__desc p {
    font-size: 15px;
    line-height: 2;
    letter-spacing: -0.025em;
  }
  .p-works_intro__desc p.note {
    font-size: 13px;
  }
  .p-works_intro__sec__right__desc p {
    font-size: 15px;
  }
}
@media screen and (width >= 1100px) {
  .p-works_intro {
    margin-bottom: 100px;
  }
  .p-works_intro__title {
    margin-bottom: 57px;
    font-size: 30px;
  }
  .p-works_intro__desc {
    width: 600px;
    margin: 0 auto 30px;
  }
  .p-works_intro__desc p {
    font-size: 16px;
  }
  .p-works_intro__desc p.note {
    font-size: 14px;
  }
  .p-works_intro__cicle {
    margin-bottom: 111px;
  }
  .p-works_intro__sec {
    width: 800px;
    max-width: unset;
    margin: 0 auto 30px;
  }
  .p-works_intro__sec__right {
    width: 703px;
  }
  .p-works_intro__sec__right__desc p {
    font-size: 16px;
    line-height: 1.87;
  }
}
.p-works_seedling_prod {
  background-color: #f4f4ef;
}

.p-works_seedling_prod__inner {
  padding: 0 20px;
}

.p-works_seedling_prod__title_box__wrapper {
  position: relative;
  padding: 0 20px;
  margin-bottom: 20px;
}
.p-works_seedling_prod__title_box__wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 50%;
  content: "";
  background-color: #fff;
}

.p-works_seedling_prod__title_box {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.p-works_seedling_prod__title_box--left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  background-color: #255b22;
}

.p-works_seedling_prod__title {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.2em;
}

.p-works_seedling_prod__title_box--right {
  width: 50%;
}

.p-works_seedling_prod__title_image {
  width: 100%;
  height: auto;
}

.p-works_seedling_prod__subtitle {
  display: block;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  margin-bottom: 20px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  color: #397f58;
  background-color: #fff;
}
.p-works_seedling_prod__subtitle span {
  margin-left: 1em;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 40px;
  color: #397f58;
}

.p-works_afforestation__item {
  margin-bottom: 30px;
}

.p-works_afforestation__item__title {
  height: 40px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 40px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.p-works_afforestation__item__desc {
  margin-bottom: 20px;
}
.p-works_afforestation__item__desc p {
  font-size: 13px;
  line-height: 1.85;
}

.p-works_seedling_prod__btn_anchor {
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  margin-top: 14px;
  font-size: 13px;
  line-height: 40px;
  border: 1px solid #000;
  transition: all 0.3s;
}
.p-works_seedling_prod__btn_anchor:hover {
  color: #fff;
  background-color: #cecece;
  border: 1px solid #cecece;
}

.p-works_special_products {
  padding-bottom: 50px;
}

.p-works_special_products__desc {
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  font-size: 13px;
  line-height: 1.85;
}

.p-works_special_products__item {
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
}

.p-works_special_products__title {
  display: block;
  padding-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
  border-top: 1px solid #000;
}

.p-works_special_products__item__image_box {
  margin-bottom: 20px;
}

.p-works_special_products__item__image__fig {
  margin-bottom: 10px;
}
.p-works_special_products__item__image__fig picture {
  display: block;
  padding: 7px;
  background-color: #fff;
}
.p-works_special_products__item__image__fig figcaption {
  margin-top: 6px;
  font-size: 12px;
  text-align: center;
}

.p-works_special_products__item__desc p {
  font-size: 13px;
  line-height: 1.85;
}

.p-works_div {
  height: 200px;
}
.p-works_div .pict {
  display: block;
  height: 100%;
}
.p-works_div .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (width >= 540px) {
  .p-works_seedling_prod__inner {
    max-width: 880px;
    padding: 0 40px;
    margin: 0 auto;
  }
  .p-works_seedling_prod__title_box__wrapper {
    padding: 0 40px;
    margin-bottom: 40px;
  }
  .p-works_seedling_prod__title {
    font-size: 20px;
  }
  .p-works_seedling_prod__subtitle {
    height: 50px;
    padding-left: 19px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 50px;
  }
  .p-works_seedling_prod__subtitle span {
    font-size: 13px;
    line-height: 50px;
  }
  .p-works_afforestation__item {
    margin-bottom: 40px;
  }
  .p-works_afforestation__item__title {
    height: 50px;
    font-size: 19px;
    line-height: 50px;
  }
  .p-works_seedling_prod__btn_anchor {
    margin-top: 20px;
  }
  .p-works_afforestation__item__desc {
    margin-bottom: 20px;
  }
  .p-works_special_products__item {
    margin-bottom: 40px;
  }
  .p-works_special_products__title {
    font-size: 18px;
  }
  .p-works_special_products__item__image_box {
    width: 64%;
    margin: 0 auto 20px;
  }
  .p-works_div {
    height: 220px;
  }
}
@media screen and (width >= 681px) {
  .p-works_seedling_prod__title_box__wrapper {
    margin-bottom: 60px;
  }
  .p-works_seedling_prod__title {
    font-size: 26px;
  }
  .p-works_afforestation {
    margin-bottom: 50px;
  }
  .p-works_afforestation__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .p-works_afforestation__item__text_box {
    width: 52.2%;
  }
  .p-works_afforestation__item__desc {
    margin-bottom: 0;
  }
  .p-works_afforestation__item__image_box {
    width: 43.5%;
  }
  .p-works_special_products__title {
    padding-top: 25px;
    margin-bottom: 23px;
  }
  .p-works_special_products__item__image_box,
  .p-works_special_products__item__desc {
    width: 87%;
    margin: 0 auto;
  }
  .p-works_special_products__item__image_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .p-works_special_products__item__image__fig {
    width: 48.5%;
    margin-bottom: 0;
  }
}
@media screen and (width >= 768px) {
  .p-works_afforestation__item__desc p {
    font-size: 15px;
  }
  .p-works_seedling_prod__btn_anchor {
    height: 50px;
    font-size: 15px;
    line-height: 50px;
  }
  .p-works_special_products__item__desc p {
    font-size: 15px;
  }
  .p-works_special_products__desc p {
    font-size: 15px;
  }
  .p-works_div {
    height: 330px;
  }
}
@media screen and (width >= 1100px) {
  .p-works_div {
    height: 380px;
  }
  .p-works_afforestation__item__desc p,
  .p-works_special_products__desc p,
  .p-works_special_products__item__desc p {
    font-size: 16px;
    line-height: 1.87;
    letter-spacing: 0.01em;
  }
  .p-works_special_products__title {
    font-size: 20px;
  }
  .p-works_seedling_prod__btn_anchor {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }
}
.p-gallery .mainBlock {
  padding-top: 0 !important;
  background-color: unset;
}
.p-gallery .mainBlock .about {
  background-color: unset !important;
}

.p-gallery__head {
  padding-bottom: 30px !important;
}
.p-gallery__head img {
  z-index: 0 !important;
}

.gallery-afforestation {
  background-color: #fff;
}

.gallery-mountain_work {
  background-color: #f4f4ef;
}

.p-gallery__title {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.018em;
}

.p-gallery_head_text {
  position: relative;
  z-index: 1;
  max-width: 404px;
}
.gallery-afforestation .p-gallery_head_text .br-1 {
  display: none;
}
.gallery-mountain_work .p-gallery_head_text .br-1 {
  display: none;
}
.gallery-mountain_work .p-gallery_head_text .br-2 {
  display: none;
}

.p-gallery__season_nav {
  width: 226px;
  margin: 0 auto 26px;
}

.p-gallery__season_nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-gallery__season_nav__list li {
  width: 109px;
  height: 30px;
  margin-bottom: 10px;
  line-height: 30px;
  text-align: center;
}
.p-gallery__season_nav__list li:last-child {
  margin: 0 auto;
}
.p-gallery__season_nav__list li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 15px;
  color: #000;
  background-color: #f4f4ef;
  transition: all 0.3s;
}
.gallery-mountain_work .p-gallery__season_nav__list li a {
  background-color: #fff;
}
.p-gallery__season_nav__list li a:hover {
  color: #fff;
  background-color: #3f3b29;
}
.p-gallery__season_nav__list li a.sel {
  color: #fff;
  cursor: auto;
  background-color: #3f3b29;
  transition: unset;
}

.p-gallery__list_wrapper {
  max-width: 400px;
  padding: 0 20px;
  margin: 0 auto;
}
.p-gallery__list_wrapper .attention {
  width: 100% !important;
}

.p-gallery__list_box {
  margin-bottom: 30px;
}

.p-gallery__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.p-gallery__list__item {
  width: 100%;
  aspect-ratio: 1;
}

.p-gallery__list__item__anchor {
  display: block;
  width: 100%;
  padding: 5px;
  background-color: #fff;
  transition: all 0.7s;
}
.p-gallery__list__item__anchor:hover {
  background-color: #b4b496;
}
.p-gallery__list__item__anchor img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-gallery__list_note {
  padding-bottom: 22px;
  border-bottom: 1px solid #231815;
}

.p-gallery__list_note__title {
  position: relative;
  display: block;
  margin-bottom: 19px;
  text-align: center;
}
.p-gallery__list_note__title span {
  position: relative;
  z-index: 1;
  padding: 0 1em;
  font-size: 13px;
  line-height: 1;
  background-color: #fff;
}
.gallery-mountain_work .p-gallery__list_note__title span {
  background-color: #f4f4ef;
}
.p-gallery__list_note__title::before {
  position: absolute;
  top: 4px;
  right: 0;
  left: 0;
  z-index: 0;
  display: block;
  content: "";
  border-top: 1px solid #231815;
}

.p-gallery__list_note__desc {
  font-size: 12px;
  line-height: 1.8;
}
.p-gallery__list_note__desc a {
  border-bottom: 1px dashed #000;
}

.p-gallery__list__no_photo {
  padding: 20px 0 30px;
  text-align: center;
}
.p-gallery__list__no_photo p {
  font-size: 16px;
}

@media screen and (width >= 443px) {
  .gallery-afforestation .p-gallery_head_text .br-1 {
    display: unset;
  }
}
@media screen and (width >= 540px) {
  .p-gallery .mainBlock {
    padding-bottom: 70px;
  }
  .gallery-mountain_work .mainBlock {
    padding-bottom: 70px;
  }
  .p-gallery__head {
    padding-bottom: 40px !important;
  }
  .p-gallery_head_text {
    max-width: unset;
    text-align: center !important;
  }
  .gallery-mountain_work .p-gallery_head_text .br-1 {
    display: unset;
  }
  .gallery-mountain_work .p-gallery_head_text .br-2 {
    display: unset;
  }
  .p-gallery__season_nav {
    width: 460px;
    margin-bottom: 30px;
  }
  .p-gallery__season_nav__list {
    flex-wrap: nowrap;
  }
  .p-gallery__season_nav__list li {
    width: calc(20% - 4px);
  }
  .p-gallery__season_nav__list li:last-child {
    margin: unset;
  }
  .p-gallery__list_wrapper {
    width: 85%;
    max-width: 642px;
    padding: 0;
    margin: 0 auto;
  }
  .p-gallery__list_wrapper .attention {
    width: 100% !important;
  }
  .p-gallery__list {
    -ms-grid-columns: 1fr 14px 1fr 14px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
  .p-gallery__list__item__anchor {
    padding: 5px;
  }
  .p-gallery__list_note__desc {
    text-align: center;
  }
}
@media screen and (width >= 768px) {
  .p-gallery .mainBlock {
    padding-bottom: 50px;
  }
  .gallery-mountain_work .mainBlock {
    padding-bottom: 70px;
  }
  .p-gallery__head {
    padding-top: 100px !important;
    padding-bottom: 40px !important;
  }
  .p-gallery__title {
    font-size: 25px;
  }
  .p-gallery_head_text {
    margin: 0 auto;
    font-size: 15px;
    line-height: 2;
  }
  .p-gallery_head_text span {
    font-size: 15px;
    line-height: 2;
  }
  .p-gallery__season_nav {
    width: 640px;
    margin-bottom: 40px;
  }
  .p-gallery__season_nav li {
    width: calc(20% - 10px);
  }
  .p-gallery__list_wrapper {
    width: 89.8%;
    max-width: 900px;
  }
  .p-gallery__list_box {
    margin-bottom: 40px;
  }
  .p-gallery__list {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
  }
  .p-gallery__list_note {
    padding-bottom: 24px;
  }
  .p-gallery__list_note__title::before {
    top: 6px;
  }
}
@media screen and (width >= 1100px) {
  .p-gallery .mainBlock {
    padding-bottom: 80px;
  }
  .gallery-mountain_work .mainBlock {
    padding-bottom: 100px;
  }
  .p-gallery__head {
    padding-top: 100px !important;
    padding-bottom: 45px !important;
  }
  .p-gallery__title {
    margin-bottom: 50px !important;
  }
  .p-gallery_head_text {
    width: 800px;
    font-size: 16px;
    line-height: 2;
  }
  .p-gallery__list_box {
    margin-bottom: 40px;
  }
  .p-gallery__list {
    gap: 26px;
  }
  .p-gallery__list_note__title {
    margin-bottom: 30px;
  }
  .p-gallery__list_note__title span {
    font-size: 16px;
  }
  .p-gallery__list_note__title::before {
    top: 7px;
  }
  .p-gallery__list_note__desc {
    font-size: 16px;
    line-height: 1.56;
  }
  .p-gallery__list_note {
    padding-bottom: 31px;
  }
}
.show-gallery_modal {
  overflow: hidden;
}

.p-gallery_modal {
  position: fixed;
  inset: 0;
  display: none;
  background-color: #fff;
}
.show-gallery_modal .p-gallery_modal {
  z-index: 30000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-gallery_modal__btn_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
}

.p-gallery_modal__wrapper {
  width: 87%;
  margin: 0 auto;
}

.p-gallery_modal__image_box {
  max-width: 100%;
  margin-bottom: 30px;
}

.p-gallery_modal__image {
  width: 100%;
  height: 100%;
  max-height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.p-gallery_modal__info {
  margin-bottom: 30px;
  text-align: center;
}

.p-gallery_modal__info_title {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.4;
}

.p-gallery_modal__info_text {
  margin-bottom: 1em;
  font-size: 13px;
  line-height: 1.4;
}

.p-gallery_modal__button_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 250px;
  margin: 0 auto;
}

.p-gallery_modal__btn {
  display: inline-block;
  width: 100%;
  height: 35px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 35px;
  color: #444;
  text-align: center;
  border: 1px solid #000;
  transition: all 0.3s;
}
.p-gallery_modal__btn:hover {
  color: #fff;
  background-color: #aaa;
}

.p-gallery_modal__copyright {
  display: block;
  margin: 40px 0 50px;
  text-align: center;
}
.p-gallery_modal__copyright span {
  display: block;
  font-family: "Small Fonts", Avenir, sans-serif;
  font-size: 11px;
  line-height: 1.4rem;
  letter-spacing: 0.1em;
}

.p-gallery_modal__info_data span {
  font-size: 11px;
}

@media screen and (width >= 681px) {
  .p-gallery_modal__wrapper {
    width: 70%;
    margin: 0 auto;
  }
  .p-gallery_modal__body {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
  }
  .p-gallery_modal__image_box {
    width: 60%;
    margin-bottom: 0;
  }
  .p-gallery_modal__image {
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .p-gallery_modal__info {
    text-align: left;
  }
  .p-gallery_modal__info_box {
    display: flex;
    flex-direction: column;
    width: 35%;
  }
  .p-gallery_modal__info_title {
    font-size: 22px;
    line-height: 1.4;
  }
  .p-gallery_modal__button_box {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 220px;
    margin: unset;
  }
  .p-gallery_modal__btn {
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }
  .p-gallery_modal__btn:last-child {
    margin-bottom: 0;
  }
  .p-gallery_modal__copyright span {
    display: inline;
  }
}
.sakashita img {
  width: auto;
  height: 30px;
  margin-left: 1em;
}

@media screen and (width >= 681px) {
  .subsidiary {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .sakashita .sakashita__text {
    margin-top: -9px;
  }
}
@media screen and (width >= 768px) {
  .sakashita .sakashita__text {
    margin-top: -4px;
  }
}
/*# sourceMappingURL=add_styles.css.map */