@charset "UTF-8";

@media screen and (min-width: 769px) {
  .tpl-modal--sp::after {
    content: none !important;
  }
}

@media screen and (max-width: 768px) {
  .zeh_img01 {
    width: 100%;
    max-width: 190px;
    margin-left: auto;
    margin-right: auto;
  }
}
.article_zeh02 .tpl-article__aside {
  width: 17.39%;
}
@media screen and (max-width: 768px) {
  .article_zeh02 .tpl-article__aside {
    width: 100%;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
  }
}
.tpl-card__notes.tr {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .tpl-card__notes.tr {
    text-align: left;
  }
}
.tpl-card__notes.tr_all {
  text-align: right;
}
.tpl-card__notes .space {
  display: inline-block;
  width: 4.5em;
}
@media screen and (max-width: 768px) {
  .tpl-card__notes .space {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .zeh_kurashi {
    row-gap: 20px;
  }
}
.zeh_kurashi .tpl-card p {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #fff;
  padding: 38px 0px;
  box-sizing: border-box;
}
@media screen and (max-width: 1016px) {
  .zeh_kurashi .tpl-card p {
    font-size: 1.57vw;
  }
}
@media screen and (max-width: 768px) {
  .zeh_kurashi .tpl-card p {
    font-size: 16px;
    padding-block: 15px;
  }
}
.zeh_kurashi .txt_orange {
  background-color: #eeb94d;
}
.zeh_kurashi .txt_green {
  background-color: #8fc31f;
}
.zeh_kurashi .txt_blue {
  background-color: #459de2;
}
.zeh_kurashi .tpl-card p .text-child {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.zeh_kurashi .tpl-card p .text-child::before {
  content: '';
  display: block;
  width: 26px;
  height: 27px;
  background: center/contain no-repeat;
  z-index: 0;
}
.zeh_kurashi .tpl-card .txt_orange .text-child::before {
  background-image: url(../images/zeh_icon01.svg);
}
.zeh_kurashi .tpl-card .txt_green .text-child::before {
  background-image: url(../images/zeh_icon02.svg);
}
.zeh_kurashi .tpl-card .txt_blue .text-child::before {
  background-image: url(../images/zeh_icon03.svg);
}
@media screen and (max-width: 768px) {
  .zeh_kurashi .tpl-card p .text-child {
    gap: 10px;
  }
  .zeh_kurashi .tpl-card p .text-child::before {
    width: 19px;
    height: 20px;
  }
}
.zeh_dannetsu {
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.zeh_dannetsu figure figcaption {
  text-align: center;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .zeh_dannetsu figure figcaption {
    font-size: 16px;
  }
}
.zeh_dannetsu figure figcaption span {
  display: block;
  font-size: 0.77em;
  font-weight: 400;
  margin-top: 5px;
}
.tpl-headline__subcopy.tl {
  text-align: left;
}
.zeh_img05 {
  width: 100%;
  max-width: 263px;
  margin-left: auto;
  margin-right: auto;
}
.zeh_img06 {
  width: 100%;
  max-width: 209px;
  margin-left: auto;
  margin-right: auto;
}
.zeh_stack01 .tpl-label--emphasis {
  padding: 20px 0px;
}
@media screen and (max-width: 768px) {
  .zeh_stack01 .tpl-label--emphasis {
    padding: 15px;
  }
}
.article_zeh14 {
  justify-content: space-between;
}
.article_zeh14 .tpl-article__body {
  width: 49.44%;
  padding-right: 0px;
  flex: none;
}
@media screen and (max-width: 768px) {
  .article_zeh14 .tpl-article__body {
    width: 100%;
  }
}
.article_zeh14 .tpl-article__aside {
  width: 44.44%;
}
@media screen and (max-width: 768px) {
  .article_zeh14 .tpl-article__aside {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.article_zeh16 {
  justify-content: space-between;
}
.article_zeh16 .tpl-article__body {
  /* width: 58.69%; */
  padding-right: 0px;
  /* flex: none; */
}
@media screen and (max-width: 768px) {
  .article_zeh16 .tpl-article__body {
    width: 100%;
  }
}
.article_zeh16 .tpl-article__aside {
  /* width: 28.26%; */
  width: calc(380 / 916 * 100%);
}
@media screen and (max-width: 768px) {
  .article_zeh16 .tpl-article__aside {
    width: 100%;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
.vb {
  font-size: 0.5em;
}

@media screen and (max-width: 768px) {
  .tpl-pt-0 {
    padding-top: 0;
  }
}

/* override
---------------------------------------------- */
.tpl-section--true-white02::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translate(-50%);
  background-color: #F8F7F6;
  content: "";
}

.roundText {
  background-color: #fff;
  border-radius: 50vw;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.75;
  padding: 1em;
  text-align: center;
}
* + .roundText {
  margin-top: 1em;
}

.sectionText-15 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.graTitle {
  display: flex;
  align-items: center;
  column-gap: 1em;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2;
  padding: 15px 30px;
  background: linear-gradient(0deg, #F8F7F6 0%, #E5E1DD 100%);
}
.graTitle--row {
  background: linear-gradient(270deg, #F8F7F6 0%, #E5E1DD 100%);
}
.graTitle img {
  width: 70px;
}

.tpl-footer__notes[data-ta="right"] {
  text-align: right;
}

.tpl-cover__box {
  color: #fff;
  position: absolute;
  bottom: 15%;
  left: 0;
  z-index: 1;
}

.tpl-article__title--en {
  font-size: 27px;
  letter-spacing: 0.07em;
}

@media screen and (min-width: 769px) {
  .tpl-article__title--large {
    font-size: 20px;
  }
  .tpl-footer__notes[data-pc-ta="right"] {
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  .tpl-headline--sp-center {
    text-align: center;
  }

  .tpl-cover__bg .tpl-footer__notes {
    padding-inline: 1em;
  }

  .roundText {
    font-size: 15px;
    border-radius: 16px;
  }

  .graTitle {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
  .graTitle img {
    width: 50px;
  }

  .tpl-cover__box {
    bottom: 7%;
  }
  .tpl-article__title--en {
    font-size: 20px;
  }
}

/* intro
---------------------------------------------- */
@media screen and (min-width: 769px) {
  .intro .tpl-card-row__body {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .intro .tpl-card__title {
    font-size: 13px;
    text-align: center;
  }
}

/* about
---------------------------------------------- */
.aboutText {
  margin-top: 2em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .aboutText {
    font-size: 13px;
    text-align: left;
  }
}

/* environment
---------------------------------------------- */
.environment .tpl-cover__bg {
  overflow: revert;
}
.environment .tpl-cover + * {
  padding-top: 100px;
}

@media screen and (min-width: 769px) {
  .environment .tpl-cover {
    min-height: revert;
    aspect-ratio: 916 / 548;
  }
}

/* future
---------------------------------------------- */
.future .tpl-article .tpl-article__header {
  flex: 1;
}
.future .tpl-article .tpl-article__body {
  flex: revert;
  width: 40%;
}

@media screen and (min-width: 769px) {
  .future .tpl-cover {
    min-height: revert;
    aspect-ratio: 916 / 624;
  }
  .future .tpl-cover__bg {
    left: calc(50% - 50vw);
  }
}

@media screen and (max-width: 768px) {
  .future .tpl-article .tpl-article__body {
    width: 100%;
  }
}

/* reduce
---------------------------------------------- */
.reduceBlock01 .tpl-article__body {
  max-width: 640px;
}

.reduceBlock02 .tpl-card-row__header {
  flex: 1;
  width: auto;
}
.reduceBlock02 .tpl-card-row__body {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .reduceBlock02 .tpl-card-row__body {
    width: 100%;
  }
  .reduce .tpl-footer__notes {
    margin-top: 30px;
  }

  .reduce .tpl-modal::after {
    width: 30px;
    height: 30px;
    top: 100%;
    bottom: auto;
  }
}