@charset "UTF-8";
/* _head.ejs の common.theme がgothicの際はこちらのフォントを使用 */
/* _head.ejs の common.theme がminchoの際はこちらのフォントを使用 */
/* カラー */
@media print, screen and (min-width: 768px) {
  .factSect__head .zehCard {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .factSect__head .zehCard__head {
    width: 472px;
  }
}

@media print, screen and (min-width: 768px) {
  .factSect__head + .factSect__cont {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .factSect__head + .factSect__cont {
    margin-top: 20px;
  }
}

.factSect__cont .usableList__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .factSect__cont .usableList__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .factSect__cont .usableList__body {
    gap: calc(20 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .factSect__cont .usableList__item .descriptionCard {
    width: 270px;
  }
}

@media screen and (max-width: 768px) {
  .factSect__cont .usableList__item .descriptionCard {
    width: calc(150 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .factSect__cont .usableList__item .descriptionCard--wide {
    width: 578px;
  }
}

@media screen and (max-width: 768px) {
  .factSect__cont .usableList__item .descriptionCard--wide {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .factSect__cont .usableList__item .descriptionCard--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    width: 578px;
  }
}

@media screen and (max-width: 768px) {
  .factSect__cont .usableList__item .descriptionCard--horizontal {
    gap: calc(20 / 390 * 100vw);
    width: 100%;
  }
}

.factSect__cont .usableList__item .descriptionCard--horizontal .descriptionCard__head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media print, screen and (min-width: 768px) {
  .factSect__cont .usableList__item .descriptionCard--horizontal .descriptionCard__head {
    width: 270px;
  }
}

@media print, screen and (min-width: 768px) {
  .loanSect {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    margin: auto;
    width: 1000px;
  }
}

.loanSect__head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media print, screen and (min-width: 768px) {
  .loanSect__head {
    width: 472px;
  }
}

@media screen and (max-width: 768px) {
  .loanSect__head + .caption {
    margin-top: calc(40 / 750 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .loanSect__cont {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}

.loanSect .generalSect__head {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .loanSect .generalSect__head {
    margin-bottom: 64px;
  }
}

@media screen and (max-width: 768px) {
  .loanSect .generalSect__head {
    margin: 0;
    margin-bottom: calc(70 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .loanSect .generalSect__head .heading {
    font-size: 24px;
  }
}

.loanSect .generalSect__cont .caption {
  line-height: 2;
}

.loanSect .generalSect__cont .caption:before {
  margin-top: calc((1 - 2) * 1em);
}

.loanSect .generalSect__cont .caption:after {
  margin-bottom: calc((1 - 2) * .6em);
}

.loanSect .generalSect__cont .caption:before, .loanSect .generalSect__cont .caption:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .loanSect .generalSect__cont .caption {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .loanSect .generalSect__cont .caption {
    margin-top: calc(40 / 750 * 100vw);
  }
}

.roomSect .usableList__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .roomSect .usableList__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  .roomSect .usableList__item {
    width: 570px;
  }
}

@media print, screen and (min-width: 768px) {
  .useSect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  .useSect__item {
    width: 380px;
  }
}

@media screen and (max-width: 768px) {
  .useSect__item + .useSect__item {
    margin-top: calc(50 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .useSect .zehCard__col .photo {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .useSect .zehCard__col .photo {
    width: calc(150 / 390 * 100vw);
  }
}

.useSect .zehCard__col .photo__capIn {
  bottom: 15px;
  left: 0;
  right: auto;
}

.useSect .zehCard .caption .red {
  color: #a73f2f;
}

@media print, screen and (min-width: 768px) {
  .useSect .zehCard + .descriptionCard {
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .useSect .zehCard + .descriptionCard {
    margin-top: 20px;
  }
}

.useSect .descriptionCard--horizontal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media print, screen and (min-width: 768px) {
  .useSect .descriptionCard--horizontal {
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .useSect .descriptionCard--horizontal {
    gap: calc(10 / 390 * 100vw);
  }
}

.useSect .descriptionCard--horizontal .descriptionCard__head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media print, screen and (min-width: 768px) {
  .useSect .descriptionCard--horizontal .descriptionCard__head {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .useSect .descriptionCard--horizontal .descriptionCard__head {
    width: calc(190 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .zehCard__head + .zehCard__cont {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .zehCard__head + .zehCard__cont {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .zehCard__head + .zehCard__col {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .zehCard__head + .zehCard__col {
    margin-top: 20px;
  }
}

.zehCard .zehTtl {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .zehCard .zehTtl + .txt {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .zehCard .zehTtl + .txt {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .zehCard .txt + .caption {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .zehCard .txt + .caption {
    margin-top: 10px;
  }
}

.zehCard__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .zehCard + .zehCard {
    margin-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .zehCard + .zehCard {
    margin-top: 15px;
  }
}

.zehTtl {
  border-bottom: 1px solid #99845c;
  color: #99845c;
  position: relative;
  line-height: 1.5;
}

.zehTtl:before {
  margin-top: calc((1 - 1.5) * 1em);
}

.zehTtl:after {
  margin-bottom: calc((1 - 1.5) * .6em);
}

.zehTtl:before, .zehTtl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .zehTtl {
    font-size: 20px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 768px) {
  .zehTtl {
    font-size: 15px;
    padding-bottom: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .zehTtl + .txt {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .zehTtl + .txt {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .zeh-room {
    padding-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .zeh-room {
    padding-top: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .zeh-fact {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .zeh-fact {
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .zeh-use {
    margin-top: 70px;
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  .zeh-use {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}

figure {
  margin: 0;
}

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;
  -webkit-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;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  font-size: 1.5rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.1rem;
  }
}

.base_bg {
  background-color: #ece6df;
}

body {
  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 screen and (max-width: 768px) {
  .cap {
    font-size: 1rem;
    letter-spacing: 0;
  }
}

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

@media screen and (max-width: 768px) {
  .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;
  -webkit-transform: translateX(-50%);
          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 screen and (max-width: 768px) {
  .currentPage--zeh main .base_w .catch01 {
    font-size: 3vw;
  }
}

.currentPage--zeh main .base_w .catch02 {
  bottom: 5vw;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-box-shadow: 0 0 10px #204372, 0 0 10px #204372;
          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 screen and (max-width: 768px) {
  .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 screen and (max-width: 768px) {
  .currentPage--zeh .intro dl dt {
    font-size: 4.2vw;
  }
}

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

@media screen and (max-width: 768px) {
  .currentPage--zeh .intro dl dt img {
    height: 5vw;
  }
}

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

@media screen and (max-width: 768px) {
  .currentPage--zeh .intro dl dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

@media screen and (max-width: 768px) {
  .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 screen and (max-width: 768px) {
  .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 screen and (max-width: 768px) {
  .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 screen and (max-width: 768px) {
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .currentPage--zeh .about dl dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

@media screen and (max-width: 768px) {
  .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 screen and (max-width: 768px) {
  .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 screen and (max-width: 768px) {
  .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 screen and (max-width: 768px) {
  .currentPage--zeh .about dl dd .imgArea {
    width: 100%;
  }
}

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

.currentPage--zeh .about dl.merit .meritSect .txt {
  margin-top: 6rem;
}

.currentPage--zeh .about dl.merit .meritSect .touchFigure {
  margin-bottom: 4rem;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .currentPage--zeh .about dl.merit .meritSect .touchFigure {
    height: calc(300 / 390 * 100vw);
    padding-left: calc(40 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .currentPage--zeh .about dl.merit .meritSect .touchFigure__spIcon {
    background-color: rgba(0, 0, 0, 0.5);
    height: calc(40 / 390 * 100vw);
    top: calc(0 / 390 * 100vw);
    width: calc(40 / 390 * 100vw);
  }
}

.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;
  width: 100%;
}

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

@media screen and (max-width: 768px) {
  .currentPage--zeh .about dl.merit dd .merit01 {
    width: 100%;
  }
}

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

@media screen and (max-width: 768px) {
  .currentPage--zeh .about dl.merit dd .merit01 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

@media screen and (max-width: 768px) {
  .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 screen and (max-width: 768px) {
  .currentPage--zeh .about dl.merit dd .merit02 {
    width: 100%;
  }
}

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

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

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

@media screen and (max-width: 768px) {
  .currentPage--zeh .bels .belsWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

@media screen and (max-width: 768px) {
  .currentPage--zeh .bels .belsWrap .txtArea {
    font-size: 3.6vw;
  }
}

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

@media screen and (max-width: 768px) {
  .currentPage--zeh .bels .belsWrap .txtArea .lead {
    font-size: 2.8vw;
    margin-bottom: 2rem;
  }
}

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

@media screen and (max-width: 768px) {
  .currentPage--zeh .bels .belsWrap figure {
    margin-left: 0;
  }
}

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

.loan {
  background-color: #edf1f0;
}

@media print, screen and (min-width: 768px) {
  .loan {
    padding-bottom: 140px;
    padding-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .loan {
    padding: 50px 5% 70px;
  }
}
