@charset "utf-8";
/* common
-------------------------------------------------------------- */
#lead {
  background: #f4fff8;
}
#lead2,
#lead3 {
  align-items: flex-start;
  background: #f4fff8;
}
#lead2 .txtArea,
#lead3 .txtArea {
  padding: 40px;
}
.txtSub +  strong {
  margin-top: 0;
}
@media (max-width: 768px) {
  #lead2 .txtArea,
  #lead3 .txtArea {
    padding: 30px;
  }
}
/* pageLink
-------------------------------------------------------------- */
.pageLink {
  margin: 50px auto;
  max-width: 800px;
  width: 90%;
}
.pageLink ul {
  gap: 20px;
  justify-content: center;
}
.pageLink li {
  width: calc(50% - 10px);
}
.pageLink .btnMore a {
  background: var(--lightgreen);
  max-width: 100%;
  width: 100%;
}
.pageLink .btnMore.pink a {
  background: #ffccc5;
}
.pageLink .btnMore a:hover {
  background: var(--green);
  color: var(--white);
}
.pageLink .btnMore.pink a:hover {
  background: var(--orange);
}
@media (max-width: 768px) {
  .pageLink {
    margin: 25px auto;
  }
  .pageLink ul {
    gap: 15px;
  }
  .pageLink li {
    width: 100%;
  }
}

/* flow
-------------------------------------------------------------- */
.flowBox .main {
  margin: 30px 0;
  text-align: center;
}
.flowBox .step dt {
  margin: auto;
  gap: 15px;
  max-width: 1000px;
  color: var(--green);
  text-align: center;
}
.flowBox .step dt .ico {
  width: 60px;
}
.flowBox .step dt .ico div {
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--lightgreen);
  width: 60px;
  height: 60px;
  font-size: 2.4rem;
}
.flowBox .step dt p {
  padding-top: 40px;
  font-size: 1.8rem;
}
.flowBox .step dd .txt {
  margin: 20px auto;
  max-width: 1000px;
}
.flowBox .step .contact {
  gap: 15px;
  margin: 30px auto;
  max-width: 1020px;
}
.flowBox .step .contact li {
  width: calc((100% - 15px) / 2);
}
.flowBox .step .contact .btnLine a {
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 25px 20px;
  background: var(--white);
  border: 3px solid var(--limegreen);
  border-radius: 20px;
}
.flowBox .step .contact .btnLine span {
  color: var(--limegreen);
  font-size: 2.4rem;
  font-weight: 500;
}
.flowBox .step .contact .btnLine .arrow {
  justify-content: center;
  align-items: center;
  background: var(--limegreen);
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.flowBox .step .contact .btnTel a {
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  background: var(--white);
  border: 3px solid var(--lightblack);
  border-radius: 20px;
}
.flowBox .step .contact .btnTel .ico img {
  width: 45px;
}
.flowBox .step .contact .btnTel dl {
  width: 250px;
}
.flowBox .step .contact .btnTel dt {
  margin-bottom: 5px;
  padding: 5px;
  color: var(--black);
  background: var(--lightgray);
  line-height: 1;
}
.flowBox .step .contact .btnTel dd {
  font-size: 3.6rem;
  line-height: 1;
}
.flowBox .step .flowWrap {
  margin: 30px auto;
  justify-content: space-between;
  max-width: 1030px;
}
.flowBox .step .flowWrap figure {
  width: 43%;
}
.flowBox .step .flowWrap .txt {
  margin: 0;
  width: 55%;
}
.flowBox .step .txt.wide {
  max-width: 1030px;
}
.flowBox .step .propose dt {
  padding: 10px 30px;
  max-width: 1030px;
  color: var(--green);
  font-size: 1.8rem;
  text-align: left;
}
.flowBox .step .propose .p01 {
  background: #c6dfe1;
}
.flowBox .step .propose .p02 {
  background: #afd5d8;
}
.flowBox .step .propose .p03 {
  background: #afd8cc;
}
.flowBox .step .propose .p04 {
  background: #99ddc9;
}
.flowBox .step .propose dd {
  margin: 20px auto;
  max-width: 1030px;
  color: var(--green);
  text-align: left;
}
#flow02 {
  margin: 80px auto 50px;
}
@media (max-width: 900px) {
  .flowBox .step .contact .btnLine a {
    padding: 21px 20px;
  }
  .flowBox .step .contact .btnLine span {
    font-size: 2rem;
  }
  .flowBox .step .contact .btnTel a {
    padding: 20px;
  }
  .flowBox .step .contact .btnTel .ico img {
    width: 35px;
  }
  .flowBox .step .contact .btnTel dl {
    width: 200px;
  }
  .flowBox .step .contact .btnTel dd {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .flowBox .main {
    margin: 20px 0;
  }
  .flowBox .step dt .ico {
    width: 50px;
  }
  .flowBox .step dt .ico div {
    width: 50px;
    height: 50px;
    font-size: 2rem;
  }
  .flowBox .step dt p {
    padding-top: 30px;
    width: calc(100% - 65px);
    font-size: 1.5rem;
    text-align: left;
  }
  .flowBox .step dd .txt {
    margin: 10px auto;
  }
  .flowBox .step .contact {
    margin: 15px auto;
  }
  .flowBox .step .contact li {
    width: 100%;
  }
  .flowBox .step .contact .btnLine a {
    gap: 10px;
    padding: 15px 20px;
    border: 1px solid var(--limegreen);
    border-radius: 10px;
  }
  .flowBox .step .contact .btnLine .ico img {
    max-width: 50px;
  }
  .flowBox .step .contact .btnLine span {
    color: var(--limegreen);
    font-size: 2.4rem;
    font-weight: 500;
  }
  .flowBox .step .contact .btnLine .arrow {
    width: 20px;
    height: 20px;
  }
  .flowBox .step .contact .btnLine .arrow img {
    max-width: 6px;
  }
  .flowBox .step .contact .btnTel a {
    gap: 10px;
    padding: 15px;
    border: 1px solid var(--lightblack);
    border-radius: 10px;
  }
  .flowBox .step .contact .btnTel .ico img {
    width: 38px;
  }
  .flowBox .step .contact .btnTel dl {
    width: 200px;
  }
  .flowBox .step .contact .btnTel dd {
    font-size: 3rem;
    line-height: 1;
  }
  .flowBox .step .flowWrap {
    margin: 15px auto;
  }
  .flowBox .step .flowWrap figure {
    width: 100%;
  }
  .flowBox .step .flowWrap .txt {
    width: 100%;
  }
  .flowBox .step .propose dt {
    padding: 10px 20px;
    font-size: 1.5rem;
  }
  .flowBox .step .propose dd {
    margin: 10px auto;
  }
  #flow02 {
    margin: 40px auto 25px;
  }
}

/* maintenance
-------------------------------------------------------------- */
#maintenance {
  margin: 80px auto 60px;
  text-align: center;
}
#maintenance .txt {
  margin: 40px auto;
  max-width: 800px;
  text-align: left;
}
#maintenance h3 {
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 50px;
  border: 1px solid var(--lightblack);
  background: var(--white);
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
}
#maintenance .regularBox {
  padding: 30px 60px;
  margin: auto;
  max-width: 1100px;
  background: #fffcdb;
}
#maintenance .regularBox dl {
  margin-bottom: 20px;
}
#maintenance .regularBox dt {
  padding: 10px 100px;
  width: 40%;
  border-right: 1px dotted var(--lightblack);
  border-bottom: 1px dotted var(--lightblack);
  text-align: left;
}
#maintenance .regularBox dt.wide {
  width: 100%;
  border-right: none;
}
#maintenance .regularBox dd {
  padding: 10px 30px;
  width: 60%;
  border-bottom: 1px dotted var(--lightblack);
  text-align: left;
}
#maintenance .aboutBox {
  margin: 50px auto 80px;
}
#maintenance .aboutBox ul.topList {
  margin: 40px auto 20px;
  justify-content: flex-end;
  gap: 15px;
}
#maintenance .aboutBox ul.btmList {
  margin: 40px auto 20px;
  gap: 15px;
}
#maintenance .aboutBox li.first {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 280px;
  padding: 30px 20px;
  background: #fffcdb;
  clip-path: polygon(
    0 0,
    80% 0,
    100% 50%,
    80% 100%,
    0 100%
  );
}
#maintenance .aboutBox li.grayBox {
  padding: 30px 15px;
  width: calc((94% - 30px) / 4);
  height: 280px;
  border: 1px solid var(--gray);
}
#maintenance .aboutBox li.bgYellow {
  padding: 30px 20px;
  justify-content: space-between;
  align-items: center;
  width: calc((100% - 15px) / 2);
  background: #fffcdb;
}
#maintenance .aboutBox ul.topList li .ico {
  margin: auto;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
}
#maintenance .aboutBox li dt {
  font-size: 1.8rem;
}
#maintenance .aboutBox li.first dt {
  color: var(--green);
}
#maintenance .aboutBox li:first-child dt,
#maintenance .aboutBox li:first-child dd {
  margin: auto;
  max-width: 200px;
  text-align: left;
}
#maintenance .aboutBox li.bgYellow .ico {
  margin: auto;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 120px;
}
#maintenance .aboutBox li.bgYellow .ico span {
  margin-top: 10px;
  color: var(--green);
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.4;
}
#maintenance .aboutBox li.bgYellow p {
  width: calc(100% - 180px);
  text-align: left;
}
#maintenance .aboutBox li dd {
  padding-top: 5px;
  text-align: left;
}
#maintenance .troubleBox dl {
  margin: 30px auto 0;
  max-width: 700px;
}
#maintenance .troubleBox dt {
  padding: 15px;
  background: var(--lightblack);
  color: var(--white);
  font-size: 1.8rem;
}
#maintenance .troubleBox dd {
  padding: 20px 50px;
  background: #fffcdb;
}
#maintenance .troubleBox .tel a {
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#maintenance .troubleBox .tel span {
  font-size: 4.6rem;
  line-height: 1;
}
#maintenance .troubleBox .mail a {
  padding: 15px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--lightblack);
}
#maintenance .troubleBox .mail .ico img {
  max-width: 50px;
}
#maintenance .troubleBox .mail span {
  font-size: 3rem;
  line-height: 1;
}
#maintenance .troubleBox .mail a:hover {
  background: #fff;
}
@media (max-width: 1000px) {
  #maintenance .aboutBox li.first,
  #maintenance .aboutBox li.grayBox {
    height: 380px;
  }
}
@media (max-width: 768px) {
  #maintenance {
    margin: 40px auto 30px;
  }
  #maintenance .txt {
    margin: 20px auto;
  }
  #maintenance h3 {
    padding: 5px 20px;
    font-size: 1.8rem;
  }
  #maintenance .regularBox {
    padding: 15px 20px;
  }
  #maintenance .regularBox dl {
    margin-bottom: 10px;
  }
  #maintenance .regularBox dt {
    padding: 10px;
    width: 40%;
  }
  #maintenance .regularBox dd {
    padding: 10px;
  }
  #maintenance .aboutBox {
    margin: 30px auto 40px;
  }
  #maintenance .aboutBox ul.topList {
    margin: 20px auto 10px;
  }
  #maintenance .aboutBox ul.btmList {
    margin: 20px auto 10px;
  }
  #maintenance .aboutBox li.first {
    position: static;
    margin-bottom: -30px;
    width: 100%;
    height: auto;
    padding: 0 20px 50px;
    clip-path: polygon(
      0 0,
      100% 0,
      100% 80%,
      50% 100%,
      0 80%
    );
  }
  #maintenance .aboutBox li.grayBox {
    padding: 20px;
    width: 100%;
    height: auto;
  }
  #maintenance .aboutBox li.bgYellow {
    padding: 20px;
    width: 100%;
  }
  #maintenance .aboutBox ul.topList li .ico {
    margin: auto;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
  }
  #maintenance .aboutBox li dt {
    font-size: 1.5rem;
  }
  #maintenance .aboutBox li.first dt {
    color: var(--green);
  }
  #maintenance .aboutBox li.bgYellow .ico {
    width: 120px;
    height: auto;
  }
  #maintenance .aboutBox li.bgYellow .ico span {
    font-size: 1.5rem;
  }
  #maintenance .aboutBox li.bgYellow p {
    width: calc(100% - 140px);
  }
  #maintenance .aboutBox li dd {
    text-align: center;
  }
  #maintenance .troubleBox dl {
    margin: 30px auto 0;
    max-width: 700px;
  }
  #maintenance .troubleBox dt {
    padding: 15px;
    background: var(--lightblack);
    color: var(--white);
    font-size: 1.8rem;
  }
  #maintenance .troubleBox dd {
    padding: 20px;
  }
  #maintenance .troubleBox .tel a {
    margin-bottom: 10px;
    gap: 10px;
  }
  #maintenance .troubleBox .tel .ico img {
    max-width: 40px;
  }
  #maintenance .troubleBox .tel span {
    font-size: 3rem;
  }
  #maintenance .troubleBox .mail a {
    padding: 10px;
    gap: 10px;
  }
  #maintenance .troubleBox .mail .ico img {
    max-width: 30px;
  }
  #maintenance .troubleBox .mail span {
    font-size: 1.6rem;
  }
  #maintenance .troubleBox .mail .arrow img {
    max-width: 6px;
  }
}

/* renovation
-------------------------------------------------------------- */
#renovation {
  margin: 80px auto;
}
#renovation .txt {
  margin: 30px auto 50px;
  max-width: 800px;
}
#renovation .main {
  text-align: center;
}
#renovation .renoWrap {
  margin: 50px auto 30px;
  padding: 20px 0;
  max-width: 1050px;
  border-top: 1px solid var(--green);
  border-bottom: 1px solid var(--green);
}
#renovation h3 {
  padding: 10px;
  margin: 0 auto 30px;
  max-width: 400px;
  background: #f4fff8;
  border-radius: 30px;
  color: var(--green);
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
}
#renovation h3.strong {
  background: #fffcdb;
}
#renovation p {
  margin: auto;
  max-width: 1000px;
}
#renovation .check {
  gap: 10px;
}
#renovation .check li {
  position: relative;
  width: calc(50% - 5px);
  padding: 0 0 20px 45px;
  font-size: 1.8rem;
}
#renovation .check li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 31px;
  background: url(../img/concept2/ico_check.svg) no-repeat center / contain;
  content: '';
}
@media (max-width: 768px) {
  #renovation {
    margin: 40px auto;
  }
  #renovation .txt {
    margin: 15px auto 25px;
  }
  #renovation .renoWrap {
    margin: 25px auto 15px;
  }
  #renovation h3 {
    margin: 0 auto 15px;
    font-size: 1.8rem;
  }
  #renovation .check li {
    width: 100%;
    padding: 0 0 20px 35px;
    font-size: 1.5rem;
  }
  #renovation .check li::before {
    width: 28px;
    height: 21px;
  }
}
