@charset "UTF-8";
.maxWidth {
  min-width: calc(1500px + 60px);
  max-width: calc(1500px + 60px);
  padding-inline: 30px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .maxWidth {
    min-width: initial !important;
    max-width: initial !important;
  }
}

.standardWidth {
  min-width: calc(1200px + 60px);
  max-width: calc(1200px + 60px);
  padding-inline: 30px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .standardWidth {
    min-width: initial !important;
    max-width: initial !important;
  }
}

.maxWidth_NoGap {
  min-width: 1500px;
  max-width: 1500px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .maxWidth_NoGap {
    min-width: initial !important;
    max-width: initial !important;
  }
}

.standardWidth_NoGap {
  min-width: 1200px;
  max-width: 1200px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .standardWidth_NoGap {
    min-width: initial !important;
    max-width: initial !important;
  }
}

sub {
  position: relative;
  bottom: -0.6em;
  font-size: 50%;
  letter-spacing: 0.1em;
  vertical-align: bottom;
}

br.spBr {
  display: none;
}
@media (max-width: 768px) {
  br.spBr {
    display: block;
  }
}

br.hyde {
  display: block;
}
@media (max-width: 768px) {
  br.hyde {
    display: none;
  }
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

html, body, div, span, form, label,
p, dl, dt, dd, ol, ul, li, address,
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
}

a:link, a:visited, a:hover, a:active {
  color: #3F4E4A;
}

a:hover {
  color: #3F4E4A;
}

ul, ol, li {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  color: #333;
}

address {
  font-style: normal;
}

article {
  container-type: inline-size;
  container-name: frameContainer;
}

.__width-full {
  width: 100%;
}

.__width-fit {
  width: fit-content;
}

.mskImg {
  mask-image: url("../images/mask.svg");
  mask-repeat: no-repeat;
  mask-position: 3% 0;
  mask-size: auto 100%;
}
@media (max-width: 768px) {
  .mskImg {
    mask-image: none;
  }
}

header {
  position: relative;
  width: 100%;
  margin-inline: auto;
}

.mainTitleArea {
  position: relative;
  width: 1500px;
  margin-inline: auto;
}
@media (max-width: 1500px) {
  .mainTitleArea {
    width: 100% !important;
    min-width: initial !important;
    max-width: none !important;
  }
}

.mainTitleArea .titleText {
  position: absolute;
  top: 64.935%;
  left: 10%;
  z-index: 300;
  font-size: clamp(1.875rem, 0.0389344262rem + 3.83vw, 3.625rem);
  line-height: 1;
  color: #fafafa;
  text-shadow: 0px 3px 6px rgba(49, 49, 49, 0.3);
  letter-spacing: 0.03em;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 768px) {
  .mainTitleArea .titleText {
    top: 76.2741%;
    left: 5%;
    font-size: clamp(1.3125rem, 0.2986641221rem + 4.33vw, 2.375rem);
  }
}

.mainTitleArea .infoText {
  position: absolute;
  top: 75.9149%;
  left: 11.8666%;
  z-index: 300;
  font-size: clamp(0.625rem, -0.0307377049rem + 1.37vw, 1.25rem);
  line-height: clamp(1.125rem, -0.0553278689rem + 2.46vw, 2.25rem);
  color: #fff;
  text-shadow: 0px 3px 6px rgba(49, 49, 49, 0.3);
  letter-spacing: 0.05em;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 768px) {
  .mainTitleArea .infoText {
    top: 81.7223%;
    left: 7.46666%;
    width: 84%;
    font-size: clamp(0.625rem, 0.2671755725rem + 1.53vw, 1rem);
    line-height: clamp(1.125rem, 0.5286259542rem + 2.54vw, 1.75rem);
  }
  .mainTitleArea .infoText br {
    display: none;
  }
}

.mainTitleImage {
  display: block;
  width: 1500px;
}
@media (max-width: 1500px) {
  .mainTitleImage {
    width: 100% !important;
    min-width: initial !important;
    max-width: none !important;
  }
  .mainTitleImage img {
    width: 100%;
    height: auto;
  }
}

.titleImage {
  will-change: animation, transform;
  transform: scale(1.05);
  animation-name: animation;
  animation-duration: 8s;
  animation-timing-function: ease-out;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}

@keyframes animation {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.titleDiagonally:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  min-width: 1500px;
  content: "";
  height: 754px;
  margin-block-start: 7px;
  background-color: #54A380;
  transform: skewY(-6.6deg);
}
@media (max-width: 1500px) {
  .titleDiagonally:before {
    content: none;
  }
}

.mainCaptionArea {
  position: relative;
  margin-block-start: 90px;
  font-size: 1.5625rem;
  line-height: 3.4375rem;
  color: #004b30;
  letter-spacing: 0.05em;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 1500px) {
  .mainCaptionArea {
    width: 100% !important;
    min-width: initial !important;
    max-width: none !important;
  }
}
@media (max-width: 768px) {
  .mainCaptionArea {
    width: 100%;
    margin-block-start: 40px;
  }
}

.keywordBox,
.captionText {
  color: #004B30;
  text-align: center;
}
@media (max-width: 768px) {
  .keywordBox,
  .captionText {
    font-size: clamp(0.9375rem, 0.3411259542rem + 2.54vw, 1.5625rem);
    line-height: clamp(2rem, 0.9265267176rem + 4.58vw, 3.125rem);
  }
}

.keywordBox {
  position: relative;
  margin-block-end: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .keywordBox {
    display: block;
    width: fit-content;
    margin-inline: auto;
  }
}

.keywordText1 {
  display: inline-block;
  font-size: 2.6875rem;
  line-height: 1;
  color: #004b30;
  letter-spacing: 0.02em;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 768px) {
  .keywordText1 {
    font-size: clamp(1.5rem, 0.366889313rem + 4.83vw, 2.6875rem);
    line-height: clamp(2.875rem, 1.5629770992rem + 5.6vw, 4.25rem);
  }
}

.keywordText2 {
  display: inline-block;
  margin-inline-start: -20px;
  font-size: 1.5625rem;
  line-height: 1;
  color: #004b30;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .keywordText2 {
    position: absolute;
    right: 24px;
    bottom: 12px;
    font-size: clamp(0.9375rem, 0.3411259542rem + 2.54vw, 1.5625rem);
  }
}

.caption-leafRight {
  position: absolute;
  top: -140px;
  right: -108px;
  z-index: -1;
}
@media (max-width: 768px) {
  .caption-leafRight {
    top: -53px;
    right: -160px;
  }
  .caption-leafRight img {
    width: 40%;
  }
}

.caption-leafLeft {
  position: absolute;
  bottom: -250px;
  left: -100px;
}
@media (max-width: 768px) {
  .caption-leafLeft {
    bottom: -63px;
    left: -14px;
  }
  .caption-leafLeft img {
    width: 40%;
  }
}

.topBackBtn {
  position: fixed;
  right: 33px;
  bottom: 140px;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
}
@media (max-width: 768px) {
  .topBackBtn {
    right: 10px;
    bottom: 120px;
  }
  .topBackBtn img {
    width: 42px;
    height: auto;
  }
}

.topBackBtn.Show {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.openCloseBtnArea {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}
@media (max-width: 1500px) {
  .openCloseBtnArea {
    width: 100% !important;
    min-width: initial !important;
    max-width: none !important;
  }
}
@media (max-width: 768px) {
  .openCloseBtnArea {
    top: 0;
    right: 0;
    left: initial;
    transform: translate(0, 0);
  }
}

.openClose {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 120px;
  height: 120px;
  cursor: pointer;
  background-color: #FFFFFF;
  border: none;
}
@media (max-width: 768px) {
  .openClose {
    width: 60px;
    height: 60px;
  }
}

.btnOpen.btnOpen {
  background-color: #488E5B;
}

.openClose.btnOpen:after,
.openClose.btnOpen:before {
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  content: "";
  background-color: #ffffff;
  border-radius: 3px;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .openClose.btnOpen:after,
  .openClose.btnOpen:before {
    width: 30px;
    height: 2px;
  }
}

.openClose.btnOpen:before {
  top: initial;
  right: 30px;
  bottom: 47px;
  left: initial;
  width: 35px;
  transform: rotate(0);
}
@media (max-width: 768px) {
  .openClose.btnOpen:before {
    right: 15px;
    bottom: 25px;
    width: 15px;
  }
}

.openClose.btnOpen:after {
  top: 47px;
  right: 30px;
  left: initial;
  transform: rotate(0);
}
@media (max-width: 768px) {
  .openClose.btnOpen:after {
    top: 25px;
    right: 15px;
  }
}

.openClose:after,
.openClose:before {
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  content: "";
  background-color: #488E5B;
  border-radius: 3px;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .openClose:after,
  .openClose:before {
    width: 30px;
    height: 2px;
  }
}

.openClose:before {
  top: 60px;
  left: 30px;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .openClose:before {
    top: 30px;
    left: 15px;
  }
}

.openClose:after {
  top: 60px;
  left: 30px;
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .openClose:after {
    top: 30px;
    left: 15px;
  }
}

.menuArea {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 900;
  width: 400px;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  background-color: #488E5B;
  opacity: 0;
  transition: opacity 0.3s, height 0.3s, visibility 0s ease 0.3s;

}

.menuArea.is-show {
  height: 720px;
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
@media (max-width: 768px) {
  .menuArea.is-show {
    height: 425px;
  }
}

.menuList {
  width: 100%;
  margin-block-start: 120px;
  margin-inline: auto;
  text-align: center;
}
@media (max-width: 768px) {
  .menuList {
    margin-block-start: 60px;
  }
}
.menuList li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 50px;
  font-size: 2.2rem;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.01em;
  cursor: pointer;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 768px) {
  .menuList li {
    height: 105px;
    font-size: 2.1875rem;
  }
}

.containerArea {
  position: relative;
  padding-top: 70px;
  margin-top: -70px;
}
@media (max-width: 1500px) {
  .containerArea {
    width: 100% !important;
    min-width: initial !important;
    max-width: none !important;
  }
}
@media (max-width: 768px) {
  .containerArea {
    width: 100%;
  }
}

.keywordArea {
  position: relative;
  width: 100%;
  margin-block-start: 230px;
}

.keywordArea:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  min-width: 1500px;
  content: "";
  height: 1495px;
  margin-block-start: 58px;
  background-color: #16fb16;
  transform: skewY(17deg);
}

.keyword_mainTitle {
  width: fit-content;
  margin-inline: auto;
  font-size: 8.75rem;
  line-height: 1;
  color: #77A884;
  text-align: center;
  letter-spacing: 0.01em;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
}
.keyword_mainTitle span {
  display: inline-block;
  padding-inline: 10px;
  margin-inline: -10px;
}
@media (max-width: 768px) {
  .keyword_mainTitle {
    font-size: clamp(2.6875rem, -3.0973282443rem + 24.68vw, 8.75rem);
  }
}

.keyword_mainTitle-text {
  width: fit-content;
  margin-block-start: 28px;
  margin-inline: auto;
  font-size: 1.375rem;
  color: #656363;
  letter-spacing: 0.05em;
  filter: "blur(0)";
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 600;
}
.keyword_mainTitle-text span {
  display: inline-block;
}
@media (max-width: 768px) {
  .keyword_mainTitle-text {
    font-size: clamp(1rem, 0.6421755725rem + 1.53vw, 1.375rem);
    line-height: 1.75rem;
    text-align: center;
  }
}

.keyword_subTitle {
  margin-block-start: 150px;
  font-size: 2.5rem;
  line-height: 1;
  color: #77baa1;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 768px) {
  .keyword_subTitle {
    margin-block-start: 80px;
    font-size: clamp(1.375rem, 0.3015267176rem + 4.58vw, 2.5rem);
    line-height: clamp(2rem, 0.4494274809rem + 6.62vw, 3.625rem);
  }
}

.keyword_subTitle:nth-of-type(1) {
  margin-block-start: 180px;
}
@media (max-width: 768px) {
  .keyword_subTitle:nth-of-type(1) {
    margin-block-start: 80px;
  }
}

.keyword_subText {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 500;
  margin-block-start: 40px;
  font-size: 1.25rem;
  line-height: 2.25rem;
  color: #3F4E4A;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .keyword_subText {
    margin-block-start: 20px;
    font-size: clamp(0.875rem, 0.6364503817rem + 1.02vw, 1.125rem);
    line-height: 1.8125rem;
    text-align: left;
  }
}

.keywordPhoto {
  display: block;
  margin-block-start: 80px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .keywordPhoto {
    width: 100%;
    margin-block-start: 30px;
  }
}

@media (max-width: 768px) {
  .keywordArea.__impression {
    margin-block-start: 100px;
  }
}

.keywordArea.__impression:before {
  height: 1495px;
  margin-block-start: 140px;
  background-color: #f4f8f4;
  transform: skewY(17deg);
}
@media (max-width: 768px) {
  .keywordArea.__impression:before {
    height: 910px;
    margin-block-start: 290px;
  }
}

.keyword_mainTitle.__impression {
  color: #77A884;
}

.keyword_mainTitle-text.__impression {
  margin-block-start: 50px;
  color: #656363;
}
@media (max-width: 768px) {
  .keyword_mainTitle-text.__impression {
    margin-block-start: 26px;
  }
}

.keyword_subTitle.__impression {
  color: #3F4E4A;
}

.keyword_subText.__impression {
  color: #3F4E4A;
}

.keywordArea.__sustainable {
  margin-block-start: 400px;
}
@media (max-width: 768px) {
  .keywordArea.__sustainable {
    margin-block-start: 200px;
  }
}

.keywordArea.__sustainable:before {
  height: 1180px;
  margin-block-start: -130px;
  background-color: #f3f6f7;
  transform: skewY(-17deg);
}
@media (max-width: 768px) {
  .keywordArea.__sustainable:before {
    height: 760px;
  }
}

.keyword_mainTitle.__sustainable {
  color: #83A1A7;
}

.keyword_mainTitle-text.__sustainable {
  margin-block-start: 40px;
  color: #656363;
}
@media (max-width: 768px) {
  .keyword_mainTitle-text.__sustainable {
    margin-block-start: 26px;
  }
}

.keyword_subTitle.__sustainable {
  color: #3F4E4A;
}

.keyword_subText.__sustainable {
  color: #3F4E4A;
}

p.keyword_subText.__sustainable:last-of-type {
  margin-block-start: 19px;
}

.keyword_subText.__sustainable.__Well-being {
  font-size: 1.125rem;
  line-height: 1.875rem;
}
@media (max-width: 768px) {
  .keyword_subText.__sustainable.__Well-being {
    font-size: clamp(0.75rem, 0.5114503817rem + 1.02vw, 1rem);
    line-height: 1.5rem;
  }
}

.sustaInfoBox {
  padding-block: 130px;
  padding-inline: 100px;
  margin-block-start: 170px;
  background-color: #f6f8f9;
}
@media (max-width: 1500px) {
  .sustaInfoBox {
    width: 100% !important;
    min-width: initial !important;
    max-width: none !important;
  }
}
@media (max-width: 768px) {
  .sustaInfoBox {
    width: 100%;
    padding-block: 60px;
    padding-inline: 18px;
    margin-block-start: 80px;
  }
}

.sustaInfoTitle {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1;
  color: #3F4E4A;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .sustaInfoTitle {
    font-size: clamp(1.25rem, 0.6536259542rem + 2.54vw, 1.875rem);
    letter-spacing: 0.03em;
  }
}

.sustaInfoText {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 500;
  margin-block-start: 20px;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #3F4E4A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .sustaInfoText {
    margin-block-start: 14px;
    font-size: clamp(0.875rem, 0.6364503817rem + 1.02vw, 1.125rem);
    line-height: 1.625rem;
  }
}

.sustaInfoPhoto {
  display: block;
  width: fit-content;
  margin-block-start: 6px;
  margin-inline-start: auto;
  text-align: right;
}
@media (max-width: 768px) {
  .sustaInfoPhoto {
    width: 100%;
    margin-block-start: 36px;
  }
}

.verticalTypeBox:not(:first-of-type) {
  margin-block-start: 150px;
}
@media (max-width: 768px) {
  .verticalTypeBox:not(:first-of-type) {
    margin-block-start: 60px;
  }
}

.verticalTypeBox:nth-of-type(3) .sustaInfoPhoto {
  margin-block-start: 36px;
}

.horizontal-rightTypeBox {
  display: grid;
  grid-template-areas: "photo text";
  grid-template-columns: auto 1fr;
  grid-column-gap: 30px;
  margin-block-start: 150px;
}
@media (max-width: 768px) {
  .horizontal-rightTypeBox {
    grid-template-areas: "text" "photo";
    grid-template-columns: initial;
    grid-column-gap: 0;
    margin-block-start: 60px;
  }
}
.horizontal-rightTypeBox .cardBox {
  grid-area: text;
}
.horizontal-rightTypeBox .sustaInfoPhoto {
  grid-area: photo;
}

.horizontal-leftTypeBox {
  display: grid;
  grid-template-areas: "text photo";
  grid-template-columns: 1fr auto;
  grid-column-gap: 30px;
  margin-block-start: 150px;
}
@media (max-width: 768px) {
  .horizontal-leftTypeBox {
    grid-template-areas: "text" "photo";
    grid-template-columns: initial;
    grid-column-gap: 0;
    margin-block-start: 60px;
  }
}
.horizontal-leftTypeBox .cardBox {
  grid-area: text;
}
.horizontal-leftTypeBox .sustaInfoPhoto {
  grid-area: photo;
}

.keywordArea.__nature {
  margin-block-start: 400px;
}
@media (max-width: 768px) {
  .keywordArea.__nature {
    margin-block-start: 200px;
  }
}

.keywordArea.__nature:before {
  height: 1095px;
  margin-block-start: -90px;
  background-color: #fbf5f2;
  transform: skewY(17deg);
}
@media (max-width: 768px) {
  .keywordArea.__nature:before {
    height: 745px;
    margin-block-start: 155px;
  }
}

.keywordArea.__nature:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  min-width: 1500px;
  content: "";
  height: 745px;
  margin-block-start: 2028px;
  background-color: #fbf5f2;
  transform: skewY(-17deg);
}
@media (max-width: 768px) {
  .keywordArea.__nature:after {
    height: 505px;
    margin-block-start: 915px;
  }
}

.keyword_mainTitle.__nature {
  color: #A2927F;
}

.keyword_mainTitle-text.__nature {
  margin-block-start: 40px;
  color: #656363;
}
@media (max-width: 768px) {
  .keyword_mainTitle-text.__nature {
    margin-block-start: 26px;
  }
}

.keyword_subTitle.__nature {
  color: #3F4E4A;
}

.keyword_subText.__nature {
  color: #3F4E4A;
}

.naturePhotoText {
  margin-block-start: 20px;
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 768px) {
  .naturePhotoText {
    margin-block-start: 13px;
    font-size: clamp(0.8125rem, 0.5143129771rem + 1.27vw, 1.125rem);
    line-height: 1.625rem;
  }
}

.carbonNeutralArea {
  width: 100%;
  min-width: 1500px;
  margin-block-start: 400px;
  background-color: #f4f8f4;
}
@media (max-width: 1500px) {
  .carbonNeutralArea {
    min-width: initial;
  }
}
@media (max-width: 768px) {
  .carbonNeutralArea {
    min-width: initial;
    margin-block-start: 100px;
  }
}

.CNeutralArea {
  position: relative;
  width: 1000px;
  padding-block: 150px;
  margin-inline: auto;
}
@media (max-width: 1500px) {
  .CNeutralArea {
    width: 100%;
    padding-inline: 40px;
  }
}
@media (max-width: 768px) {
  .CNeutralArea {
    width: 100%;
    padding-block: 60px;
    padding-inline: 28px;
  }
}

.CNeutral_Title {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 2.8125rem;
  line-height: 4.25rem;
  color: #1A4E24;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .CNeutral_Title {
    font-size: clamp(1.5rem, 0.2476145038rem + 5.34vw, 2.8125rem);
    line-height: 2.5rem;
    letter-spacing: 0.01em;
  }
}

.CNeutral_Text {
  margin-block-start: 92px;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2rem;
  color: #3F4E4A;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .CNeutral_Text {
    margin-block-start: 28px;
    font-size: clamp(0.875rem, 0.5171755725rem + 1.53vw, 1.25rem);
    line-height: 1.6875rem;
    letter-spacing: 0.02em;
  }
}

.CNeutral-cardBox {
  margin-block-start: 92px;
}
@media (max-width: 768px) {
  .CNeutral-cardBox {
    margin-block-start: 40px;
  }
}

.CNeutral-card {
  display: grid;
  grid-template-areas: "title text";
  grid-column-gap: 40px;
}
@media (max-width: 768px) {
  .CNeutral-card {
    display: block;
  }
}

.CNeutral-card:nth-of-type(2) {
  margin-block-start: 80px;
}
@media (max-width: 768px) {
  .CNeutral-card:nth-of-type(2) {
    margin-block-start: 70px;
  }
}

.targetTitle {
  display: flex;
  flex-flow: row nowrap;
  grid-area: title;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 200px;
  font-size: 1.875rem;
  line-height: 2.875rem;
  color: #1A4E24;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #e5f0e4;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 768px) {
  .targetTitle {
    width: 100%;
    height: 100px;
    font-size: clamp(1.375rem, 0.8979007634rem + 2.04vw, 1.875rem);
    line-height: 2.125rem;
  }
}

.targetInfoText {
  grid-area: text;
}

.targetInfo-title {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2rem;
  color: #004b30;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .targetInfo-title {
    margin-block-start: 20px;
    font-size: clamp(0.9375rem, 0.6393129771rem + 1.27vw, 1.25rem);
    line-height: 1.5625rem;
    letter-spacing: 0.03em;
  }
}

.targetInfo-text {
  margin-block-start: 18px;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #3F4E4A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .targetInfo-text {
    font-size: clamp(0.8125rem, 0.6335877863rem + 0.76vw, 1rem);
    line-height: 1.5rem;
    letter-spacing: 0.02em;
  }
}
.targetInfo-text sub {
  bottom: -0.7em;
}
.targetInfo-text span {
  display: block;
  margin-block-start: 10px;
}

.CNeutral-leaf {
  position: absolute;
  top: 160px;
  right: -255px;
}

.sliderArea {
  width: 100%;
  min-width: 1500px;
  height: auto;
}
@media (max-width: 768px) {
  .sliderArea {
    min-width: initial;
  }
}

.swiper {
  /*スライダーの幅と高さを調整*/
  width: 100%;
  height: auto;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-slide {
  width: 300px !important;
  height: auto !important;
}
@media (max-width: 768px) {
  .swiper-slide {
    width: 195px !important;
    height: 195px !important;
  }
}

.swiper-slide img {
  width: auto;
  height: 100%;
}

footer {
  margin-block-start: 130px;
}
@media (max-width: 1500px) {
  footer {
    width: 100% !important;
    min-width: initial !important;
    max-width: none !important;
    padding-inline: 60px !important;
  }
}
@media (max-width: 768px) {
  footer {
    width: 100%;
  }
}

.footerArea {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  height: 400px;
}
@media (max-width: 768px) {
  .footerArea {
    flex-flow: column nowrap;
    height: auto;
  }
}

.companyBox {
  display: grid;
  grid-template-areas: "logo logo" "address address" "privacy copyright";
  grid-column-gap: 40px;
}
@media (max-width: 768px) {
  .companyBox {
    grid-template-areas: "privacy" "logo" "address" "copyright";
    order: 2;
    margin-block-start: 30px;
  }
}

.company_logo {
  grid-area: logo;
}
@media (max-width: 768px) {
  .company_logo {
    order: 2;
    margin-block-start: 50px;
  }
}

.company_address {
  grid-area: address;
  margin-block-start: 22px;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #3F4E4A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .company_address {
    text-align: center;
  }
}

.privacyPolicy,
.copyright_text {
  margin-block-start: 25px;
  font-size: 0.6875rem;
  line-height: 1;
  color: #3F4E4A;
  letter-spacing: 0.05em;
}

.privacyPolicy {
  grid-area: privacy;
}
@media (max-width: 768px) {
  .privacyPolicy {
    margin-block-start: 0;
    text-align: center;
  }
}

.copyright_text {
  grid-area: copyright;
}
@media (max-width: 768px) {
  .copyright_text {
    margin-block-end: 42px;
    text-align: center;
  }
}

.contactBox {
  text-align: center;
}
@media (max-width: 768px) and (max-width: 768px) {
  .contactBox {
    order: 1;
  }
}
.contactBox button {
  margin-block-start: 18px;
  cursor: pointer !important;
  background-color: transparent;
  border: none;
}
.contactBox .contact_text {
  margin-block-start: 27px;
  font-size: 1.25rem;
  line-height: 2.3125rem;
  color: #3F4E4A;
  letter-spacing: 0.05em;
}
.contactBox .contact_text span {
  color: #169A52;
}

.constructionArea {
  width: 100%;
  padding-inline: 30px;
}

.constructionLink {
  display: block;
  width: fit-content;
  margin-inline: auto;
  text-decoration: none;
}

.example-link {
  box-sizing: border-box;
  display: flex;
  width: 800px;
  margin: 104px auto 0;
  color: #707070;
  background: #FFF;
  border: 1px solid #707070;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 768px) {
  .example-link {
    display: block;
    width: 88%;
    margin-top: 50px;
  }
}
.example-link figure {
  width: 325px;
}
@media (max-width: 768px) {
  .example-link figure {
    width: 100%;
  }
}
.example-link .casestudy {
  width: 475px;
  padding-top: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .example-link .casestudy {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
}
.example-link .casestudy em {
  display: block;
  width: 100%;
  font-size: 13px;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .example-link .casestudy em {
    font-size: 12px;
  }
}
.example-link .casestudy h3 {
  width: 100%;
  margin-top: 12px;
  font-size: 32px;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 768px) {
  .example-link .casestudy h3 {
    font-size: 20px;
  }
}

.example-link:hover {
  opacity: 0.6;
}
