@charset "UTF-8";
.concreteFeature {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .concreteFeature {
    gap: 40px;
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .concreteFeature {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .concreteFeature {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .concreteFeature__item:first-child .photo {
    max-width: 443px;
  }
}
@media screen and (min-width: 768px) {
  .concreteFeature__item:nth-child(2) .photo {
    max-width: 765px;
  }
}
@media screen and (max-width: 768px) {
  .concreteFeature__item + .concreteFeature__item {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .concreteFeature__ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .concreteFeature__ttl {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .concreteFeature__ttl + .photo {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .concreteFeature__ttl + .photo {
    margin-top: 16px;
  }
}
.concreteFeature__ttl + .photo + .caption {
  color: #666464;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .concreteFeature__ttl + .photo + .caption {
    margin-top: 3px;
  }
}
.contentSect .largeHeadingCombi {
  max-width: none;
  max-width: initial;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contentSect .descriptionCard {
    width: 31.1698717949%;
  }
}
@media screen and (min-width: 768px) {
  .contentSect .descriptionCard--wide {
    align-items: flex-start;
    display: flex;
    gap: 40px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .contentSect .descriptionCard--wide .descriptionCard__head {
    width: calc((100% - 40px) * 389 / 1208);
  }
}
@media screen and (min-width: 768px) {
  .contentSect .descriptionCard--wide .descriptionCard__cont {
    width: calc((100% - 40px) * 819 / 1208);
  }
}
@media screen and (min-width: 768px) {
  .contentSect .descriptionCard--wide .descriptionCard__ttl {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .contentSect .descriptionCard--half {
    align-items: flex-start;
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .contentSect .descriptionCard--half .descriptionCard__head {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .contentSect .descriptionCard--half .descriptionCard__cont {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .contentSect .descriptionCard--reverse {
    align-items: flex-start;
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .contentSect .descriptionCard--reverse .descriptionCard__head {
    width: calc((100% - 40px) * 389 / 1208);
  }
}
@media screen and (min-width: 768px) {
  .contentSect .descriptionCard--reverse .descriptionCard__cont {
    width: calc((100% - 40px) * 819 / 1208);
  }
}
@media screen and (min-width: 768px) {
  .contentSect .descriptionCard--reverse .descriptionCard__ttl {
    padding-top: 0;
  }
}
.contentSect .descriptionCard__cont {
  margin-top: 0;
}
.contentSect .descriptionCard__ttl {
  font-weight: 600;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .contentSect .descriptionCard__ttl {
    margin-bottom: 19px;
    padding-bottom: 19px;
    padding-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .contentSect .descriptionCard__ttl {
    margin-bottom: 14px;
    padding-bottom: 12px;
    padding-top: 12px;
  }
}
.contentSect .descriptionCard__ttl:before {
  background-color: #8c9576;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contentSect .descriptionCard__ttl span {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .contentSect .descriptionCard__ttl span {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
}
.contentSect .descriptionCard__ttl .caption {
  color: #666;
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .contentSect .descriptionCard--ttlNarrow0 .descriptionCard__ttl span {
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  .contentSect .descriptionCard__txt {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .contentSect .descriptionCard__txt {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}
.contentSect .photo__capIn,
.contentSect .photo__capOut {
  text-align: right;
}
.contentSect__head .enTtl--heading {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .contentSect__head .enTtl--large {
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .contentSect__head .enTtl--large {
    font-size: 18px;
  }
}
.contentSect__head .heading {
  letter-spacing: 0.06em;
  /* .1emより調整 */
  text-indent: 0.06em;
}
@media screen and (max-width: 768px) {
  .contentSect__head .heading--large {
    line-height: 1.95;
  }
}
@media screen and (min-width: 768px) {
  .contentSect__head .enTtl + .heading {
    margin-top: 31px;
  }
}
@media screen and (max-width: 768px) {
  .contentSect__head .enTtl + .heading {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .contentSect__head .largeHeadingCombi .heading--intro + .txt {
    margin-top: 49px;
  }
}
@media screen and (max-width: 768px) {
  .contentSect__head .largeHeadingCombi .heading--intro + .txt {
    margin-top: 33px;
    text-align: left;
  }
}
.contentSect__head .heading + .txt {
  letter-spacing: 0.06em;
  /* .1emより調整 */
  text-indent: 0.06em;
}
@media screen and (max-width: 768px) {
  .contentSect__head .heading + .txt {
    font-size: 12px;
    text-indent: 0;
  }
}
.contentSect__head .txt {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .contentSect__cont {
    margin-top: 64px;
  }
}
@media screen and (max-width: 768px) {
  .contentSect__cont {
    margin-top: 64px;
  }
}
@media screen and (min-width: 768px) {
  * + .cardFigure {
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  * + .cardFigure {
    margin-top: 24px;
  }
}
.cardFigure .descriptionCard {
  width: auto;
}
@media screen and (min-width: 768px) {
  .cardFigure--center {
    margin-left: auto;
    margin-right: auto;
    max-width: 604px;
  }
}
.cardFigure--structure01 .descriptionCard__head {
  display: none;
}
@media screen and (min-width: 768px) {
  .cardFigure--structure01 .descriptionCardGroup + .cardFigure__layout {
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .cardFigure--structure01 .descriptionCardGroup + .cardFigure__layout {
    margin-top: 24px;
  }
}
.cardFigure--structure02 .descriptionCard__head {
  display: none;
}
@media screen and (min-width: 768px) {
  .cardFigure__layout {
    display: flex;
    justify-content: space-between;
  }
}
.cardFigure__images {
  display: flex;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .cardFigure__images {
    width: 48.3974358974%;
  }
}
@media screen and (min-width: 768px) {
  .cardFigure__images .cardFigure__image {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .cardFigure__images3 {
    display: flex;
    justify-content: space-between;
  }
}
.cardFigure__images3 .cardFigure__image {
  border: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .cardFigure__images3 .cardFigure__image {
    width: 31.1698717949%;
  }
}
@media screen and (max-width: 768px) {
  .cardFigure__images3 .cardFigure__image {
    margin-left: auto;
    margin-right: auto;
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .cardFigure__images3 .cardFigure__image + .cardFigure__image {
    margin-top: 12px;
  }
}
.cardFigure__box {
  background: #eaeae6;
}
@media screen and (min-width: 768px) {
  .cardFigure__box {
    align-items: center;
    display: flex;
    padding: min(2.22vw, 32px);
    width: 48.3974358974%;
  }
}
@media screen and (max-width: 768px) {
  .cardFigure__box {
    margin-top: 12px;
    padding: 20px 24px 22px;
  }
}
@media screen and (min-width: 768px) {
  .cardFigure__box .heading--default {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .cardFigure__box .heading--default {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .cardFigure__box .heading + .txt {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .cardFigure__box .heading + .txt {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  * + .cardGrid {
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  * + .cardGrid {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .cardGrid .descriptionCard {
    width: 48.3974358974%;
  }
}
@media screen and (max-width: 768px) {
  .cardGrid .descriptionCard {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .cardGrid .descriptionCard + .descriptionCard {
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .cardGrid--column {
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  .cardGrid--column .descriptionCardGroup {
    flex-direction: column;
    gap: 48px;
  }
}
.cardGrid--column .descriptionCardGroup .descriptionCard {
  display: flex;
}
@media screen and (min-width: 768px) {
  .cardGrid--column .descriptionCardGroup .descriptionCard {
    flex-direction: row-reverse;
    gap: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .cardGrid--column .descriptionCardGroup .descriptionCard {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .cardGrid--column .descriptionCardGroup .descriptionCard__head {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .cardGrid--column .descriptionCardGroup .descriptionCard:first-child .photo {
    width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .cardGrid--column + .cardFigure--structure01 {
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  * + .cardList {
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  * + .cardList {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .cardList .descriptionCardGroup {
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .cardList .descriptionCard {
    display: grid;
    grid-row: span 3;
    grid-template-rows: subgrid;
    width: auto;
  }
  .cardList .descriptionCard:nth-child(n+4) {
    margin-top: 48px;
  }
  .cardList .descriptionCard__cont {
    display: grid;
    grid-row: span 2;
    grid-template-rows: subgrid;
  }
}
@media screen and (max-width: 768px) {
  .cardList .descriptionCardGroup {
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  * + .featureGroup {
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  * + .featureGroup {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .featureGroup .descriptionCard:nth-of-type(n+2) {
    margin-top: 48px;
  }
}
.featureGroup--security01 .descriptionCard {
  width: auto;
}
@media screen and (min-width: 768px) {
  .featureGroup--security01 .descriptionCard {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .featureGroup--security01 .descriptionCard__head {
    width: 48.3974358974%;
  }
}
@media screen and (min-width: 768px) {
  .featureGroup--security01 .descriptionCard__cont {
    width: 48.3974358974%;
  }
}
@media screen and (min-width: 768px) {
  .featureGroup--security01 .descriptionCard__ttl {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .tripleGuard {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
}
@media screen and (min-width: 768px) {
  * + .tripleGuard {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  * + .tripleGuard {
    margin-top: 16px;
  }
}
.tripleGuard__heading {
  align-items: center;
  background: #59472b;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.3;
  position: relative;
}
@media screen and (min-width: 768px) {
  .tripleGuard__heading {
    min-height: 44px;
    padding: 5px 28px;
  }
}
@media screen and (max-width: 768px) {
  .tripleGuard__heading {
    font-size: 12px;
    min-height: 28px;
    padding: 4px 16px 3px 28px;
  }
}
.tripleGuard__heading:before {
  background: #d8d1c7;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}
.tripleGuard__heading:after {
  background: #d8d1c7;
  content: "";
  height: 100%;
  left: 8px;
  position: absolute;
  top: 0;
  width: 2px;
}
@media screen and (min-width: 768px) {
  .tripleGuard__left {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .tripleGuard__right {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .tripleGuard__right {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .tripleGuard__right .touchFigure {
    height: 240px;
    margin-left: 0;
    margin-right: 0;
    width: calc(100vw - 48px);
  }
}
@media screen and (max-width: 768px) {
  .tripleGuard__top {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .tripleGuard__top .touchFigure {
    height: 240px;
    margin-left: 0;
    margin-right: 0;
    width: calc(100vw - 48px);
  }
}
@media screen and (min-width: 768px) {
  .tripleGuard__wide {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .tripleGuard__wide {
    margin-top: 16px;
  }
}
.tripleGuard__box {
  background: #eaeae6;
}
@media screen and (min-width: 768px) {
  .tripleGuard__box {
    padding: 24px 32px;
  }
}
@media screen and (max-width: 768px) {
  .tripleGuard__box {
    padding: 16px 24px 14px;
  }
}
@media screen and (min-width: 768px) {
  .tripleGuard__layout {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .tripleGuard__first {
    display: flex;
    gap: 24px;
    justify-content: space-between;
    width: 50.6756756757%;
  }
}
@media screen and (min-width: 768px) {
  .tripleGuard__txt {
    flex: 1;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .tripleGuard__txt {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}
.tripleGuard__photo {
  width: 160px;
}
.tripleGuard__photo .photo {
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .tripleGuard__photo {
    margin: 24px auto 0;
  }
}
.tripleGuard__capsule {
  align-items: center;
  background: #d8d1c7;
  border-radius: 9999px;
  color: #59472b;
  display: flex;
  font-weight: 700;
  height: 32px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  .tripleGuard__capsule {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .tripleGuard__capsule {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .tripleGuard__second {
    width: 47.2972972973%;
  }
}
@media screen and (max-width: 768px) {
  .tripleGuard__second {
    margin-top: 24px;
  }
}
.tripleGuard__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .tripleGuard__list {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .tripleGuard__list {
    margin-top: 8px;
  }
}
.tripleGuard__li {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-left: 16px;
  position: relative;
}
.tripleGuard__li:before {
  background: #596a32;
  border-radius: 9999px;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 8px;
}
@media screen and (min-width: 768px) {
  .tripleGuard__left:nth-of-type(n+1), .tripleGuard__right:nth-of-type(n+1) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .tripleGuard__left:nth-of-type(n+1), .tripleGuard__right:nth-of-type(n+1) {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .featureStack {
    display: grid;
    grid-gap: 42px 40px;
    gap: 42px 40px;
    grid-template: "first second" auto "third third" auto/1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .featureStack {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  * + .featureStack {
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  * + .featureStack {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .featureStack .descriptionCard {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .featureStack__first {
    grid-area: first;
  }
}
@media screen and (min-width: 768px) {
  .featureStack__first .descriptionCard {
    display: grid;
    grid-gap: 32px;
    gap: 32px;
    grid-template: none/1fr 1fr;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .featureStack__first .descriptionCard {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .featureStack__first .descriptionCard__head {
    margin-top: 0;
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .featureStack__first .descriptionCard__cont {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .featureStack__first .descriptionCard__ttl {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .featureStack__second {
    grid-area: second;
  }
}
@media screen and (max-width: 768px) {
  .featureStack__second {
    margin-top: 24px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .featureStack__second .descriptionCard {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .featureStack__second .descriptionCard__ttl {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .featureStack__third {
    grid-area: third;
  }
}
@media screen and (max-width: 768px) {
  .featureStack__third {
    margin-top: 24px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .featureStack__third .descriptionCard {
    width: auto;
  }
}
.featureStack__third .photo {
  display: none;
}
.zehHeading {
  align-items: center;
  background: #59472b;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .zehHeading {
    line-height: 1.3;
    min-height: 44px;
    padding: 5px 28px;
  }
}
@media screen and (max-width: 768px) {
  .zehHeading {
    letter-spacing: 0.09em;
    line-height: 1.4;
    min-height: 36px;
    padding: 5px 16px 4px 28px;
  }
}
.zehHeading::before {
  background: #d8d1c7;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}
.zehHeading::after {
  background: #d8d1c7;
  content: "";
  height: 100%;
  left: 8px;
  position: absolute;
  top: 0;
  width: 2px;
}
.aboutZehSect__logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .aboutZehSect__logo {
    margin-bottom: 31px;
  }
}
@media screen and (max-width: 768px) {
  .aboutZehSect__logo {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .aboutZehSect__logo img {
    width: 98px;
  }
}
.aboutZehSect__head .largeHeadingCombi {
  max-width: 1070px;
}
@media screen and (min-width: 768px) {
  .aboutZehSect__head .heading--large {
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .aboutZehSect__head .heading--large {
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .aboutZehSect__head .largeHeadingCombi .heading--intro + .txt {
    letter-spacing: 0.1em;
    line-height: 2;
    margin-top: 51px;
    text-indent: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .aboutZehSect__head .largeHeadingCombi .heading--intro + .txt {
    letter-spacing: 0.1em;
    line-height: 2;
    margin-top: 36px;
    text-align: left;
  }
}
.aboutZehSect__head + .aboutZehSect__cont {
  margin-top: 64px;
}
.zehCard {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .zehCard {
    max-width: 818px;
  }
}
.zehCard--bels {
  background: #eaeae6;
}
@media screen and (min-width: 768px) {
  .zehCard__body {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .zehCard__body {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .zehCard--bels .zehCard__body {
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-top: 0;
    padding: 24px 32px;
  }
}
@media screen and (max-width: 768px) {
  .zehCard--bels .zehCard__body {
    margin-top: 0;
    padding: 16px 16px 24px;
  }
}
@media screen and (min-width: 768px) {
  .zehCard__main {
    flex: 1;
  }
}
.zehCard__txt {
  color: #666464;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .zehCard__txt {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .zehCard__txt {
    margin-top: 16px;
  }
}
.zehCard--bels .zehCard__txt {
  color: inherit;
}
@media screen and (min-width: 768px) {
  .zehCard--bels .zehCard__txt {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .zehCard--bels .zehCard__txt {
    margin-top: 0;
  }
}
.zehCard__txt--large {
  color: #000;
}
@media screen and (min-width: 768px) {
  .zehCard__txt--large {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .zehCard__txt--large {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .zehCard__items {
    align-items: stretch;
    display: flex;
    justify-content: center;
    margin-top: 16px;
  }
}
.zehCard__item {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .zehCard__item {
    align-items: stretch;
    display: flex;
    padding-left: 24px;
    padding-right: 24px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .zehCard__item {
    padding: 16px 0;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .zehCard .zehCard__item:last-child {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .zehCard__item + .zehCard__item {
    border-left: 1px solid #596a32;
  }
}
@media screen and (max-width: 768px) {
  .zehCard__item + .zehCard__item::after {
    background: #596a32;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -73px;
    position: absolute;
    top: 0;
    width: 146px;
  }
}
@media screen and (min-width: 768px) {
  .zehCard__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .zehCard__small {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2;
    text-indent: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .zehCard__small {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 2;
    text-indent: 0.1em;
  }
}
.zehCard__medium {
  color: #596a32;
}
@media screen and (min-width: 768px) {
  .zehCard__medium {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-indent: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .zehCard__medium {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-top: 6px;
    padding-bottom: 2px;
    text-indent: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .zehCard__image + .zehCard__image {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .zehCard__image + .zehCard__image {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .zehCard__image + .zehCard__image--last {
    margin-top: 64px;
  }
}
@media screen and (max-width: 768px) {
  .zehCard__image + .zehCard__image--last {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .zehCard__txt--large + .zehCard__image {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .zehCard__txt--large + .zehCard__image {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .zehCard--bels .zehCard__image {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .zehCard--bels .zehCard__image {
    margin-top: 16px;
    text-align: center;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .zehCard--bels .zehCard__image img {
    max-width: 310px;
    width: 100%;
  }
}
.zehCard__image img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .zehCard__border {
    border: 1px solid #fff;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .zehCard .zehCard__image--swipe {
    border: 1px solid #ccc;
  }
}
@media screen and (max-width: 768px) {
  .zehCard .zehCard__image--swipe .touchFigure {
    height: 240px;
    margin-left: 0;
    margin-right: 0;
    width: calc(100vw - 48px);
  }
}
@media screen and (max-width: 768px) {
  .zehCard .zehCard__image--swipe2 {
    border: 1px solid #ccc;
  }
}
@media screen and (max-width: 768px) {
  .zehCard .zehCard__image--swipe2 .touchFigure {
    height: 160px;
    margin-left: 0;
    margin-right: 0;
    width: calc(100vw - 48px);
  }
}
.pointListSect {
  display: grid;
}
@media screen and (min-width: 768px) {
  .pointListSect {
    aspect-ratio: 1248/503;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .pointListSect {
    aspect-ratio: 342/487;
    margin-top: 40px;
  }
}
.pointListSect__image {
  grid-area: 1/1;
}
.pointListSect__image img {
  height: auto;
  width: 100%;
}
.pointListSect__cont {
  grid-area: 1/1;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .pointListSect__cont {
    padding: 3.8461538462% 0 0;
  }
}
@media screen and (max-width: 768px) {
  .pointListSect__cont {
    padding: 30px 16px 40px;
  }
}
.pointListSect__heading {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .pointListSect__heading {
    font-size: min(1.66vw, 24px);
    letter-spacing: 0.1em;
    line-height: 1.95;
    text-align: center;
    text-indent: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .pointListSect__heading {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.95;
    text-align: center;
    text-indent: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .pointListSect__separate {
    display: block;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .pointListSect__good {
    margin-left: 8px;
    margin-right: 8px;
    vertical-align: -0.9615384615%;
    width: 2.5641025641%;
  }
}
@media screen and (max-width: 768px) {
  .pointListSect__good {
    margin-left: 8px;
    margin-right: 8px;
    vertical-align: -12px;
    width: 32px;
  }
}
.pointListSect__point {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pointListSect__point {
    margin: 3.2051282051% auto 0;
    max-width: 80.7692307692%;
  }
}
@media screen and (max-width: 768px) {
  .pointListSect__point {
    margin: 24px auto 0;
    width: 310px;
  }
}
@media screen and (max-width: 768px) {
  .pointListSect__point img {
    height: auto;
    width: 100%;
  }
}
.zehSectHead {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  position: relative;
  width: 100vw;
}
.zehSectHead__image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.zehSectHead__image .photo {
  height: 100%;
  position: relative;
}
.zehSectHead__image img {
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  width: 100%;
}
.zehSectHead__cont {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .zehSectHead__cont {
    padding: min(3.88vw, 56px) 0 min(4.51vw, 65px);
  }
}
@media screen and (max-width: 768px) {
  .zehSectHead__cont {
    padding: 40px 24px;
  }
}
.zehSectHead__icon {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .zehSectHead__icon img {
    height: auto;
    width: 390px;
  }
}
@media screen and (max-width: 768px) {
  .zehSectHead__icon img {
    height: auto;
    width: 280px;
  }
}
@media screen and (min-width: 768px) {
  .zehSectHead .largeHeadingCombi {
    max-width: 1070px;
    width: 1070px;
  }
}
@media screen and (max-width: 768px) {
  .zehSectHead .largeHeadingCombi {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .zehSectHead .largeHeadingCombi .heading--intro {
    font-size: 32px;
    letter-spacing: 0.1em;
    line-height: 1.95;
    margin-top: min(6.38vw, 92px);
    text-indent: -0.1em;
  }
}
@media screen and (max-width: 768px) {
  .zehSectHead .largeHeadingCombi .heading--intro {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.95;
    margin-top: 32px;
    text-align: center;
    text-indent: -0.1em;
  }
}
@media screen and (min-width: 768px) {
  .zehSectHead .largeHeadingCombi .heading--intro + .txt {
    letter-spacing: 0.1em;
    line-height: 2;
    margin-top: min(3.75vw, 48px);
    text-indent: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .zehSectHead .largeHeadingCombi .heading--intro + .txt {
    letter-spacing: 0.1em;
    line-height: 2;
    margin-top: 24px;
    text-align: left;
  }
}
.zehPointList__head {
  border-bottom: 1px solid #596a32;
  border-top: 1px solid #596a32;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .zehPointList__head {
    padding: 8px 0;
  }
}
@media screen and (max-width: 768px) {
  .zehPointList__head {
    padding: 6px 0;
  }
}
.zehPointList__head .zehPointList__main {
  color: #596a32;
}
@media screen and (min-width: 768px) {
  .zehPointList__head .zehPointList__main {
    font-size: max(18px, min(1.66vw, 24px));
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.95;
    text-indent: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .zehPointList__head .zehPointList__main {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    text-indent: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .zehPointList__cont {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .zehPointList__cont {
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  .zehPointList__items {
    align-items: stretch;
    display: flex;
    justify-content: center;
  }
}
.zehPointList__item {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .zehPointList__item {
    align-items: stretch;
    display: flex;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .zehPointList__item {
    padding: 16px 0 14px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .zehPointList .zehPointList__item:last-child {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .zehPointList__item + .zehPointList__item {
    border-left: 1px solid #596a32;
  }
}
@media screen and (max-width: 768px) {
  .zehPointList__item + .zehPointList__item:after {
    background: #596a32;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -73px;
    position: absolute;
    top: 0;
    width: 146px;
  }
}
@media screen and (min-width: 768px) {
  .zehPointList__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .zehPointList__small {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2;
    text-indent: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .zehPointList__small {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 2;
    text-indent: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .zehPointList__medium {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 2;
    text-indent: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .zehPointList__medium {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2;
    text-indent: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .zehPointList__ecology {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2;
    text-indent: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .zehPointList__ecology {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-indent: 0.1em;
  }
}
.zehPointList__ecology em {
  color: #596a32;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .zehPointList__ecology em {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .zehPointList__ecology em {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .zehPointList--ecology .zehPointList__cont {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .zehPointList--ecology .zehPointList__items {
    align-items: stretch;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .zehPointList--ecology .zehPointList__item {
    padding-left: 32px;
    padding-right: 32px;
    width: auto;
  }
}
.zehPointList--ecology .zehPointList__item:nth-of-type(1) {
  padding: 0 16px 0 0;
}
.zehPointList--ecology .zehPointList__item:nth-of-type(2) {
  padding: 0 0 0 16px;
}
@media screen and (max-width: 768px) {
  .zehPointList--ecology .zehPointList__item + .zehPointList__item {
    border-left: 1px solid #596a32;
  }
}
@media screen and (max-width: 768px) {
  .zehPointList--ecology .zehPointList__item + .zehPointList__item:after {
    display: none;
  }
}
.efficientList {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .efficientList {
    display: grid;
    grid-template-columns: 1fr 40px 1fr;
    max-width: 818px;
  }
}
@media screen and (min-width: 768px) {
  .efficientList__item:nth-of-type(2) {
    align-self: center;
  }
}
@media screen and (max-width: 768px) {
  .efficientList__item:nth-of-type(2) {
    padding: 16px 0;
    text-align: center;
  }
}
.efficientList__item:nth-of-type(2) img {
  height: auto;
  width: 40px;
}
.efficientList__head {
  border-bottom: 1px solid #596a32;
  border-top: 1px solid #596a32;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .efficientList__head {
    padding: 8px 0;
  }
}
@media screen and (max-width: 768px) {
  .efficientList__head {
    padding: 7px 0;
  }
}
.efficientList__small {
  display: block;
}
@media screen and (min-width: 768px) {
  .efficientList__small {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2;
    text-indent: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .efficientList__small {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 2;
    text-indent: 0.1em;
  }
}
.efficientList__medium {
  color: #596a32;
  display: block;
}
@media screen and (min-width: 768px) {
  .efficientList__medium {
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.95;
    margin-top: 1px;
    text-indent: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .efficientList__medium {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-top: -1px;
    text-indent: 0.1em;
  }
}
.efficientList__image {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .efficientList__image {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .efficientList__image {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .efficientList__image img {
    height: auto;
    width: 174px;
  }
}
@media screen and (max-width: 768px) {
  .efficientList__image img {
    height: auto;
    width: 146px;
  }
}
@media screen and (min-width: 768px) {
  .efficientList__txt {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .efficientList__txt {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .zehEquipmentList {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .zehEquipmentList {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .zehEquipmentList__items {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 4.8899755501%;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .zehEquipmentList__items {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .zehEquipmentList__item {
    width: 21.271393643%;
  }
}
@media screen and (max-width: 768px) {
  .zehEquipmentList__item {
    width: 163px;
  }
}
.zehEquipmentList .photo--border {
  border: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .zehEquipmentList__head {
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .zehEquipmentList__head {
    margin-top: 8px;
  }
}
.zehEquipmentList__heading {
  align-items: flex-start;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
}
.zehEquipmentList__num {
  align-items: center;
  background: #8c9576;
  color: #fff;
  display: flex;
  justify-content: center;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .zehEquipmentList__num {
    font-size: 16px;
    font-weight: 500;
    height: 24px;
    min-width: 24px;
    width: 24px;
  }
}
@media screen and (max-width: 768px) {
  .zehEquipmentList__num {
    font-size: 14px;
    font-weight: 500;
    height: 20px;
    line-height: 1.5;
    min-width: 20px;
    width: 20px;
  }
}
@media screen and (min-width: 768px) {
  .zehEquipmentList__txt {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  .zehEquipmentList__txt {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .zehEquipmentList__txt--narrow {
    letter-spacing: -0.1em;
  }
}
@media screen and (min-width: 768px) {
  .healthSect {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .healthSect {
    margin-top: 40px;
  }
}
.healthSect__cont .zehPointList + .zehCard {
  margin-top: 64px;
}
.healthSect__head + .healthSect__cont {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .financialSect {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .financialSect {
    margin-top: 40px;
  }
}
.financialSect__cont .efficientList + .zehCard {
  margin-top: 64px;
}
.financialSect__cont .zehEquipmentList {
  margin-top: 48px;
}
.financialSect__head + .financialSect__cont {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .ecologySect {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .ecologySect {
    margin-top: 40px;
  }
}
.ecologySect__cont .zehCard {
  margin-top: 64px;
}
.ecologySect__head + .ecologySect__cont {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .security-detail {
    padding: 160px 0;
  }
}
@media screen and (max-width: 768px) {
  .security-detail {
    padding: 100px 0;
  }
}
/*# sourceMappingURL=style.css.map */
