@charset "UTF-8";

/* ------------------------------------------------- *
   Base
------------------------------------------------- */
* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: #000;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

/* ------------------------------------------------- *
   Header
------------------------------------------------- */
.p-header {
  background: #000;
}

.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 12px 16px;
}

.p-header__logo {
  display: flex;
  align-items: center;
}

.p-header__logo__img {
  width: 170px;
}

.p-header__product {
  margin-left: auto;
}

.p-header__product__img {
  width: 90px;
}

/* ------------------------------------------------- *
   Hero
------------------------------------------------- */
.p-hero {
  background: url(../images/esg/header_bg.png) 25% center / cover no-repeat;
  padding: 30px 20px;
  background-position: 37%;
}

.p-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
}

.p-hero__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.p-hero__logo {
  width: 220px;
  max-width: 70%;
}

.p-hero__logo--pc {
  display: none;
}

.p-hero__en {
  width: 100%;
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  text-transform: capitalize;
}

.p-hero__en__line {
  display: block;
  overflow-wrap: break-word;
}

.p-hero__en em {
  font-style: normal;
  font-weight: 900;
  color: #3b7745;
}

.p-hero__copy {
  width: 100%;
  overflow-wrap: break-word;
  color: #000;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.6;

}

/* ------------------------------------------------- *
   Lead
------------------------------------------------- */
.p-lead {
  padding: 40px 20px;
}

.p-lead__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  max-width: 1252px;
  margin: 0 auto;
}

.p-lead__text {
  text-align: center;
  font-size: 15px;
  line-height: 1.9;
}

.p-lead__text strong {
  color: #3b7745;
  font-weight: 800;
}

/* ------------------------------------------------- *
   Button (outline)
------------------------------------------------- */
.c-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 380px;
  height: 56px;
  padding: 0 20px 0 28px;
  border: 1px solid #3b7745;
  background-color: #fff;
  transition: all 0.2s ease;
}

@media (hover: hover) {
  .c-btn-outline:hover {
    background-color: #3b7745;
  }

  .c-btn-outline:hover .c-btn-outline__label {
    color: #fff;
  }

  .c-btn-outline:hover .c-btn-outline__icon::after {
    background-color: #fff;
  }
}

.c-btn-outline__label {
  color: #3b7745;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  transition: color 0.2s ease;
}

.c-btn-outline__icon {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.c-btn-outline__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 8px;
  background-color: #3b7745;
  transition: background-color 0.2s ease;
  mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212.32%22 height=%228.21%22 viewBox=%220 0 12.32 8.21%22%3E%3Cpath d=%22M0 2.64L6.16 8.21L12.32 2.64V0L6.16 5.57L0 0V2.64Z%22 fill=%22%233B7745%22/%3E%3C/svg%3E');
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212.32%22 height=%228.21%22 viewBox=%220 0 12.32 8.21%22%3E%3Cpath d=%22M0 2.64L6.16 8.21L12.32 2.64V0L6.16 5.57L0 0V2.64Z%22 fill=%22%233B7745%22/%3E%3C/svg%3E');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  transform: translate(-50%, -50%);
}

/* ------------------------------------------------- *
   Issue
------------------------------------------------- */
.p-issue {
  background: url(../images/esg/bg_top6_1.png) center 100% / auto 180% no-repeat;
  padding: 40px 20px 10px;
}

.p-issue__inner {
  max-width: 1252px;
  margin: 0 auto;
}

.p-issue__title {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}

.p-issue__lead {
  margin: 16px 0 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.9;
  text-align: center;
}

.p-issue__cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 32px 0;
}

.p-issue__card {
  width: 100%;
  max-width: 340px;
  padding: 20px;
  border-radius: 15px;
  background: #fff;
}

.p-issue__card__num {
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}

.p-issue__card__num span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.p-issue__card__title {
  margin: 14px 0 0;
  color: #3b7745;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.p-issue__card__text {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.8;
}

/* ------------------------------------------------- *
   Coverage
------------------------------------------------- */
.p-coverage {
  padding: 60px 20px;
}

.p-coverage__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 936px;
  margin: 0 auto;
}

.p-coverage__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.p-coverage__logo {
  width: 220px;
}

.p-coverage__subtitle {
  margin: 10px 0 0;
  font-size: 22px;
  font-weight: 900;
  text-align: center;
}

.p-coverage__subtitle2 {
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.p-coverage__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.p-coverage__text strong {
  font-weight: 700;
}

.p-coverage__image {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.p-coverage .c-btn-solid{
  margin-top:20px;
}

/* ------------------------------------------------- *
   Button (solid)
------------------------------------------------- */
.c-btn-solid {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 300px;
  height: 56px;
  padding: 0 20px 0 28px;
  border: 1px solid #3b7745;
  background-color: #3b7745;
  transition: all 0.2s ease;
}

@media (hover: hover) {
  .c-btn-solid:hover {
    background-color: #fff;
  }

  .c-btn-solid:hover .c-btn-solid__label {
    color: #3b7745;
  }

  .c-btn-solid:hover .c-btn-solid__icon::after {
    background-color: #3b7745;
  }
}

.c-btn-solid__label {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  transition: color 0.2s ease;
}

.c-btn-solid__icon {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.c-btn-solid__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 8px;
  background-color: #fff;
  transition: background-color 0.2s ease;
  mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212.32%22 height=%228.21%22 viewBox=%220 0 12.32 8.21%22%3E%3Cpath d=%22M0 2.64L6.16 8.21L12.32 2.64V0L6.16 5.57L0 0V2.64Z%22 fill=%22%23fff%22/%3E%3C/svg%3E');
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212.32%22 height=%228.21%22 viewBox=%220 0 12.32 8.21%22%3E%3Cpath d=%22M0 2.64L6.16 8.21L12.32 2.64V0L6.16 5.57L0 0V2.64Z%22 fill=%22%23fff%22/%3E%3C/svg%3E');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  transform: translate(-50%, -50%) rotate(-90deg);
}

/* ------------------------------------------------- *
   Reason
------------------------------------------------- */
.p-reason {
  background: #ecf2ec;
  padding: 40px 20px;
}

.p-reason__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1252px;
  margin: 0 auto;
}

.p-reason__head {
  text-align: center;
  margin-bottom: 24px;
}

.p-reason__title {
  margin: 0;
  font-size: 24px;
  font-weight: 900;
}

.p-reason__subtitle {
  margin: 8px 0 0;
  color: #666;
  font-size: 14px;
  font-weight: 600;
}

.p-reason__diagram {
  width: 100%;
  max-width: 940px;
  height: auto;
  padding: 10px;
  background-color: #fff;
}

.p-reason__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  padding: 24px 0;
}

.p-reason__card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  padding: 24px 20px;
  border-radius: 15px;
  background: #fff;
}

.p-reason__card__label {
  margin: 0;
  color: #3b7745;
  font-size: 16px;
  font-weight: 700;
}

.p-reason__card__title2 {
  margin: 8px 0 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.p-reason__card__body {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.6;
}

.p-reason__card__image {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

/* ------------------------------------------------- *
   Case
------------------------------------------------- */
.p-case {
  padding: 60px 20px;
}

.p-case__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1252px;
  margin: 0 auto;
  text-align: center;
}

.p-case__title {
  margin: 0;
  font-size: 24px;
  font-weight: 900;
}

.p-case__subtitle {
  margin: 8px 0 0;
  font-size: 16px;
}

.p-case__line {
  width: 100%;
  max-width: 940px;
  margin: 24px 0 0;
  border: none;
  border-top: 1px solid #3B7745;
}

.p-case__company {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

.p-case__company__logo {
  width: 260px;
  height: auto;
}

.p-case__company__name {
  margin: 0;
  color: #666;
  font-size: 14px;
  font-weight: 700;
}

.p-case__quote {
  margin-top: 20px;
}

.p-case__quote__title {
  margin: 0;
  color: #3b7745;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.p-case__quote__text {
  margin: 12px 0 0;
  color: #666;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}

.p-case__cols {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  margin-top: 24px;
}

.p-case__col {
  border: 1px solid #ccc;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  padding: 15px;
  text-align: left;
}

.p-case__col__title {
  margin: 0 0 10px;
  color: #3b7745;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.p-case__col__list {
  margin: 0;
  padding-left: 20px;
  font-size: 13px;
  line-height: 1.6;
}

.p-case__col__list li + li {
  margin-top: 6px;
}

.c-btn-solid--wide {
  max-width: 420px;
  margin-top: 24px;
}

/* ------------------------------------------------- *
   Guide
------------------------------------------------- */
.p-guide {
  display: flex;
  justify-content: center;
  padding: 60px 20px;
  background: url(../images/esg/bg_top8_1.png) center / cover no-repeat;
}

.p-guide__panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  width: 100%;
  max-width: 940px;
  padding: 40px 24px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.9);
}

.p-guide__title {
  margin: 0;
  color: #3b7745;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}

.p-guide__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

.p-guide__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}

/* ------------------------------------------------- *
   Contact
------------------------------------------------- */
.p-contact {
  padding: 60px 20px;
}

.p-contact__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 966px;
  margin: 0 auto;
}

.p-contact__title {
  margin: 0;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}

.p-contact__form {
  width: 100%;
}

.p-contact__form iframe {
  display: block;
  width: 100%;
  height: 1000px;
  border: none;
}

/* ------------------------------------------------- *
   Footer
------------------------------------------------- */
.p-footer2 {
  border-top: 1px solid #dcdcdc;
  background: #fff;
}

.p-footer2__inner {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}

.p-footer2__block1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.p-footer2__logo {
  width: 240px;
}

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

.p-footer2__address {
  font-size: 16px;
  line-height: 1.8;
  font-style: normal;
}

.p-footer2__copy {
  margin-top: 40px;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  line-height: 2.4;
  text-align: center;
}

/* ------------------------------------------------- *
   768px以上
------------------------------------------------- */
@media (min-width: 768px) {
  .p-header__inner {
    justify-content: space-between;
    gap: 16px;
    padding: 16px 40px;
  }

  .p-header__logo__img {
    width: 324px;
  }

  .p-header__product__img {
    width: 160px;
  }

  .p-hero {
    height: 320px;
    padding: 0 64px;
    display: flex;
    align-items: center;
    background-position: 37%;
  }

  .p-hero__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    text-align: left;
    width:1200px;
  }

  .p-hero__main {
    width: auto;
    flex-shrink: 0;
    align-items: flex-start;
  }

  .p-hero__logo {
    width: 376px;
  }

  .p-hero__logo--sp {
    display: none;
  }

  .p-hero__logo--pc {
    display: block;
  }

  .p-hero__en {
    width: auto;
    color: #000;
    font-size: 22px;
  }

  .p-hero__en em {
    color: #3b7745;
  }

  .p-hero__copy {
    flex: 1;
    text-align: right;
    font-size: 30px;
    color:#fff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  }

  .p-lead {
    padding: 60px 40px;
  }

  .p-lead__text {
    font-size: 18px;
    line-height: 2;
  }

  .c-btn-outline {
    width: 400px;
    padding: 0 32px 0 32px;
  }

  .c-btn-outline__label {
    font-size: 16px;
  }

  .p-issue {
    padding: 60px 40px 10px;
  }

  .p-issue__title {
    font-size: 36px;
  }

  .p-issue__lead {
    margin-top: 20px;
    font-size: 18px;
  }

  .p-issue__cards {
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 36px;
    padding: 40px 0;
  }

  .p-issue__card {
    width: 290px;
  }

  .p-issue__card__title {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5em;
  }

  .p-coverage {
    padding: 100px 40px;
  }

  .p-coverage__title {
    font-size: 20px;
  }

  .p-coverage__logo {
    width: 348px;
  }

  .p-coverage__subtitle {
    margin-top: 20px;
    font-size: 30px;
  }

  .p-coverage__subtitle2 {
    margin-top: 0px;
    font-size: 22px;
  }

  .p-coverage__text {
    font-size: 18px;
    line-height: 1.6;
  }

  .p-coverage__image {
    margin-top: 40px;
  }

  .c-btn-solid {
    width: auto;
    padding: 0 32px;
  }

  .c-btn-solid__label {
    font-size: 16px;
  }

  .p-reason {
    padding: 60px 40px;
  }

  .p-reason__title {
    font-size: 30px;
  }

  .p-reason__subtitle {
    font-size: 18px;
  }

  .p-reason__diagram {
    padding: 40px;
  }

  .p-reason__list {
    padding: 40px 0 60px;
  }

  .p-reason__card {
    flex-direction: row;
    align-items: center;
    gap: 40px;
    width: 940px;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 25px;
  }

  .p-reason__card__text {
    flex: 1;
  }

  .p-reason__card__image {
    width: 300px;
    flex-shrink: 0;
  }

  .p-case {
    padding: 100px 40px;
  }

  .p-case__title {
    font-size: 30px;
  }

  .p-case__subtitle {
    font-size: 20px;
  }

  .p-case__company {
    flex-direction: row;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
  }
  .p-case__company__name {
    margin-top: 5px;
  }

  .p-case__quote {
    margin-top: 30px;
  }

  .p-case__quote__title {
    font-size: 26px;
  }

  .p-case__quote__text {
    font-size: 22px;
  }

  .p-case__cols {
    flex-direction: row;
    width: 940px;
    max-width: 100%;
    margin: 40px auto 20px;
    gap: 20px;
  }

  .p-case__col {
    flex: 1;
  }

  .p-guide {
    padding: 100px 40px;
  }

  .p-guide__panel {
    padding: 60px 40px;
  }

  .p-guide__title {
    font-size: 28px;
  }

  .p-guide__text {
    font-size: 16px;
    line-height: 2;
  }

  .p-guide__btns {
    flex-direction: row;
    width: 100%;
    gap: 40px;
  }

  .p-guide__btns .c-btn-outline,
   .p-guide__btns .c-btn-solid{
    width: calc((100% - 40px) / 2);
    max-width:100%;
    margin: 0 auto;
  }

  .p-contact {
    padding: 100px 40px;
  }

  .p-contact__title {
    font-size: 30px;
  }

  .p-contact__form iframe {
    height: 1149px;
  }

  .p-footer2__inner {
    width: 940px;
  }

  .p-footer2__block1 {
    flex-direction: row;
    justify-content: space-between;
  }
}
