@charset "UTF-8";

/* ブレイクポイント
================================================================================================= */
/* color
========================================================================== */
/* font
========================================================================== */
.main-carbon-offset sub {
  position: relative;
  vertical-align: sub;
  font-size: 1.2rem;
  bottom: 4px;
  margin-right: 4px;
}

@media screen and (max-width: 640px) {
  .main-carbon-offset sub {
    margin-right: 2px;
  }
}

.carbonOffsetMainVisual {
  background-image: url("../img/carbon-offset-bg1.jpg.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  border-bottom: 4px solid #D9FFD1;
  padding-bottom: 200px;
}

@media screen and (max-width: 640px) {
  .carbonOffsetMainVisual {
    border-width: 2px;
  }
}

.carbonOffsetMainVisual::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(50%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(180deg, white 0, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0) 100%);
}

.carbonOffsetMainVisual__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 2;
  position: relative;
	padding-top: 3rem;
}

@media screen and (max-width: 1280px) {
  .carbonOffsetMainVisual__inner {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media screen and (max-width: 640px) {
  .carbonOffsetMainVisual__inner {
    padding-left: 5%;
    padding-right: 5%;
		padding-top: 0rem;
  }
}

.carbonOffsetMainVisual h1 {
  font-weight: 900;
  margin-bottom: 100px;
}

.carbonOffsetMainVisual h1 sub {
  bottom: 7px;
  margin-right: 4px;
}

@media screen and (max-width: 640px) {
  .carbonOffsetMainVisual h1 sub {
    bottom: 3px;
    margin-right: 2px;
  }
}

@media screen and (max-width: 640px) {
  .carbonOffsetMainVisual h1 {
    text-wrap: unset;
    font-size: 4vw;
    margin-bottom: 12vw;
    text-align: center;
    font-weight: 600;
  }
}

.carbonOffsetMainVisual__text {
  text-align: center;
  font-size: 4.2rem;
  font-weight: 900;
  color: #294D1B;
  max-width: 960px;
  margin: 0 auto 100px;
}

@media screen and (max-width: 640px) {
  .carbonOffsetMainVisual__text {
    font-size: 6vw;
    margin-bottom: 10vw;
  }

  .carbonOffsetMainVisual__text p {
    line-height: 1.4;
  }
}

.carbonOffsetMainVisual__text span,
.carbonOffsetMainVisual__text sub {
  display: inline-block;
  position: relative;
}

.carbonOffsetMainVisual__text span::before,
.carbonOffsetMainVisual__text sub::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  z-index: -1;
  -webkit-text-stroke: 0.2em #fff;
  -moz-text-stroke: 0.2em #fff;
  text-stroke: 0.2em #fff;
}

.carbonOffsetMainVisual__text sub {
  margin-right: 8px;
  font-weight: 900;
}

@media screen and (max-width: 640px) {
  .carbonOffsetMainVisual__text sub {
    margin-right: 4px;
  }
}

.carbonOffsetMainVisual__text sub::before {
  -webkit-text-stroke: 0.4em #fff;
  -moz-text-stroke: 0.4em #fff;
  text-stroke: 0.4em #fff;
}

.carbonOffsetMainVisual__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .carbonOffsetMainVisual__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
}

.carbonOffsetMainVisual__btns a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 900;
  padding: 20px 40px;
  font-size: 2rem;
  text-decoration: none;
  text-align: center;
  border: 2px solid #fff;
  position: relative;
}

@media screen and (max-width: 640px) {
  .carbonOffsetMainVisual__btns a {
    font-size: 4vw;
    padding: 10px 20px;
  }
}

.carbonOffsetMainVisual__btns a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 640px) {
  .carbonOffsetMainVisual__btns a:after {
    right: 20px;
    width: 8px;
    height: 8px;
  }
}

.carbonOffsetMainVisual__btns a:hover {
  background-color: #15270e;
}

.carbonOffsetMainVisual__btns a.rental {
  color: #333;
  background-color: rgba(255, 255, 255, 0.8);
}

.carbonOffsetMainVisual__btns a.contact {
  color: #fff;
}

.carbonOffsetAbout {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 80px 80px;
  position: relative;
  width: 1100px;
  max-width: 98%;
  margin-top: -100px;
}

@media screen and (max-width: 1280px) {
  .carbonOffsetAbout {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media screen and (max-width: 640px) {
  .carbonOffsetAbout {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 640px) {
  .carbonOffsetAbout {
    padding-left: 0;
    padding-right: 0;
  }
}

.carbonOffsetAbout::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  border: 4px solid #D9FFD1;
  background-color: #fff;
  border-radius: 12px 12px 0 0;
  border-bottom: none;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .carbonOffsetAbout::before {
    border-width: 2px;
  }
}

.carbonOffsetAbout__inner {
  position: relative;
  z-index: 2;
}

.carbonOffsetAbout__heading {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .carbonOffsetAbout__heading {
    margin-bottom: 20px;
  }
}

.carbonOffsetAbout__heading span {
  color: #7BC4C4;
  font-size: 1.4rem;
  font-weight: 900;
}

.carbonOffsetAbout__heading h2 {
  font-size: 3rem;
  font-weight: 900;
}

@media screen and (max-width: 640px) {
  .carbonOffsetAbout__heading h2 {
    font-size: 5vw;
  }
}

.carbonOffsetAbout__text {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #294D1B;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .carbonOffsetAbout__text {
    font-size: 4vw;
    padding: 0 5%;
    margin-bottom: 60px;
  }
}

.carbonOffsetAbout__step,
.carbonOffsetAbout__concept {
  background-color: #F5FFF3;
  margin: 20px 0;
  padding: 30px 20px;
  border-radius: 8px;
}

@media screen and (max-width: 640px) {

  .carbonOffsetAbout__step,
  .carbonOffsetAbout__concept {
    margin: 10px 0 50px;
    padding: 20px 2%;
  }
}

.carbonOffsetAbout__stepHeading,
.carbonOffsetAbout__conceptHeading {
  color: #1BA200;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {

  .carbonOffsetAbout__stepHeading,
  .carbonOffsetAbout__conceptHeading {
    font-size: 3.2vw;
    margin-bottom: 30px;
  }
}

.carbonOffsetWorkOn {
  background-color: #FFF9E5;
  padding: 0 0 80px;
}

.carbonOffsetWorkOn__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 0px;
  width: 1000px;
  max-width: 100%;
}

@media screen and (max-width: 1280px) {
  .carbonOffsetWorkOn__inner {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media screen and (max-width: 640px) {
  .carbonOffsetWorkOn__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.carbonOffsetWorkOn__heading {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .carbonOffsetWorkOn__heading {
    margin-bottom: 20px;
  }
}

.carbonOffsetWorkOn__heading span {
  color: #7BC4C4;
  font-size: 1.4rem;
  font-weight: 900;
}

.carbonOffsetWorkOn__heading h2 {
  font-size: 3rem;
  font-weight: 900;
}

@media screen and (max-width: 640px) {
  .carbonOffsetWorkOn__heading h2 {
    font-size: 5vw;
  }
}

.carbonOffsetWorkOn__text {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .carbonOffsetWorkOn__text {
    font-size: 4vw;
  }
}

.carbonOffsetWorkOn__images {
  opacity: 0;
  height: 18vw;
}

.carbonOffsetWorkOn__images.slick-initialized {
  opacity: 1;
  height: auto;
}

.carbonOffsetWorkOn__images img {
  border: 10px solid #fff;
}

@media screen and (max-width: 640px) {
  .carbonOffsetWorkOn__images img {
    border-width: 5px;
  }
}

.carbonOffsetWorkOn .slick-list {
  margin: 0 -15px;
}

@media screen and (max-width: 640px) {
  .carbonOffsetWorkOn .slick-list {
    margin: 0 -10px;
  }
}

.carbonOffsetWorkOn .slick-slide {
  margin: 0 15px;
}

@media screen and (max-width: 640px) {
  .carbonOffsetWorkOn .slick-slide {
    margin: 0 10px;
  }
}

.carbonOffsetSDGs {
  background-image: url("../img/carbon-offset-sdgs-bg.jpg.webp");
  background-size: cover;
  padding: 100px 0;
}

.carbonOffsetSDGs__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  width: 1000px;
  max-width: 100%;
  padding: 40px 80px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
}

@media screen and (max-width: 1280px) {
  .carbonOffsetSDGs__inner {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media screen and (max-width: 640px) {
  .carbonOffsetSDGs__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 640px) {
  .carbonOffsetSDGs__inner {
    max-width: 96%;
    padding: 20px 0px;
  }
}

.carbonOffsetSDGs__heading {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  background-image: url("../img/carbon-offset-sdgs-icon1.png.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 40px auto;
  padding-top: 45px;
}

@media screen and (max-width: 640px) {
  .carbonOffsetSDGs__heading {
    background-size: 30px auto;
    padding-top: 40px;
  }
}

.carbonOffsetSDGs__heading h2 {
  font-size: 3rem;
  font-weight: 900;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
  .carbonOffsetSDGs__heading h2 {
    font-size: 6vw;
  }
}

.carbonOffsetSDGs__heading span {
  font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
  .carbonOffsetSDGs__heading span {
    font-size: 4vw;
  }
}

.carbonOffsetSDGs__text {
  margin-bottom: 60px;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .carbonOffsetSDGs__text {
    font-size: 4vw;
    padding: 0 20px;
  }
}

.carbonOffsetSDGs__merit {
  margin-bottom: 40px;
}

.carbonOffsetSDGs__meritHeading {
  color: #1BA200;
  text-align: center;
  margin-bottom: 20px;
}

.carbonOffsetSDGs__meritItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.carbonOffsetSDGs__meritItem {
  width: 180px;
  aspect-ratio: 1;
  text-align: center;
  background-size: 32px, contain;
  background-repeat: no-repeat;
  background-position: top 20px center, center;
  color: #294D1B;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 64px;
}

@media screen and (max-width: 640px) {
  .carbonOffsetSDGs__meritItem {
    font-size: 3.4vw;
    background-size: 20px, contain;
    padding-top: 50px;
  }
}

.carbonOffsetSDGs__meritItem:nth-child(1) {
  background-image: url("../img/carbon-offset-sdgs-icon5.svg"), url("../img/carbon-offset-sdgs-icon2.png.webp");
}

.carbonOffsetSDGs__meritItem:nth-child(2) {
  background-image: url("../img/carbon-offset-sdgs-icon5.svg"), url("../img/carbon-offset-sdgs-icon3.png.webp");
}

.carbonOffsetSDGs__meritItem:nth-child(3) {
  background-image: url("../img/carbon-offset-sdgs-icon5.svg"), url("../img/carbon-offset-sdgs-icon4.png.webp");
}

.carbonOffsetSDGs__contact {
  background-color: #FFF9E5;
  border-radius: 15px;
  padding: 40px 20px;
}

@media screen and (max-width: 640px) {
  .carbonOffsetSDGs__contact {
    padding: 20px 10px;
    width: 96%;
    margin: 0 auto;
    border-radius: 10px;
  }
}

.carbonOffsetSDGs__contactText {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: 900;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .carbonOffsetSDGs__contactText {
    font-size: 4vw;
  }
}

.carbonOffsetSDGs__contactBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 480px;
  margin: 0 auto 30px;
  gap: 20px;
}

.carbonOffsetSDGs__contactBtn a {
  font-weight: 900;
  padding: 10px 40px;
  font-size: 2rem;
  text-decoration: none;
  text-align: center;
  border: 2px solid #fff;
  background-color: #1BA200;
  color: #fff;
  border: 2px solid #1BA200;
  position: relative;
}

@media screen and (max-width: 640px) {
  .carbonOffsetSDGs__contactBtn a {
    font-size: 4.6vw;
  }
}

.carbonOffsetSDGs__contactBtn a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.carbonOffsetSDGs__contactBtn a.contact {
  background-color: #fff;
  color: #1BA200;
}

.carbonOffsetSDGs__contactTel {
  color: #1BA200;
}

.carbonOffsetSDGs__contactTel span {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
}

.carbonOffsetSDGs__contactTel a {
  display: block;
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.carbonOffsetResult {
  margin-bottom: 100px;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  .carbonOffsetResult {
    margin-bottom: 50px;
    padding: 50px 0;
  }
}

.carbonOffsetResult__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 80px 80px 40px;
  max-width: 100%;
}

@media screen and (max-width: 1280px) {
  .carbonOffsetResult__inner {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media screen and (max-width: 640px) {
  .carbonOffsetResult__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 640px) {
  .carbonOffsetResult__inner {
    max-width: 96%;
    padding: 20px 0px;
  }
}

.carbonOffsetResult__heading {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .carbonOffsetResult__heading {
    margin-bottom: 20px;
  }
}

.carbonOffsetResult__heading span {
  color: #7BC4C4;
  font-size: 1.4rem;
  font-weight: 900;
}

.carbonOffsetResult__heading h2 {
  font-size: 3rem;
  font-weight: 900;
}

@media screen and (max-width: 640px) {
  .carbonOffsetResult__heading h2 {
    font-size: 5vw;
  }
}

.carbonOffsetResult__image {
  background-color: #F5FFF3;
  width: 1000px;
  max-width: 100%;
  padding: 40px 80px;
  border-radius: 15px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 640px) {
  .carbonOffsetResult__image {
    padding: 30px 20px 40px;
  }
}

.carbonOffsetResult__image img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .carbonOffsetResult__image img {
    max-width: 100%;
  }
}

.carbonOffsetResult__image small {
  display: block;
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
  .carbonOffsetResult__image small {
    display: none;
  }
}

/* カーボンオフセット証書モーダル用スタイル */
#carbonOffsetModal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#carbonOffsetModal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#carbonOffsetModal img {
  max-width: 90vw;
  max-height: 95vh;
  -webkit-box-shadow: 0 0 20px #000;
  box-shadow: 0 0 20px #000;
}

#carbonOffsetModalClose {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 2.5rem;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
}