@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*
	Noto Sans使用する場合
	'Noto Sans JP', 'Open Sans', Verdana, Roboto, 'Droid Sans'
*/
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* メインビジュアル
----------------------------------------------------- */
/* リード
----------------------------------------------------- */
#lead {
  padding-bottom: 10px;
}
#lead .lead__box {
  align-items: center;
  width: 96%;
  max-width: 1500px;
  margin: 0 auto;
  background: #f1efee;
  border-radius: 20px;
}
#lead .lead__box .box__img {
  width: 50%;
}
#lead .lead__box .box__img img {
  display: block;
  width: 100%;
  min-height: 100%;
  border-radius: 20px 0 0 20px;
  object-fit: cover;
}
#lead .lead__box .box__body {
  width: 50%;
  padding: 15px 5%;
  text-align: left;
}
#lead .lead__box .box__body .body__title {
  margin-bottom: 20px;
  font-size: 24rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
#lead .lead__box .box__body .body__title > span {
  display: inline-block;
  font-weight: inherit;
}
#lead .lead__box .box__body .body__text {
  line-height: 2;
  letter-spacing: 0.05em;
}

/* 暮らしがもっとスマートに！
----------------------------------------------------- */
#smart {
  padding-bottom: 50px;
  text-align: left;
}
#smart .smart__list {
  margin-top: 50px;
}
#smart .smart__list .list__item {
  width: 24%;
}
#smart .smart__list .list__item .item__title {
  margin-bottom: 25px;
  font-size: 22rem;
  letter-spacing: 0.05em;
  line-height: 2.5;
  text-align: center;
}
#smart .smart__list .list__item .item__title > span {
  padding-bottom: 5px;
  border-bottom: 2px solid currentColor;
}
#smart .smart__list .list__item .item__title > span span {
  display: inline-block;
}
#smart .smart__list .list__item .item__title .color {
  display: inline-block;
  color: #e8a132;
  font-weight: inherit;
}
#smart .smart__list .list__item .item__title .dots {
  position: relative;
  display: inline-block;
}
#smart .smart__list .list__item .item__title .dots > span {
  position: absolute;
  left: 0;
  top: -0.25em;
  color: #e8a132;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
}
#smart .smart__list .list__item .item__img {
  margin-bottom: 20px;
  text-align: center;
}
#smart .smart__list .list__item .item__img img {
  border-radius: 50%;
}
#smart .smart__list .list__item .item__text {
  position: relative;
  max-width: 310px;
  margin: 10px auto 0;
  padding-left: 30px;
  line-height: 2;
}
#smart .smart__list .list__item .item__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: inline-block;
  width: 20px;
  height: 14px;
  background: url(../images/gascooker/icon_check.svg) no-repeat;
  background-size: 100%;
}

/* エネファームのしくみ
----------------------------------------------------- */
#mechanism .mechanism__title {
  margin-bottom: 40px;
  font-size: 24rem;
}
#mechanism .mechanism__title > span {
  border-bottom: 2px solid currentColor;
}
#mechanism .mechanism__title .color {
  color: #e8a132;
}
#mechanism .mechanism__text {
  max-width: 900px;
  margin: 0 auto;
  line-height: 2;
  text-align: left;
}

/* 安心・安全機能紹介
----------------------------------------------------- */
#safety {
  padding-bottom: 50px;
}
#safety .safety__list {
  margin-top: 60px;
  gap: 40px 0;
}
#safety .safety__list .list__item {
  width: calc(50% - 30px);
  padding: 30px 30px 35px;
  background: #f1efee;
  border-radius: 20px;
}
#safety .safety__list .list__item .item__img {
  margin-bottom: 15px;
  text-align: center;
}
#safety .safety__list .list__item .item__title {
  margin-bottom: 30px;
  font-size: 24rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
#safety .safety__list .list__item .item__text {
  margin-bottom: 0;
  line-height: 1.75;
}
#safety .safety__button {
  margin-top: 80px;
  text-align: center;
}

/* 毎日の暮らしで、こんな時にエネファームが活躍。
----------------------------------------------------- */
#active {
  padding-bottom: 70px;
  text-align: left;
}
#active .section__title {
  margin-bottom: 60px;
}
#active .section__title .small {
  display: block;
  font-size: 26rem;
  font-weight: inherit;
  line-height: 1.2;
}
#active .active__block {
  width: 91%;
  max-width: 1000px;
  align-items: center;
  margin-top: 40px;
  border: 1px solid #cec9c4;
  border-radius: 20px;
  overflow: hidden;
}
#active .active__block .block__img {
  width: max-content;
  max-width: 40.5%;
}
#active .active__block .block__img img {
  display: block;
}
#active .active__block .block__body {
  width: 59.5%;
  padding: 20px 40px;
}
#active .active__block .block__body p {
  margin: 0;
  line-height: 2;
}
#active .active__block .block__body .body__title {
  margin-bottom: 15px;
  font-size: 24rem;
  font-weight: bold;
  line-height: 1.9;
}
#active .active__block .block__body .body__title > span {
  background: linear-gradient(to bottom, transparent 0%, transparent 70%, #faecd6 70%);
}
#active .active__block.even {
  margin-left: auto;
}
#active .active__block.even .block__img {
  order: 10;
}
#active .active__box {
  margin-top: 80px;
  background-color: #FAF8F6;
  border: 1px solid #CAC5C1;
  border-radius: 20px;
  padding: 40px 47px;
}
#active .active__box .box__title {
  margin-bottom: 20px;
  font-size: 20rem;
  text-align: center;
}
#active .active__box .box__text {
  margin-bottom: 0;
  line-height: 2;
}

/* 給湯器の修理・交換
----------------------------------------------------- */
#repair .repair__block {
  background-color: #FAF8F6;
  border: 1px solid #CAC5C1;
  border-radius: 20px;
  padding: 40px 0;
  margin-bottom: 60px;
}
#repair .repair__block > h3 {
  font-size: 20rem;
}
#repair .repair__block > div {
  margin: 50px auto;
}
#repair .repair__block > div > ul {
  max-width: 940px;
  margin: 0 auto;
  justify-content: space-between;
}
#repair .repair__block > div > ul > li {
  position: relative;
  width: 48%;
  padding-left: 30px;
  margin-bottom: 8px;
}
#repair .repair__block > div > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
  width: 23px;
  height: 20px;
  background: url(../images/hotwater/icon_check.png) no-repeat;
  background-size: 100%;
}
#repair .repair__block + .section__title {
  margin-top: 100px;
  font-size: 26rem;
}
#repair .repair__block + .section__title::after {
  content: none;
}
#repair .repair__text {
  line-height: 2;
}

/* 取扱い機種例
----------------------------------------------------- */
#exapmle {
  text-align: left;
}
#exapmle .exapmle__title {
  margin-bottom: 50px;
  font-size: 24rem;
  text-align: center;
}
#exapmle .exapmle__title > span {
  border-bottom: 2px solid currentColor;
}
#exapmle .exapmle__title .color {
  display: inline-block;
  color: #e8a132;
  font-weight: inherit;
}
#exapmle .exapmle__text {
  letter-spacing: 0.05em;
  line-height: 2;
}
#exapmle .exapmle__box {
  padding: 50px;
  border: 1px solid #cec9c4;
  border-radius: 20px;
}
#exapmle .exapmle__box .box__title {
  margin-bottom: 40px;
  font-size: 24rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
#exapmle .exapmle__box .box__title > span {
  background: linear-gradient(to bottom, transparent 0%, transparent 70%, #faecd6 70%);
}
#exapmle .exapmle__box .box__block {
  justify-content: center;
}
#exapmle .exapmle__box .box__block .block__item {
  width: 50%;
  text-align: center;
}
#exapmle .exapmle__box .box__block .block__item .item__img {
  margin-bottom: 10px;
}
#exapmle .exapmle__box .box__block .block__item .item__name {
  font-size: 18rem;
  font-weight: bold;
}
#exapmle .exapmle__box .box__block .block__item .item__name a {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  font-weight: bold;
}
#exapmle .exapmle__box .box__block .block__item .item__name a:hover .icon_arrow {
  transform: translateY(-50%) translateX(5px);
}
#exapmle .exapmle__box .box__block .block__item .item__name a .icon_arrow {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
#exapmle .exapmle__box .box__block .block__item .item__text {
  margin-top: 20px;
  margin-bottom: 0;
}
#exapmle .exapmle__button {
  margin-top: 60px;
  text-align: center;
}

/* ========================================================
  画面幅1366px以下のスタイル
=========================================================*/
@media screen and (max-width: 1366px) {
  #lead .lead__box .box__body {
    padding: 15px 4%;
  }
  #lead .lead__box .box__body .body__title {
    font-size: 22rem;
  }
}
/* ========================================================
  画面幅1200px以下のスタイル
=========================================================*/
@media screen and (max-width: 1200px) {
  #lead .lead__box .box__body .body__title {
    font-size: 20rem;
  }
}
/* ========================================================
  画面幅768px以下のスタイル
=========================================================*/
@media screen and (max-width: 768px) {
  #mainvisual_sub .mv__title .small {
    font-size: 0.75em;
    letter-spacing: 0;
  }

  #lead {
    padding-top: 0;
    padding-bottom: 50px;
  }
  #lead .lead__box {
    width: 100%;
    border-radius: 20px;
  }
  #lead .lead__box .box__img {
    width: 100%;
  }
  #lead .lead__box .box__img img {
    width: 100%;
    min-height: 0;
    height: auto;
    border-radius: 0;
  }
  #lead .lead__box .box__body {
    width: 100%;
    padding: 30px 20px;
  }
  #lead .lead__box .box__body .body__title {
    margin-bottom: 20px;
    font-size: 20rem;
    letter-spacing: 0.05em;
  }

  /* 暮らしがもっとスマートに！
  ----------------------------------------------------- */
  #smart .smart__list {
    margin-top: 0;
    gap: 40px;
  }
  #smart .smart__list .list__item {
    width: 100%;
  }
  #smart .smart__list .list__item .item__title {
    margin-bottom: 25px;
    font-size: 20rem;
    letter-spacing: 0.05em;
  }
  #smart .smart__list .list__item .item__text {
    margin-top: 10px;
    line-height: 1.75;
  }
  #smart .smart__list .list__item .item__text::before {
    top: 5px;
  }

  /* エネファームのしくみ
  ----------------------------------------------------- */
  #mechanism .mechanism__title {
    font-size: 18rem;
  }

  /* 安心・安全機能紹介
  ----------------------------------------------------- */
  #safety {
    padding-bottom: 50px;
  }
  #safety .safety__list {
    margin-top: 0;
    gap: 15px 0;
  }
  #safety .safety__list .list__item {
    width: 100%;
    padding: 30px 20px 35px;
    border-radius: 20px;
  }
  #safety .safety__list .list__item .item__img {
    margin-bottom: 15px;
  }
  #safety .safety__list .list__item .item__img img {
    width: 64px;
    height: auto;
  }
  #safety .safety__list .list__item .item__title {
    margin-bottom: 20px;
    font-size: 20rem;
  }
  #safety .safety__button {
    margin-top: 40px;
  }

  /* 毎日の暮らしで、こんな時にエネファームが活躍。
  ----------------------------------------------------- */
  #active .section__title {
    margin-bottom: 30px;
  }
  #active .section__title .small {
    margin-top: 10px;
    font-size: 18rem;
  }
  #active .active__block {
    width: 100%;
    margin-top: 20px;
  }
  #active .active__block .block__img {
    width: 100%;
    max-width: 100%;
  }
  #active .active__block .block__img img {
    width: 100%;
    height: auto;
  }
  #active .active__block .block__body {
    width: 100%;
    padding: 20px 20px 25px;
  }
  #active .active__block .block__body .body__title {
    margin-bottom: 15px;
    font-size: 19rem;
  }
  #active .active__block.even {
    margin-left: auto;
  }
  #active .active__block.even .block__img {
    order: 0;
  }
  #active .active__box {
    margin-top: 50px;
    border-radius: 20px;
    padding: 25px 20px 30px;
  }
  #active .active__box .box__title {
    margin-bottom: 15px;
    font-size: 18rem;
  }

  	/* 給湯器の修理・交換
  ----------------------------------------------------- */
  #repair .repair__block {
    padding: 20px 15px;
  }
  #repair .repair__block > h3 {
    font-size: 18rem;
  }
  #repair .repair__block > div {
    width: 100%;
    margin: 15px auto;
  }
  #repair .repair__block > div > ul {
    display: block;
    margin-bottom: 30px;
  }
  #repair .repair__block > div > ul > li {
    width: 100%;
  }
  #repair .repair__block + .section__title {
    margin-top: 50px;
    font-size: 20rem;
  }
  #repair .repair__text {
    text-align: left;
  }

  /* 取扱い機種例
  ----------------------------------------------------- */
  #exapmle .exapmle__title {
    margin-bottom: 30px;
    font-size: 20rem;
  }
  #exapmle .exapmle__text {
    letter-spacing: 0.05em;
    line-height: 2;
  }
  #exapmle .exapmle__box {
    padding: 25px 20px 30px;
  }
  #exapmle .exapmle__box .box__title {
    margin-bottom: 35px;
    font-size: 20rem;
    line-height: 1.75;
  }
  #exapmle .exapmle__box .box__block .block__item {
    width: 100%;
    text-align: center;
  }
  #exapmle .exapmle__box .box__block .block__item + .block__item {
    margin-top: 40px;
  }
  #exapmle .exapmle__box .box__block .block__item .item__img {
    margin-bottom: 10px;
  }
  #exapmle .exapmle__box .box__block .block__item .item__img img {
    max-width: 70%;
    height: auto;
  }
  #exapmle .exapmle__box .box__block .block__item .item__name {
    font-size: 18rem;
    font-weight: bold;
  }
  #exapmle .exapmle__button {
    margin-top: 40px;
  }
}
