@charset "UTF-8";.p-head-pan {
  align-items: center;
  color: #647576;
  display: flex;
  gap: calc(10.4 / 375 * 100vw);
  padding-left: calc(20 / 375 * 100vw);
  padding-top: 90px;
}
.p-head-pan p {
  font-family: "Noto Sans JP", serif;
  font-size: calc(10 / 375 * 100vw);
  font-weight: 300;
  letter-spacing: 0.78px;
  line-height: 1.4615384615;
}
.p-head-pan > p {
  align-items: center;
  display: inline-flex;
  gap: calc(10 / 375 * 100vw);
}
.p-head-pan > p::before {
  aspect-ratio: 6.6/7.6;
  background-image: url("../images/p-head-pan_arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: calc(7.6 / 375 * 100vw);
  width: calc(6.6 / 375 * 100vw);
}

.p-head-contents {
  background-image: url("../images/p-head-contents_bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 20px;
  padding-bottom: calc(306 / 1366 * 100vw);
  position: relative;
}

.p-head-contents__img {
  aspect-ratio: 847/420;
  border-radius: 20px 0 0 25px;
  overflow: hidden;
  width: 50%;
}

.p-head-contents__text {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: calc(2 / 1366 * 100vw);
  padding-left: calc(20 / 375 * 100vw);
  padding-top: calc(20 / 375 * 100vw);
}
.p-head-contents__text > h1 {
  -webkit-text-stroke: 0.5px #fff;
  font-size: calc(18 / 375 * 100vw);
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.45;
}
.p-head-contents__text > p {
  font-family: "Lato", sans-serif;
  font-size: calc(10 / 375 * 100vw);
  letter-spacing: 4.2px;
  line-height: 1.35;
}

.p-head-contents__pict {
  aspect-ratio: 357/268;
  left: calc(143 / 1366 * 100vw);
  overflow: hidden;
  position: absolute;
  top: calc(190 / 1366 * 100vw);
  width: calc(357 / 1366 * 100vw);
}
.p-head-contents__pict img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-main {
  margin-top: calc(-30 / 375 * 100vw);
  position: relative;
}

.p-bg-square {
  background: #faf6f2;
  border-radius: 20px 20px 0 0;
}
.p-bg-square.p-bg-square--yellow {
  background-color: #ede99c;
}

.p-bg-cycle {
  background-image: url(../images/cycle-bg-head.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: calc(-180 / 1366 * 100vw);
  position: relative;
}
.p-bg-cycle::after {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), 1%, rgb(249, 245, 241) 1%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-bg-forest {
  background-image: url(../images/bg_forest.png);
  background-position: center top;
  background-repeat: repeat;
  background-size: cover;
}

.p-bg-moko {
  background-image: url(../images/bg_moko.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: calc(-100 / 1366 * 100vw);
}

.p-title-set {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-title-en {
  color: #1a9f6a;
  font-family: "Lato", sans-serif;
  font-size: calc(12 / 375 * 100vw);
  letter-spacing: 4.2px;
  line-height: 1.35;
}

.p-title {
  -webkit-text-stroke: 0.5px #393939;
  color: #393939;
  font-size: calc(20 / 375 * 100vw);
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.45;
}

.p-title-head-intro {
  color: #1a9f6a;
  font-size: calc(20 / 375 * 100vw);
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.67;
}

.p-text-intro {
  color: #393939;
  font-size: calc(14 / 375 * 100vw);
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 2;
}

.p-section-title {
  align-items: center;
  border-bottom: solid 1.5px #d0d0d0;
  display: inline-flex;
  font-family: "Noto Sans JP", serif;
  font-size: calc(18 / 375 * 100vw);
  font-weight: 600;
  gap: calc(10 / 375 * 100vw);
  letter-spacing: 1.32px;
  line-height: 1.4545454545;
  padding-bottom: calc(22 / 1366 * 100vw);
  width: 100%;
}
.p-section-title::before {
  background: #1a9f6a;
  content: "";
  height: calc(17 / 375 * 100vw);
  width: calc(4 / 375 * 100vw);
}

.p-inline-cycle {
  align-items: center;
  display: inline-flex;
  gap: calc(10 / 375 * 100vw);
}
.p-inline-cycle::before {
  background: #1a9f6a;
  border-radius: 50%;
  content: "";
  flex-shrink: 0;
  height: calc(9 / 375 * 100vw);
  width: calc(9 / 375 * 100vw);
}

.l-contents-sidebar {
  display: none;
}

.l-contents-main {
  padding-inline: calc(20 / 375 * 100vw);
}

.c-section--cards {
  display: grid;
  gap: calc(20 / 375 * 100vw) calc(15 / 375 * 100vw);
  grid-template-columns: repeat(2, 1fr);
  margin-inline: auto;
  padding-inline: calc(20 / 375 * 100vw);
}
.c-section--cards .section__img {
  aspect-ratio: 345/229;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}
.c-section--cards .c-head-cycle > h3 {
  font-size: calc(14 / 375 * 100vw);
  letter-spacing: 1px;
  line-height: 1.45;
}
.c-section--cards .section__title {
  margin-top: calc(25 / 1366 * 100vw);
}
.c-section--cards p {
  font-family: "Noto Sans JP", serif;
  font-size: calc(14 / 375 * 100vw);
  font-weight: 500;
  letter-spacing: 1.28px;
  line-height: 2;
  margin-top: calc(18 / 1366 * 100vw);
}

.section__box {
  background-color: #fff;
  border: solid 5px #ede99e;
  border-radius: 10px;
  overflow: hidden;
}
.section__box .section__head {
  background-color: #ede99c;
  padding: calc(10 / 375 * 100vw) calc(20 / 375 * 100vw);
}
.section__box .section__head .section__title {
  align-items: center;
  color: #393939;
  display: inline-flex;
  font-size: calc(16 / 375 * 100vw);
  font-weight: 500;
  gap: calc(10 / 375 * 100vw);
  letter-spacing: 0.9px;
  line-height: 1.44;
}
.section__box .section__head .section__title::before {
  background: #1a9f6a;
  border-radius: 50%;
  content: "";
  height: calc(9 / 375 * 100vw);
  width: calc(9 / 375 * 100vw);
}
.section__box .section__wrap {
  padding: calc(25 / 375 * 100vw) calc(20 / 375 * 100vw);
}
.section__box .section__text {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  padding-block: calc(10 / 375 * 100vw);
  width: 100%;
}
.section__box .section__text:nth-last-child(1) {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.section__box .section__text p:nth-of-type(1) {
  align-items: center;
  color: #393939;
  display: flex;
  font-size: calc(14 / 375 * 100vw);
  font-weight: 500;
  font-weight: bold;
  line-height: 1.4;
}
.section__box .section__text p:nth-of-type(2) {
  font-family: "Noto Sans JP", serif;
  font-size: calc(14 / 375 * 100vw);
  line-height: 2.05;
}

.img-cover {
  position: relative;
  z-index: 1;
}
.img-cover::after {
  background: #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.1;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media (min-width: 1024px) {
  .p-head-pan {
    gap: calc(15.6 / 1366 * 100vw);
    padding-left: calc(48 / 1366 * 100vw);
    padding-top: 170px;
  }
  .p-head-pan p {
    font-size: calc(13 / 1366 * 100vw);
  }
  .p-head-pan > p {
    gap: calc(21.8 / 1366 * 100vw);
  }
  .p-head-pan > p::before {
    height: calc(7.6 / 1366 * 100vw);
    width: calc(6.6 / 1366 * 100vw);
  }
  .p-head-contents {
    background-position: center calc(35 / 1366 * 100vw);
    margin-top: 46.5px;
  }
  .p-head-contents__img {
    border-radius: 40px 0 0 50px;
    width: calc(847 / 1366 * 100vw);
  }
  .p-head-contents__text {
    padding-left: calc(102 / 1366 * 100vw);
    padding-top: calc(132 / 1366 * 100vw);
  }
  .p-head-contents__text > h1 {
    font-size: calc(40 / 1366 * 100vw);
  }
  .p-head-contents__text > p {
    font-size: calc(20 / 1366 * 100vw);
  }
  .p-main {
    margin-top: calc(-192 / 1366 * 100vw);
  }
  .p-bg-square {
    border-radius: 40px 40px 0 0;
  }
  .p-bg-cycle::after {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), 3%, rgb(249, 245, 241) 3%);
  }
  .p-title-en {
    font-size: calc(20 / 1366 * 100vw);
  }
  .p-title {
    font-size: calc(40 / 1366 * 100vw);
  }
  .p-title-head-intro {
    font-size: calc(30 / 1366 * 100vw);
  }
  .p-title-head-intro br {
    display: none;
  }
  .p-text-intro {
    font-size: calc(20 / 1366 * 100vw);
    line-height: 2.4;
  }
  .p-section-title {
    font-size: calc(22 / 1366 * 100vw);
    gap: calc(24 / 1366 * 100vw);
  }
  .p-section-title::before {
    height: calc(34 / 1366 * 100vw);
    width: calc(8 / 1366 * 100vw);
  }
  .p-inline-cycle {
    gap: calc(10.5 / 1366 * 100vw);
  }
  .p-inline-cycle::before {
    height: calc(18.6 / 1366 * 100vw);
    width: calc(18.6 / 1366 * 100vw);
  }
  .l-contents {
    display: grid;
    gap: calc(100 / 1366 * 100vw);
    grid-template-columns: 16% 68%;
  }
  .l-contents-sidebar {
    display: block;
  }
  .l-contents-sidebar .l-content-sidebar__wrap {
    left: 0;
    position: sticky;
    top: 200px;
  }
  .l-contents-sidebar .l-content-sidebar__title {
    border-bottom: 1px solid #2aa372;
    padding: 0 calc(23 / 1366 * 100vw) calc(18 / 1366 * 100vw);
  }
  .l-contents-sidebar .l-content-sidebar__title p {
    color: #2aa372;
    font-size: calc(18 / 1366 * 100vw);
    font-weight: 500;
    letter-spacing: 0.9px;
    line-height: 1.33;
  }
  .l-contents-sidebar .l-contents-sidebar__data {
    display: flex;
    flex-direction: column;
    gap: calc(15 / 1366 * 100vw);
    padding: calc(25 / 1366 * 100vw) calc(23 / 1366 * 100vw);
  }
  .l-contents-sidebar .l-contents-sidebar__data > .webgene-blog {
    display: flex;
    flex-direction: column;
    gap: calc(15 / 1366 * 100vw);
  }
  .l-contents-sidebar .l-contents-sidebar__data .data-tag--category {
    letter-spacing: 1.12px;
    min-width: 100%;
  }
  .l-contents-main {
    padding-inline: 0;
  }
  .c-section--cards {
    -moz-column-gap: calc(40 / 1366 * 100vw);
         column-gap: calc(40 / 1366 * 100vw);
    grid-template-columns: repeat(3, 1fr);
    padding-inline: 0;
    row-gap: calc(55 / 1366 * 100vw);
    width: calc(1115 / 1366 * 100vw);
  }
  .c-section--cards .section__img {
    border-radius: 40px;
  }
  .c-section--cards .c-head-cycle > h3 {
    font-size: calc(20 / 1366 * 100vw);
  }
  .c-section--cards p {
    font-size: calc(16 / 1366 * 100vw);
  }
  .section__box {
    border: solid 2.5px #ede99e;
  }
  .section__box .section__head {
    padding: calc(19 / 1366 * 100vw) calc(27 / 1366 * 100vw);
  }
  .section__box .section__head .section__title {
    font-size: calc(18 / 1366 * 100vw);
    gap: calc(10.5 / 1366 * 100vw);
  }
  .section__box .section__head .section__title::before {
    height: calc(18.6 / 1366 * 100vw);
    width: calc(18.6 / 1366 * 100vw);
  }
  .section__box .section__wrap {
    padding: calc(24 / 1366 * 100vw) calc(50 / 1366 * 100vw);
  }
  .section__box .section__text {
    display: grid;
    grid-template-columns: 43% 57%;
    margin-bottom: calc(14 / 1366 * 100vw);
    padding-block: 0;
    padding-bottom: calc(24 / 1366 * 100vw);
  }
  .section__box .section__text p:nth-of-type(1) {
    font-size: calc(15 / 1366 * 100vw);
    font-weight: normal;
    padding-left: calc(60 / 1366 * 100vw);
  }
  .section__box .section__text p:nth-of-type(2) {
    font-size: calc(15 / 1366 * 100vw);
  }
}