@charset "utf-8";

* {
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

img {
  -webkit-backface-visibility: hidden;
  border: none;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  margin: 0;
  max-width: 100%;
  padding: 0;
  -webkit-transform: translateZ(0);
  vertical-align: bottom;
}

address,
em,
h1,
h2,
h3,
h4,
h5,
h6,
ins,
pre,
strong,
th {
  font-style: normal;
  font-weight: 400;
}

table {
  border: 0;
  border-collapse: collapse;
}

th {
  text-align: left;
}

input,
select,
textarea {
  vertical-align: middle;
}

a,
ins {
  text-decoration: none;
}

ul {
  list-style: none;
}

br {
  letter-spacing: 0;
}

*,
*:after,
*:before {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.hack:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}

.clear {
  clear: both;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fdfcfc;
  color: #000000;
  font-feature-settings: 'palt';
  line-height: 1.5;
}

@media (max-width:740px) {

  body {
    font-size: 1.1rem;
  }
}

.base_bg {
  background-color: #ece6df;
}

body {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

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

  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
}

.base_w {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}

@media (max-width:1000px) {

  .base_w {
    width: 90%;
  }
}

.cap {
  font-size: 1.2rem;
}

.imgCap {
  bottom: 5px;
  color: #ffffff;
  font-size: 1rem;
  position: absolute;
  right: 5px;
  text-shadow: 0 0 5px #000000;
}

@media (max-width:740px) {

  .cap {
    font-size: 1rem;
    letter-spacing: 0;
  }
}

.currentPage--zeh main {
  background-image: url('../imgs/main.jpg');
  background-size: cover;
  height: 36vw;
  position: relative;
}

@media (max-width:740px) {

  .currentPage--zeh main {
    height: 60vw;
  }
}

.currentPage--zeh main img {
  height: auto;
  width: 100%;
}

.currentPage--zeh main .base_w {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}

.currentPage--zeh main .base_w .catch01 {
  color: #ffffff;
  font-size: 2.4rem;
  left: 0;
  line-height: 2;
  position: absolute;
  text-shadow: 0 0 10px #204372, 0 0 10px #204372, 0 0 10px #204372, 0 0 5px #204372;
  top: 5vw;
}

@media (max-width:1000px) {

  .currentPage--zeh main .base_w .catch01 {
    font-size: 2.4vw;
  }
}

@media (max-width:740px) {

  .currentPage--zeh main .base_w .catch01 {
    font-size: 3vw;
  }
}

.currentPage--zeh main .base_w .catch02 {
  bottom: 5vw;
  color: #ffffff;
  display: flex;
  font-size: 2.4rem;
  line-height: 2;
  padding-left: 20rem;
  position: absolute;
  right: 0;
  text-shadow: 0 0 10px #204372, 0 0 10px #204372, 0 0 10px #204372, 0 0 5px #204372;
}

.currentPage--zeh main .base_w .catch02:before {
  background-color: #ffffff;
  box-shadow: 0 0 10px #204372, 0 0 10px #204372;
  content: '';
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 2.3rem;
  width: 18rem;
}

@media (max-width:1000px) {

  .currentPage--zeh main .base_w .catch02 {
    font-size: 2.4vw;
    padding-left: 7vw;
  }

  .currentPage--zeh main .base_w .catch02:before {
    height: 1px;
    top: 2.3vw;
    width: 6vw;
  }
}

@media (max-width:740px) {

  .currentPage--zeh main .base_w .catch02 {
    font-size: 3vw;
    padding-left: 10vw;
  }

  .currentPage--zeh main .base_w .catch02:before {
    height: 1px;
    top: 2.7vw;
    width: 9vw;
  }
}

.currentPage--zeh .intro {
  padding: 8rem 0;
}

.currentPage--zeh .intro dl dt {
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 5rem;
  text-align: center;
}

@media (max-width:740px) {

  .currentPage--zeh .intro dl dt {
    font-size: 4.2vw;
  }
}

.currentPage--zeh .intro dl dt img {
  height: 3rem;
  margin-bottom: .4rem;
  width: auto;
}

@media (max-width:740px) {

  .currentPage--zeh .intro dl dt img {
    height: 5vw;
  }
}

.currentPage--zeh .intro dl dd {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

@media (max-width:740px) {

  .currentPage--zeh .intro dl dd {
    flex-direction: column;
  }
}

.currentPage--zeh .intro dl dd .txtArea {
  font-size: 2rem;
  width: calc(60% - 1.5rem);
}

@media (max-width:740px) {

  .currentPage--zeh .intro dl dd .txtArea {
    font-size: 4vw;
    width: 100%;
  }
}

.currentPage--zeh .intro dl dd .txtArea .lead {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 2rem;
}

@media (max-width:740px) {

  .currentPage--zeh .intro dl dd .txtArea .lead {
    font-size: 3.2vw;
  }
}

.currentPage--zeh .intro dl dd .imgArea {
  position: relative;
  width: calc(40% - 1.5rem);
}

@media (max-width:740px) {

  .currentPage--zeh .intro dl dd .imgArea {
    margin-top: 2rem;
    width: 100%;
  }
}

.currentPage--zeh .about {
  background-color: #edf1f0;
  padding: 8rem 0;
}

.currentPage--zeh .about dl dt {
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 3rem;
  text-align: center;
}

@media (max-width:740px) {

  .currentPage--zeh .about dl dt {
    font-size: 4.2vw;
  }
}

.currentPage--zeh .about dl dt img {
  height: 3rem;
  margin-bottom: .4rem;
  width: auto;
}

.currentPage--zeh .about dl dd {
  display: flex;
  justify-content: space-between;
}

@media (max-width:740px) {

  .currentPage--zeh .about dl dd {
    flex-direction: column;
  }
}

.currentPage--zeh .about dl dd > .txtArea {
  font-size: 2rem;
  width: calc(50% - 1.5rem);
}

@media (max-width:740px) {

  .currentPage--zeh .about dl dd > .txtArea {
    width: 100%;
  }
}

.currentPage--zeh .about dl dd > .txtArea .txt01 {
  border-bottom: 1px solid #446ea4;
  color: #446ea4;
  font-size: 2rem;
  padding-bottom: 1rem;
}

@media (max-width:740px) {

  .currentPage--zeh .about dl dd > .txtArea .txt01 {
    font-size: 4.2vw;
  }
}

.currentPage--zeh .about dl dd > .txtArea .lead {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 2rem;
}

@media (max-width:740px) {

  .currentPage--zeh .about dl dd > .txtArea .lead {
    font-size: 3.2vw;
  }
}

.currentPage--zeh .about dl dd > .txtArea figure {
  margin: 2rem auto;
  width: 90%;
}

.currentPage--zeh .about dl dd .imgArea {
  position: relative;
  width: calc(50% - 1.5rem);
}

@media (max-width:740px) {

  .currentPage--zeh .about dl dd .imgArea {
    width: 100%;
  }
}

.currentPage--zeh .about dl.standard dd {
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  padding: 3rem;
}

.currentPage--zeh .about dl.merit {
  margin-top: 8rem;
}

.currentPage--zeh .about dl.merit dt {
  position: relative;
  z-index: 1;
}

.currentPage--zeh .about dl.merit dt div {
  background-color: #edf1f0;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.currentPage--zeh .about dl.merit dt div span {
  background-color: #edf1f0;
  color: #446ea4;
  display: inline-block;
  padding: 0 1rem;
}

.currentPage--zeh .about dl.merit dt:before {
  background-color: #446ea4;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1;
}

.currentPage--zeh .about dl.merit dd .meritCatg {
  background-color: #7eabb7;
  color: #ffffff;
  font-size: 2rem;
  padding: .5rem 0;
  text-align: center;
}

.currentPage--zeh .about dl.merit dd .meritTtl {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.currentPage--zeh .about dl.merit dd .lead {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  min-height: 8.4rem;
}

.currentPage--zeh .about dl.merit dd figure {
  position: relative;
}

.currentPage--zeh .about dl.merit dd .merit01 {
  width: calc(66.66% - 1.5rem);
}

@media (max-width:740px) {

  .currentPage--zeh .about dl.merit dd .merit01 {
    width: 100%;
  }
}

.currentPage--zeh .about dl.merit dd .merit01 ul {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}

@media (max-width:740px) {

  .currentPage--zeh .about dl.merit dd .merit01 ul {
    flex-direction: column;
  }
}

.currentPage--zeh .about dl.merit dd .merit01 ul li {
  width: calc(50% - 1rem);
}

@media (max-width:740px) {

  .currentPage--zeh .about dl.merit dd .merit01 ul li {
    margin-bottom: 3rem;
    width: 100%;
  }
}

.currentPage--zeh .about dl.merit dd .merit02 {
  width: calc(33.33% - 1.5rem);
}

@media (max-width:740px) {

  .currentPage--zeh .about dl.merit dd .merit02 {
    width: 100%;
  }
}

.currentPage--zeh .about dl.merit dd .merit02 ul {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}

.currentPage--zeh .bels {
  padding: 8rem 0;
}

.currentPage--zeh .bels .belsWrap {
  border: 1px solid #446ea4;
  display: flex;
  justify-content: space-between;
  padding: 3rem;
}

@media (max-width:740px) {

  .currentPage--zeh .bels .belsWrap {
    flex-direction: column;
  }
}

.currentPage--zeh .bels .belsWrap .txtArea {
  font-size: 2rem;
}

@media (max-width:740px) {

  .currentPage--zeh .bels .belsWrap .txtArea {
    font-size: 3.6vw;
  }
}

.currentPage--zeh .bels .belsWrap .txtArea .lead {
  font-size: 1.4rem;
  margin-top: 1rem;
}

@media (max-width:740px) {

  .currentPage--zeh .bels .belsWrap .txtArea .lead {
    font-size: 2.8vw;
    margin-bottom: 2rem;
  }
}

.currentPage--zeh .bels .belsWrap figure {
  margin-left: 2rem;
}

@media (max-width:740px) {

  .currentPage--zeh .bels .belsWrap figure {
    margin-left: 0;
  }
}

.currentPage--zeh .bels .belsWrap figure figcaption {
  font-size: 1rem;
}
