@charset "UTF-8";


/* section */
.top section {
  font-family: 'Noto Serif JP', serif;
}

@media screen and (min-width:768px) {
  .top section {
    padding-bottom: 100px;
  }
}

@media screen and (max-width:767px) {
  .top section {
    padding-bottom: 70px;
  }
}

@media screen and (min-width:768px) {
  .pc-none {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .sp-none {
    display: none;
  }
}

/*	cover
--------------------------------------*/
.top #cover {
  position: relative;
  transition: opacity 1.2s cubic-bezier(.16,.84,.44,1);
}

.top #cover .carousel.show {
  opacity: 1;
}

.top #cover .p-beginning {
  background-size: cover;
  display: flex;
  justify-content: center;
  position: relative;
}

.top #cover .p-beginning__text {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(20px) brightness(1.5);
  backdrop-filter: blur(20px) brightness(1.5);
  left: initial;
  position: absolute;
  width: 100%;
}

@media screen and (min-width:768px) {
  .top #cover {
    padding-top: 55px;
  }

  .top #cover .c-primaryHeading {
    margin-bottom: 20px;
    text-align: center;
  }

  .top #cover .p-beginning {
    background-image: url(../img/top_ph01.jpg);
    height: 187px;
    margin-top: 90px;
  }

  .top #cover .p-beginning__text {
    height: 210px;
    padding: 40px 54px;
    letter-spacing: 2.4px;
    line-height: 1.75;
    text-align: center;
    top: -50px;
    max-width: 970px;
  }
}

@media screen and (max-width:767px) {
  .top #cover {
    padding-top: 30px;
  }

  .top #cover .c-primaryHeading {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 240px;
    width: 100%;
  }

  .top #cover .p-beginning {
    background-image: url(../img/top_ph01_sp.jpg);
    height: 228px;
    margin-top: 230px;
  }

  .top #cover .p-beginning__text {
    bottom: 52px;
    font-size: 1.6rem;
    letter-spacing: 1.6px;
    line-height: 1.75;
    padding: 36px 22px;
    max-width: 78%;
  }
}


/*	project
--------------------------------------*/
.top #project .c-headingWrap {
  background-color: #e3dcdc;
}

.top #project .c-headingWrap .c-secondaryHeading {
  color: #390e0e;
}

.top #project .c-headingWrap .c-secondaryHeading:before {
  background-color: #390e0e;
}

.c-tertiaryHeading {
  border-bottom: 1px solid #390e0e;
  border-top-color: #390e0e;
  color: #390e0e;
}

.p-project-item {
  position: relative;
}

.p-project-item:after {
  background-image: url(../img/arrow01.svg);
  background-size: contain;
  bottom: 6px;
  content: "";
  height: 25px;
  position: absolute;
  right: 10px;
  width: 25px;
}

.p-project-item.icn_pdf:after {
  background-image: url(../img/icon_pdf_fr.svg);
  height: 22px;
  width: 38px;
  pointer-events: none;
}

.p-project-item.unlinked:after {
  background-image: none;
  position: initial;
  width: auto;
}

.p-project-item figure {
  position: relative;
  overflow: hidden;
}

.p-project-item figcaption {
  background: -moz-linear-gradient(top,  rgba(72,72,72,0) 0%, rgba(70,70,70,.8) 100%);
  background: -webkit-linear-gradient(top,  rgba(72,72,72,0) 0%,rgba(70,70,70,.8) 100%);
  background: linear-gradient(to bottom,  rgba(72,72,72,0) 0%,rgba(70,70,70,.8) 100%);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  display: block;
  left: 0;
  padding-bottom: 11px;
  padding-left: 15px;
  padding-right: 40px;
  padding-top: 14px;
  position: absolute;
  width: 100%;
}

#project .c-button-01 a {
  border-color: #390e0e;
  color: #390e0e;
}
#project .c-button-01 a:hover{
  background-color: #390e0e;
  color: #f2ede9;
  transition: 0.5s;
}

@media screen and (min-width:768px) {
  .c-headingWrap+.p-project-items {
    margin-top: 30px;
  }

  .p-project-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .p-project-item figcaption {
    font-size: 1.4rem;
    letter-spacing: 2.1px;
    line-height: 1.2;
  }

  .p-project-item a figure img {
    transition: .5s;
  }

  .p-project-item a:hover figure img {
    transform: scale(1.07);
  }

  .p-project-items #more-view-content {
    display: contents !important;
    -webkit-display: contents !important;
    -moz-display: contents !important;
  }
}

@media screen and (max-width:767px) {
  .p-project-item figcaption {
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: 1.8px;
    padding-bottom: 8px;
  }

  .p-project-items #more-view-content {
    display: none;
  }

  .js-more .p-project-item:nth-child(n+6) {
    height: auto;
    overflow: initial;
    opacity: 1;
    transition: all 1.0s ease 0s;
  }

  .js-more.is-hide .p-project-item:nth-child(n+6){
    height: 0;
    overflow: hidden;
    opacity: 0;
  }
}


/*	technology
--------------------------------------*/
.top #technology .c-headingWrap {
  background-color: #DCDFE3;
}

.top #technology .c-headingWrap .c-secondaryHeading {
  color: #0b346e;
}

.top #technology .c-headingWrap .c-secondaryHeading:before {
  background-color: #0b346e;
}

.top #technology .c-tertiaryHeading {
  border-top-color: #0b346e;
  color: #0b346e;
}

.top #technology .c-tertiaryHeading sub {
  bottom: -0.45em;
  margin-left: -2px;
  margin-right: 3px;
}

.top .p-tech__note {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.5px;
}

.p-tech--original__item {
  position: relative;
}

.p-tech--original__item figure,
.p-tech--wood__item figure {
  position: relative;
  overflow: hidden;
}

.p-tech--original__item figcaption,
.p-tech--wood__item figcaption {
  background: -moz-linear-gradient(top,  rgba(72,72,72,0) 0%, rgba(70,70,70,.8) 100%);
  background: -webkit-linear-gradient(top,  rgba(72,72,72,0) 0%,rgba(70,70,70,.8) 100%);
  background: linear-gradient(to bottom,  rgba(72,72,72,0) 0%,rgba(70,70,70,.8) 100%);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  display: block;
  left: 0;
  padding-bottom: 11px;
  padding-left: 15px;
  padding-right: 40px;
  padding-top: 14px;
  position: absolute;
  width: 100%;
}

.p-tech--original__item.icn_pdf::after {
  content: url(../img/icon_pdf.svg);
  height: 22px;
  width: 38px;
  position: absolute;
  right: 10px;
  bottom: 30px;
  pointer-events: none;
}


@media screen and (min-width:768px) {
  /* first */
  .p-tech--first__items {
    background-color: #FFF;
    margin-left: auto;
    margin-top: -70px;
    padding: 30px 50px;
    position: relative;
    max-width: 904px;
    width: 100%;
    z-index: -1;
  }

  .p-tech--first__itemsInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .p-tech--first__title {
    color: #0B346E;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 2.1px;
    margin-bottom: 7px;
  }

  .p-tech--first__title sub {
    bottom: -0.45em;
    font-size: 1.8rem;
    margin-left: -1px;
  }

  .p-tech--first__text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.83;
    letter-spacing: 0.6px;
  }

  .p-tech--first__illust {
    max-width: 450px;
  }


  /* original */
  .p-tech--original__items {
    border-bottom: 1px solid #0B346E;
    border-top: 1px solid #0B346E;
    display: flex;
  }

  .p-tech--original__item {
    border-left: 1px solid #0B346E;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    width: 20%;
  }

  .p-tech--original__item:first-child {
    border-left: none;
  }

  .p-tech--original__item>a {
    text-decoration: none;
  }

  .p-tech--original__img {
    margin-left: -20px;
    margin-right: -20px;
  }

  .p-tech--original__img>figure {
    overflow: hidden;
    position: relative;
  }

  .p-tech--original__img>figure>img {
    transition: .5s;
  }

  .p-tech--original__item>a:hover .p-tech--original__img>figure>img {
    transform: scale(1.07);
  }

  .p-tech--original__item.unlinked .p-tech--original__img>figure:after {
    background-image: none;
    background-size: contain;
    position: initial;
    width: auto;
  }

  .p-tech--original__item figcaption {
    font-size: 1.4rem;
    letter-spacing: 2.1px;
    line-height: 1.2;
  }

  .p-tech--original__item.unlinked>a {
    pointer-events: none;
  }

  .p-tech--original__item.unlinked>a:hover .p-tech--original__img>figure>img {
    transform: scale(1);
  }

  .p-tech--original__textGroup {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 30px;
  }

  .p-tech--original__title {
    color: #0b346e;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 2.1px;
    margin-bottom: 20px;
  }

  .p-tech--original__text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.83;
    letter-spacing: 0.3px;
  }

  .p-tech--original__text sup {
    top: -0.25em;
  }

  .p-tech--original__thumbnail {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .p-tech--original__thumbnail>li {
    margin-right: 10px;
    margin-top: 10px;
  }

  .p-tech--original__thumbnail>li:last-child {
    margin-right: 0;
  }

  .p-tech--original__thumbnail>li>img {
    height: 70px;
    width: auto;
    max-width: 100%;
  }


  /* wood */
  .p-tech--wood__items {
    border-bottom: 1px solid #0B346E;
    display: flex;
    flex-wrap: wrap;
  }

  .p-tech--wood__item {
    border-right: 1px solid #0B346E;
    border-top: 1px solid #0B346E;
    width: calc(100% / 3);
  }

  .p-tech--wood__item:nth-child(3n) {
    border-right: none;
  }

  .p-tech--wood__item>a {
    text-decoration: none;
  }

  .p-tech--wood__itemInner {
    display: flex;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 20px;
  }

  .p-tech--wood__item figcaption {
    font-size: 1.4rem;
    letter-spacing: 2.1px;
    line-height: 1.2;
  }

  .p-tech--wood__img figure:after {
    background-image: url(../img/arrow01.svg);
    background-size: contain;
    bottom: 6px;
    content: "";
    height: 25px;
    position: absolute;
    right: 10px;
    width: 25px;
  }

  .p-tech--wood__img.icn_pdf figure:after {
    background-image: url(../img/icon_pdf.svg);
    height: 22px;
    width: 38px;
  }

  .p-tech--wood__img>figure>img {
    transition: .5s;
    width: 217px;
  }

  .p-tech--wood__item>a:hover .p-tech--wood__img figure>img {
    transform: scale(1.07);
  }

  .p-tech--wood__item.unlinked>a {
    pointer-events: none;
  }

  .p-tech--wood__item.unlinked>a:hover .p-tech--original__img>figure>img {
    transform: scale(1);
  }

  .p-tech--wood__img.icn_pdf figure figcaption {
    padding-right: 50px;
  }

  .p-tech--wood__texts {
    margin-left: 20px;
    width: 100%;
  }

  .p-tech--wood__title {
    color: #0b346e;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 2.1px;
    margin-bottom: 20px;
  }

  .p-tech--wood__text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.83;
    letter-spacing: 0.3px;
  }

  .p-tech--wood__text sup {
    top: -0.25em;
  }

  .p-tech--wood__movie {
    color: #0093ff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.83;
    letter-spacing: 0.3px;
    text-decoration: underline;
  }

  .p-tech--wood__movie:hover {
    text-decoration: none;
  }

  .top .p-tech__note {
    margin-top: 10px;
    text-align: left;
  }

  .top .p-tech--original__texts .p-tech__note {
    margin-top: 0;
    text-align: initial;
  }
}

@media only screen and (min-width: 1100px) and (max-width: 1366px) {
  .c-headingWrap {
    max-width: initial;
		width: 47.2914vw;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .c-headingWrap {
    max-width: 520px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .p-tech--wood__img>figure>img {
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .top #technology .c-tertiaryHeading {
    border-bottom: 1px solid #0b346e;
    margin-top: 19px;
  }

  /* first */
  .p-tech--first__items {
    background-color: #FFF;
    margin-left: 32PX;
    margin-top: -70px;
    padding: 80px 14px 50px 30px;
    position: relative;
    z-index: -1;
  }

  .p-tech--first__title {
    color: #0B346E;
    line-height: 2;
    letter-spacing: 2.1px;
    margin-bottom: 7px;
  }

  .p-tech--first__title sub {
    bottom: -0.35em;
    font-size: 1.8rem;
  }

  .p-tech--first__text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 2.1px;
  }

  .p-tech--first__illust {
    margin-top: 70px;
  }

  /* original */
  .p-tech--original__items {
    border-top: 1px solid #0B346E;
  }

  .p-tech--original__item {
    padding-bottom: 27px;
    padding-left: 38px;
    padding-right: 38px;
  }

  .p-tech--original__item:first-child {
    border-left: none;
  }

  .p-tech--original__item>a {
    text-decoration: none;
  }

  .p-tech--original__img {
    margin-left: -38px;
    margin-right: -38px;
  }

  .p-tech--original__img>figure {
    overflow: hidden;
    position: relative;
  }

  .p-tech--original__img>figure>img {
    transition: .5s;
  }

  .p-tech--original__item>a:hover .p-tech--original__img>figure>img {
    transform: scale(1.07);
  }

  .p-tech--original__item.unlinked>a {
    pointer-events: none;
  }

  .p-tech--original__item.unlinked>a:hover .p-tech--original__img>figure>img {
    transform: scale(1);
  }

  .p-tech--original__item figcaption {
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: 1.8px;
    padding-bottom: 8px;
  }

  .p-tech--original__textGroup {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 22px;
  }

  .p-tech--original__title {
    color: #0b346e;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 2.1px;
    margin-bottom: 18px;
  }

  .p-tech--original__text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    line-height: 1.83;
    letter-spacing: 0.3px;
  }

  .p-tech--original__text sup {
    top: -0.25em;
  }

  .p-tech--original__thumbnail {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .p-tech--original__thumbnail>li {
    margin-right: 10px;
    margin-top: 10px;
  }

  .p-tech--original__thumbnail>li:last-child {
    margin-right: 0;
  }

  .p-tech--original__thumbnail>li>img {
    height: 70px;
    max-width: 100%;
    width: auto;
  }

  .slide_original_position {
    border-bottom: 1px solid #0B346E;
    padding-bottom: 21px;
  }

  #technology .slick-dots li.slick-active button:before {
      background-color: #0b346e;
  }

  /* wood */
  .p-tech--wood__items {
    margin-top: 19px;
  }

  .p-tech--wood__item {
    border-top: 1px solid #0B346E;
  }

  .p-tech--wood__item>a {
    text-decoration: none;
  }

  .p-tech--wood__itemInner {
    padding-bottom: 18px;
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 0px;
  }

  .p-tech--wood__img {
    margin-left: -38px;
    margin-right: -38px;
  }

  .p-tech--wood__img figure {
    overflow: hidden;
    position: relative;
  }

  .p-tech--wood__img figure:after {
    background-image: url(../img/arrow01.svg);
    background-size: contain;
    bottom: 14px;
    content: "";
    height: 25px;
    position: absolute;
    right: 10px;
    width: 25px;
  }

  .p-tech--wood__img.icn_pdf figure:after {
    background-image: url(../img/icon_pdf.svg);
    bottom: 10px;
    height: 22px;
    width: 38px;
  }

  .p-tech--wood__texts {
    padding-top: 25px;
  }

  .p-tech--wood__title {
    color: #0b346e;
    line-height: 2;
    letter-spacing: 2.1px;
    margin-bottom: 20px;
  }

  .p-tech--wood__text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.83;
    letter-spacing: 0.3px;
  }

  .p-tech--wood__text sup {
    top: -0.25em;
  }

  .p-tech--wood__texts .p-tech--wood__movie {
    color: #0093ff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.83;
    letter-spacing: 0.3px;
    margin-top: 18px;
    text-decoration: underline;
  }

  .p-tech--wood__movie:hover {
    text-decoration: none;
  }

  .slide_wood_position {
    border-bottom: 1px solid #0B346E;
    padding-bottom: 21px;
  }
}


/*	environment
--------------------------------------*/
.top #environment .c-headingWrap {
  background-color: #DEE3DC;
}

.top #environment .c-headingWrap .c-secondaryHeading {
  color: #2D6D4B;
}

.top #environment .c-headingWrap .c-secondaryHeading:before {
  background-color: #2D6D4B;
}

.top #environment .c-tertiaryHeading {
  border-bottom: 1px solid #1e7106;
  border-top-color: #1e7106;
  color: #2d6d4b;
}

.p-environment--activity__item {
  position: relative;
}

@media screen and (min-width:768px) {
  .p-environment--merit__items {
    margin-top: 20px;
  }
  
  .p-environment--merit__item:nth-child(n+2) {
    margin-top: 20px;
  }

  .p-environment--merit__itemInner {
    display: flex;
  }
  
  .p-environment--merit__text-s {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.2;
    letter-spacing: 0.5px;
  }

  .p-environment--merit__text-sm {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.83;
    letter-spacing: 0.6px;
  }
  
  .p-environment--merit__text-m {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 2.1px;
  }
  
  .p-environment--merit__text-l {
    color: #2D6D4B;
    font-size: 1.8rem;
    letter-spacing: 2.7px;
  }

  .p-environment--merit__heading {
    margin-right: -44px;
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }

  .p-environment--merit__heading>.c-quaternaryHeading {
    color: #2d6d4b;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.56;
    letter-spacing: 2.7px;
    margin-bottom: 30px;
    padding-left: 100px;
  }

  .p-environment--merit__heading>.c-quaternaryHeading>i {
    color: #484848;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.83;
    letter-spacing: 0.6px;
    margin-top: 8px;
  }

  .p-environment--merit__heading>figure {
    width: 500px;
  }

  .p-environment--merit__main {
    background-color: #fff;
    padding-bottom: 61px;
    padding-left: 144px;
    padding-top: 40px;
    max-width: 910px;
    width: 100%;
  }

  .p-environment--merit__mainInner {
    color: #2D6D4B;
    max-width: 600px;
    width: 100%;
  }

  .p-environment--merit__title {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 2.1px;
  }

  .p-environment--merit__labels {
    margin-top: 18px;
    overflow: hidden;
  }

  .p-environment--merit__labelsInner {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
    margin-left: -4.5px;
    margin-right: -4.5px;
  }

  .p-environment--merit__label {
    border-radius: 5px;
    border: solid 1px #1e7106;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 2.1px;
    margin-bottom: 10px;
    margin-left: 4.5px;
    margin-right: 4.5px;
    padding: 20px;
    text-align: center;
  }

  .p-environment--merit__textArea {
    border-bottom: 1px solid #1e7106;
    border-top: 1px solid #1e7106;
    margin-top: 30px;
    padding: 20px;
  }

  .p-environment--merit__textArea .p-environment--merit__text-m {
    line-height: 1.83;
  }

  .p-environment--merit__textArea .p-environment--merit__text-s+.p-environment--merit__text-m {
    margin-top: 20px;
  }

  .p-environment--merit__textArea .p-environment--merit__text-sm {
    margin-top: 5px;
  }

  .p-environment--merit__item:nth-child(2) .p-environment--merit__textArea .p-environment--merit__text-m+.p-environment--merit__text-m {
    margin-top: 20px;
  }

  .p-environment--merit__img {
    margin-bottom: 10px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 15px;
  }

  .p-environment--merit__sdg {
    margin-top: 30px;
  }

  .p-environment--merit__icon {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -5px;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 20px;
  }

  .p-environment--merit__icon>li {
    height: 70px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    width: 70px;
  }

  .p-environment--activity {
    margin-bottom: 60px;
  }

  .p-environment--activity-cycle {
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 20px 100px;
  }

  .p-environment--activity-cycle__img {
    margin-right: 40px;
    max-width: 400px;
    width: 100%;
  }

  .p-environment--activity-cycle__title {
    color: #2d6d4b;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.56;
    letter-spacing: 2.7px;
    margin-bottom: 9px;
  }

  .p-environment--activity-cycle__text {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.83;
    letter-spacing: 0.6px;
  }

  .p-environment--activity__items {
    border-bottom: 1px solid #2D6D4B;
    display: flex;
    flex-wap: wrap;
  }

  .p-environment--activity__item {
    border-right: 1px solid #2D6D4B;
    border-top: 1px solid #2D6D4B;
    width: 25%;
  }

  .p-environment--activity__item:nth-child(4n) {
    border-right: none;
  }

  .p-environment--activity__item>a {
    text-decoration: none;
  }

  .p-environment--activity__img>figure {
    overflow: hidden;
    position: relative;
  }

  .p-environment--activity__img>figure:after {
    background-image: url(../img/arrow01.svg);
    background-size: contain;
    bottom: 6px;
    content: "";
    height: 25px;
    position: absolute;
    right: 10px;
    width: 25px;
  }

  .p-environment--activity__img>figure>img {
    transition: .5s;
  }

  .p-environment--activity__item>a:hover .p-environment--activity__img>figure>img {
    transform: scale(1.07);
  }

  .p-environment--activity__caption {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.2;
    letter-spacing: 0.5px;
    padding-right: 10px;
    text-align: right;
  }

  .p-environment--activity__textGroup {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: -5px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 330px;
  }

  .p-environment--activity__title {
    color: #2d6d4b;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 2.1px;
    margin-bottom: 20px;
  }

  .p-environment--activity__text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.83;
    letter-spacing: 0.3px;
  }

  .p-environment--activity__bottomGroup {
    display: flex;
    align-items: flex-end;
    margin-top: 20px;
  }

  .p-environment--activity__illust {
    height: 70px;
    margin-right: 11px;
  }

  .p-environment--activity__label {
    border: solid 1px #1e7106;
    border-radius: 5px;
    color: #1e7106;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.38;
    letter-spacing: 0.4px;
    padding: 6px 18px;
  }

  .p-environment--activity .slide_position {
    display: none;
  }

  .p-environment--vision {
    border-bottom: 1px solid #2d6d4b;
  }

  .p-environment--vision__inner {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1055px;
    width: 100%;
  }

  .p-environment--vision__img {
    max-width: 342px;
    width: 100%;
  }
  .p-environment--vision__img>figure {
    overflow: hidden;
    position: relative;
  }

  .p-environment--vision__img>figure:after {
    background-image: url(../img/arrow01.svg);
    background-size: contain;
    bottom: 26px;
    content: "";
    height: 25px;
    position: absolute;
    right: 10px;
    width: 25px;
  }

  .p-environment--vision__img>figure>img {
    transition: .5s;
    margin: 20px 0;
  }

  .p-environment--vision>a:hover .p-environment--vision__img>figure>img {
    transform: scale(1.07);
  }

  .p-environment--vision__texts {
    padding-left: 20px;
    width: 100%;
  }

  .p-environment--vision__title {
    color: #2d6d4b;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 2.1px;
    margin-bottom: 20px;
  }

  .p-environment--vision__text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.83;
    letter-spacing: 0.3px;
    margin-top: 20px;
  }
}

.line-tight {
  line-height: 1.2;
}

.p-environment--vision__title-sm {
  font-size: 1.4rem;
}

.p-environment--vision__text-sm {
  font-size: 1.2rem;
  font-weight: 500;
}


@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .p-environment--merit__heading>.c-quaternaryHeading {
    padding-left: 7.32068vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .p-environment--merit__heading>.c-quaternaryHeading {
    padding-left: 80px;
  }
}

@media screen and (max-width:767px) {
  .top #environment {
    padding-bottom: 0;
  }

  .top #environment .c-tertiaryHeading {
    margin-top: 20px;
  }

  .p-environment--merit__items {
    margin-bottom: 27px;
    margin-top: 20px;
  }
  
  .p-environment--merit__item:nth-child(n+2) {
    margin-top: 20px;
  }
  
  .p-environment--merit__text-s {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.5px;
  }

  .p-environment--merit__text-sm {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.83;
    letter-spacing: 0.6px;
  }
  
  .p-environment--merit__text-m {
    line-height: 1.57;
    letter-spacing: 2.1px;
  }
  
  .p-environment--merit__text-l {
    font-size: 1.8rem;
    letter-spacing: 2.7px;
  }

  .p-environment--merit__heading {
    margin-bottom: -103px;
    position: relative;
    z-index: 1;
  }

  .p-environment--merit__heading>.c-quaternaryHeading {
    color: #2d6d4b;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.56;
    letter-spacing: 2.7px;
    margin-bottom: 20px;
    padding-left: 38px;
  }

  .p-environment--merit__heading>.c-quaternaryHeading>i {
    color: #484848;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.83;
    letter-spacing: 0.6px;
    margin-top: 8px;
  }

  .p-environment--merit__heading>figure {
    padding-left: 38px;
    padding-right: 38px;
  }

  .p-environment--merit__main {
    background-color: #fff;
    padding-bottom: 42px;
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 138px;
  }

  .p-environment--merit__mainInner {
    color: #2D6D4B;
    max-width: 600px;
    width: 100%;
  }

  .p-environment--merit__title {
    font-size: 1.6rem;
    letter-spacing: 2.1px;
    font-weight: bold;
  }

  .p-environment--merit__labels {
    margin-top: 18px;
    overflow: hidden;
  }

  .p-environment--merit__labelsInner {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
    margin-left: -4.5px;
    margin-right: -4.5px;
  }

  .p-environment--merit__label {
    border-radius: 5px;
    border: solid 1px #1e7106;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    line-height: 1.69;
    letter-spacing: 1.95px;
    margin-bottom: 10px;
    margin-left: 4.5px;
    margin-right: 4.5px;
    padding: 10px;
    text-align: center;
  }

  .p-environment--merit__textArea {
    border-bottom: 1px solid #1e7106;
    border-top: 1px solid #1e7106;
    margin-top: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .p-environment--merit__textArea .p-environment--merit__text-sm,
  .p-environment--merit__textArea .p-environment--merit__text-s {
    /* color: #484848; */
  }

  .p-environment--merit__textArea .p-environment--merit__text-m {
    line-height: 1.57;
    letter-spacing: 2.1px;
  }

  .p-environment--merit__textArea .p-environment--merit__text-s+.p-environment--merit__text-m {
    margin-top: 20px;
  }

  .p-environment--merit__textArea .p-environment--merit__text-sm {
    margin-top: 5px;
  }

  .p-environment--merit__item:nth-child(2) .p-environment--merit__textArea .p-environment--merit__text-m+.p-environment--merit__text-m {
    margin-top: 20px;
  }

  .p-environment--merit__img {
    margin-top: 20px;
    text-align: center;
  }

  .p-environment--merit__sdg {
    margin-top: 20px;
  }

  .p-environment--merit__icon {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -5px;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 20px;
  }

  .p-environment--merit__icon>li {
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    width: calc(25% - 10px);
  }

  .p-environment--merit__icon>li img {
    width: 100%;
  }

  .p-environment--activity {
    margin-bottom: 20px;
  }

  .p-environment--activity-cycle {
    background-color: #fff;
    padding: 38px;
  }

  .p-environment--activity-cycle__img {
    margin-right: 40px;
    max-width: 400px;
    width: 100%;
  }

  .p-environment--activity-cycle__title {
    color: #2d6d4b;
    font-size: 1.8rem;
    line-height: 1.56;
    letter-spacing: 2.7px;
    margin-bottom: 9px;
  }

  .p-environment--activity-cycle__texts {
    margin-top: 28px;
  }

  .p-environment--activity-cycle__text {
    font-size: 1.4rem;
    line-height: 1.83;
    letter-spacing: 0.6px;
  }

  .p-environment--activity__item {
    border-top: 1px solid #2D6D4B;
  }

  .p-environment--activity__item>a {
    text-decoration: none;
  }

  .p-environment--activity__img>figure {
    overflow: hidden;
    position: relative;
  }

  .p-environment--activity__img>figure:after {
    background-image: url(../img/arrow01.svg);
    background-size: contain;
    bottom: 14px;
    content: "";
    height: 25px;
    position: absolute;
    right: 10px;
    width: 25px;
  }

  .p-environment--activity__caption {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.2;
    letter-spacing: 0.5px;
    padding-right: 10px;
    text-align: right;
  }

  .p-environment--activity__textGroup {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: -20px;
    padding-bottom: 20px;
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 20px;
    min-height: 244px;
  }

  .p-environment--activity__texts {
    min-height: 115px;
  }

  .p-environment--activity__title {
    color: #2d6d4b;
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 2.1px;
    margin-bottom: 20px;
  }

  .p-environment--activity__text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.83;
    letter-spacing: 0.3px;
  }

  .p-environment--activity__bottomGroup {
    display: flex;
    align-items: flex-end;
    margin-top: 20px;
  }

  .p-environment--activity__illust {
    height: 70px;
    margin-right: 11px;
  }

  .p-environment--activity__label {
    border: solid 1px #1e7106;
    border-radius: 5px;
    color: #1e7106;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.38;
    letter-spacing: 0.4px;
    padding: 4px 12px;
  }

  .slide_activity_position {
    border-bottom: 1px solid #2d6d4b;
    padding-bottom: 21px;
  }

  #environment .slick-dots li.slick-active button:before {
      background-color: #2d6d4b;
  }
  
  .p-environment--vision {
    border-bottom: 1px solid #2d6d4b;
    margin-top: 20px;
  }
  .p-environment--vision__img>figure {
    overflow: hidden;
    position: relative;
  }

  .p-environment--vision__img>figure:after {
    background-image: url(../img/arrow01.svg);
    background-size: contain;
    bottom: 14px;
    content: "";
    height: 25px;
    position: absolute;
    right: 10px;
    width: 25px;
  }

  .p-environment--vision__texts {
    background-color: #fff;
    padding-bottom: 67px;
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 25px;
  }

  .p-environment--vision__title {
    color: #2d6d4b;
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 2.1px;
    margin-bottom: 20px;
  }

  .p-environment--vision__text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.2;
    letter-spacing: 0.5px;
    margin-top: 20px;
  }

  .line-tight {
  line-height: 1.2;
}
  .p-environment--vision__title__text-sm {
  font-size: 1.4rem;
}

}


/*	news(top page)
--------------------------------------*/
@media screen and (min-width:768px) {
  /* .top section#news {
    padding-bottom: 0;
  } */

  .top section#news .c-inner {
    max-width: 1000px;
  }

  .top #news .c-secondaryHeading {
    color: #8e354a;
    font-size: 2.1rem;
    font-weight: bold;
    letter-spacing: 3.15px;
    margin-bottom: 13px;
    text-align: center;
  }

  .top #news .c-button-01 {
    margin-top: 30px;
  }
}

@media screen and (max-width:767px) {
  .top section#news {
    margin-top: 43px;
    padding-bottom: 0;
    padding-top: 0;
    padding-bottom: 70px;
  }

  .top section#news .c-inner {
    background-color: #fff;
    margin-left: 38px;
    margin-right: 38px;
    width: initial;
  }

  .top #news .c-secondaryHeading {
    color: #8e354a;
    font-size: 2.1rem;
    font-weight: bold;
    letter-spacing: 3.15px;
    padding-top: 20px;
    text-align: center;
  }

  .top #news .c-news-items {
    background-color: transparent;
    padding-top: 20px;
  }

  .top #news .c-button-01 {
    margin-top: 30px;
  }
}

@media screen and (min-width:768px) {
  .top #news .news-category {
    background-color: #fff;
    padding: 0 20px 50px;
  }
  .top #news .news-category-nav {
    display: flex;
    justify-content: space-around;
  }
  .top #news .news-category-nav li{
    font-size: 1.3rem;
  }
  .top #news .news-category-nav li:nth-child(1) a{
    border-color: #8e354a;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    color: #8e354a;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 150px;
    min-height: 40px;
    padding: 0 20px;
    text-decoration: none;
    transition: 0.5s;
  }
  .top #news .news-category-nav li:nth-child(1) a:hover{
    background-color: #8e354a;
    color: #f2ede9;
    transition: 0.5s;
  }
  
  .top #news .news-category-nav li:nth-child(2) a{
    border-color: #0b346e;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    color: #0b346e;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 150px;
    min-height: 40px;
    padding: 0 20px;
    text-decoration: none;
    transition: 0.5s;
  }
  .top #news .news-category-nav li:nth-child(2) a:hover{
    background-color: #0b346e;
    color: #f2ede9;
    transition: 0.5s;
  }

  .top #news .news-category-nav li:nth-child(3) a{
    border-color: #2D6D4B;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    color: #2D6D4B;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 150px;
    min-height: 40px;
    padding: 0 20px;
    text-decoration: none;
    transition: 0.5s;
  }
  .top #news .news-category-nav li:nth-child(3) a:hover{
    background-color: #2D6D4B;
    color: #f2ede9;
    transition: 0.5s;
  }

  .top #news .news-category-nav li:nth-child(4) a{
    border-color: #77426d;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    color: #77426d;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 150px;
    min-height: 40px;
    padding: 0 20px;
    text-decoration: none;
    transition: 0.5s;
  }
  .top #news .news-category-nav li:nth-child(4) a:hover{
    background-color: #77426d;
    color: #f2ede9;
    transition: 0.5s;
  }

  .top #news .news-category-nav li:nth-child(5) a{
    border-color: #c7802a;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    color: #c7802a;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 150px;
    min-height: 40px;
    padding: 0 20px;
    text-decoration: none;
    transition: 0.5s;
  }
  .top #news .news-category-nav li:nth-child(5) a:hover{
    background-color: #c7802a;
    color: #f2ede9;
    transition: 0.5s;
  }

  .top #news .news-category-nav li:nth-child(6) a{
    border-color: #9d8267;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    color: #9d8267;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 150px;
    min-height: 40px;
    padding: 0 20px;
    text-decoration: none;
    transition: 0.5s;
  }
  .top #news .news-category-nav li:nth-child(6) a:hover{
    background-color: #9d8267;
    color: #f2ede9;
    transition: 0.5s;
  }
}

@media screen and (max-width:767px) {
  .top #news .news-category-nav {
    display: flex;
    flex-direction: column;
    background-color: #fff;
  }
  .top #news .news-category-nav li:nth-child(1) a{
    border-color: #8e354a;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    color: #8e354a;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: auto;
    min-height: 40px;
    padding: 0;
    margin: 0 10px 20px;
    text-decoration: none;
    transition: 0.5s;
  }
  .top #news .news-category-nav li:nth-child(1) a:hover{
    background-color: #8e354a;
    color: #f2ede9;
    transition: 0.5s;
  }
  
  .top #news .news-category-nav li:nth-child(2) a{
    border-color: #0b346e;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    color: #0b346e;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: auto;
    min-height: 40px;
    padding: 0;
    margin: 0 10px 20px;
    text-decoration: none;
    transition: 0.5s;
  }
  .top #news .news-category-nav li:nth-child(2) a:hover{
    background-color: #0b346e;
    color: #f2ede9;
    transition: 0.5s;
  }

  .top #news .news-category-nav li:nth-child(3) a{
    border-color: #2D6D4B;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    color: #2D6D4B;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: auto;
    min-height: 40px;
    padding: 0;
    margin: 0 10px 20px;
    text-decoration: none;
    transition: 0.5s;
  }
  .top #news .news-category-nav li:nth-child(3) a:hover{
    background-color: #2D6D4B;
    color: #f2ede9;
    transition: 0.5s;
  }

  .top #news .news-category-nav li:nth-child(4) a{
    border-color: #77426d;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    color: #77426d;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: auto;
    min-height: 40px;
    padding: 0;
    margin: 0 10px 20px;
    text-decoration: none;
    transition: 0.5s;
  }
  .top #news .news-category-nav li:nth-child(4) a:hover{
    background-color: #77426d;
    color: #f2ede9;
    transition: 0.5s;
  }

  .top #news .news-category-nav li:nth-child(5) a{
    border-color: #c7802a;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    color: #c7802a;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: auto;
    min-height: 40px;
    padding: 0;
    margin: 0 10px 20px;
    text-decoration: none;
    transition: 0.5s;
  }
  .top #news .news-category-nav li:nth-child(5) a:hover{
    background-color: #c7802a;
    color: #f2ede9;
    transition: 0.5s;
  }

  .top #news .news-category-nav li:nth-child(6) a{
    border-color: #9d8267;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    color: #9d8267;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: auto;
    min-height: 40px;
    padding: 0;
    margin: 0 10px 40px;
    text-decoration: none;
    transition: 0.5s;
  }
  .top #news .news-category-nav li:nth-child(6) a:hover{
    background-color: #9d8267;
    color: #f2ede9;
    transition: 0.5s;
  }
}