@charset "UTF-8";

/*----------------------------------------
	header
----------------------------------------*/
.round-bottom {
  position: relative;
  width: 100%;
  background-color: var(--blue);
  margin-bottom: 13rem;
}
.round-bottom::after {
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  width: 100%;
  height: 10rem;
  background-color: var(--blue);
  clip-path: ellipse(60% 100% at 50% 0);
  z-index: -1;
}
h1{
  color: var(--white);
  font-weight: 600;
  font-size:min(8.7vw,3.4rem);
}
h1 > span{
  display: block;
}
h1 strong{
  font-weight: 700;
  background:linear-gradient(transparent 85%, rgba(255,230,126,.8) 85%);
}
.h1-text03{
  margin-top: -.15em;
}
header figure{
  width: 90%;
  max-width: 380px;
  text-align: center;
  margin: auto;
}
.header-container{
  display: flex;
  flex-direction: column;
  width: min(90%,900px);
  margin: auto auto -5rem;
  row-gap:1rem;
  padding-top: 3rem;
  text-align: center;
}
.header-btn{
  text-align: center;
  max-width: 26em;
  margin: 2rem auto;
}


/*----------------------------------------
	main
----------------------------------------*/
main{
  margin:3rem auto;
  width: min(90%,900px);
  padding-top: 1rem;
}
main h2{
  font-size: min(6.6vw,2.8rem);
}
main p{
  line-height: 1.8;
  margin-top: 1em;
  text-align: justify;
}
main figure{
  margin: 2rem auto 0;
  width: 100%;
  max-width: 64rem;
}

main > section:not(:first-of-type){
  padding-top: 6rem;
  padding-bottom: 6rem;
}

/* 水漏れする原因 */

.list-cause{
  counter-reset: section; /* カウンターをリセット */
}
.list-cause dt{
  font-size: 1.85rem;
  font-weight: 700;
  letter-spacing: .025em;
  display: flex;
  gap:.5em;
  align-items: center;
  margin-bottom: .25em;
  background: var(--lightgray);
  margin-top: 1.25em;
  border-radius: 0 0.5rem .5rem 0;
}
.list-cause dt::before{
  content: "";
  counter-increment: section;
  content: counter(section);
  background: var(--red);
  color: var(--white);
  padding: .25em .7em;
  border-radius: .5rem 0 0 .5rem;
  font-weight: 600;
}


/* セルフチェック・応急処置 */
.list-check{
  counter-reset: section; /* カウンターをリセット */
  margin:1em auto;
  background: var(--white);
  padding:1.25em 1em;
  border-radius: .5rem;
  display: flex;
  flex-direction: column;
  gap: 1em;
  font-size: 1.85rem;
}
.list-check li{
  font-size: 1.85rem;
  font-weight: 600;
  letter-spacing: .025em;
  display: flex;
  gap:.1em;
  line-height: 1.4;
}
.list-check li::before{
  content: "";
  counter-increment: section;
  content: counter(section) ".";
  font-weight: 600;
  color: var(--navy);
}

/* プロに任せるメリット */
.merit-table{
  border-collapse: collapse;
  width: 100%;
  margin-top: 1em;
}
.merit-table th,
.merit-table td{
  padding: .5em;
  border: 2px solid var(--blue-op50);
}
.merit-table th{
  font-size: min(4.1vw,1.8rem);
}
.merit-table td{
  font-size: min(3.85vw,1.8rem);
}
.merit-table thead th{
  background: var(--blue);
  color: var(--white);
  font-weight: 500;
}
.merit-table thead th:first-child{
  border-right: 2px solid rgba(255,255,255,.5);
}
.merit-table tbody th{
  text-align: left;
}
.merit-table tbody tr{
  border-bottom: 2px solid var(--blue);
  display: table-row;
}
.merit-table tbody tr:nth-child(even){
  background: var(--lightgray);
}

/* おそうじナビなら水漏れも即対応 */
.response-list{
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-top: 1em;
  font-size: 1.85rem;
  background: var(--white);
  padding: 1.25em 1em;
  border-radius: .5rem;
}
.response-list li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.response-list li::before{
  content: "";
  background: url(../img/icon_check.svg) no-repeat left center/cover;
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-right: .5em;
  transform: translateY(.1em);
}

/* ご利用の流れ */
#flow {
  padding-bottom: 0;
}
.flow-list{
  counter-reset: section; /* カウンターをリセット */
  margin-top: 1em;
  display: flex;
  flex-direction: column;
  gap:1.25em;
  font-size: 1.85rem;
}
.flow-list li{
  display: flex;
  align-items:flex-start;
  gap:.5em;
  position: relative;
}
.flow-list li::before{
  content: "";
  counter-increment: section;
  content:counter(section);
  background: var(--blue);
  color: var(--white);
  border-radius: 50%;
  padding:.5em;
  width: 2em;
  height: 2em;
  line-height:1;
  flex-shrink: 0;
  text-align: center;
}
.flow-list li::after{
  content:"";
  position: absolute;
  background: var(--blue-op50);
  top:1.5em;
  left: calc(1em);
  height: 100%;
  width: 2px;
}
.flow-list li:last-child::after{
  background: none;
}

/* こんな方におすすめ */
#rec{
  padding-bottom: 0;
}
.rec-list{
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-top: 1em;
  font-size: 1.85rem;
}
.rec-list li{
  background: var(--white);
  padding:.75em;
  border-radius: 2rem;
  display: flex;
  gap:.5em;
}
.rec-list li::before{
  content:url(../img/icon_check-red.svg);
  width: 1em;
  height: 1em;
  font-size: 1.2em;
}

/* 2列 */
.col2-container {
  display: flex;
  flex-direction: column;
  gap:1rem;
  justify-content: space-between;
}
.col2-container figure{
  width:80%;
  max-width: 220px;
}


/* 共通リスト */
.list-kome > li{
  display: flex;
  gap:.25em;
}
.list-kome li::before{
  content:"※";
}

/* 強調 */
strong,
.strong {
  font-weight: 700;
  background: linear-gradient(transparent 75%, var(--yellow) 75%);
}

/* ボタン */
.btn-wrap{
  text-align: center;
  max-width: 26em;
  margin: 6rem auto;
}


/*----------------------------------------
	その他
----------------------------------------*/
.wide{
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}
.bg-lightgray{
  background: var(--lightgray);
}
.w60per{
  width: 60%;
}
.w90per{
  width: 90%;
}
.w80per{
  width: 80%;
}
.max240{
  max-width: 240px;
}
.max420{
  max-width: 420px;
}
.max540{
  max-width: 540px;
}
.btn01{
  color: var(--white);
  display: block;
  padding: .7em 2.5em;
  border-radius: 1.5em;
  font-size: 1.05em;
  text-decoration: none;
  background:var(--navy);
}
.btn01.bg-blue{
  background:var(--blue);
}
.pt6rem{
  padding-top: 6rem;
}
.pb0{
  padding-bottom: 0!important;
}
.pb2rem{
  padding-bottom: 2rem!important;
}
.nowrap{
  white-space: nowrap;
}


/*----------------------------------------
	タブレット　768px以上
----------------------------------------*/
@media (min-width: 768px) {

  .header-container{
    flex-direction: row;
    text-align: left;
    justify-content: space-between;
  }
  h1{
    text-align: left;
  }
  .header-btn{
    text-align:left;
  }
  .header-container .btn01{
    display: inline-block;
  }
  header figure{
    width: 35%;
    max-width: 400px;
  }

  /* ご利用の流れ */
  #flow {
    padding-bottom: 6rem;
  }
  /* こんな方におすすめ */
  #rec {
    padding-bottom: 6rem;
  }

  /* 水漏れする原因 */
  .list-cause dd{
    margin-left: 2.75em;
  }

  /* プロに任せるメリット */
  .merit-table th,
  .merit-table td{
    padding: .75em 1em;
  }

  /* 2列 */
  .col2-container {
    flex-direction: row;
    align-items: center;
  }
  .col2-container figure{
    margin-right: 0;
    width: 40%;
    max-width: 260px;
  }


}

/*----------------------------------------
	PC　960px以上
----------------------------------------*/
@media (min-width: 960px) {
  header figure{
    width: 40%;
  }
  .col2-container figure{
    margin-top: -2.5rem;
  }

}

/*----------------------------------------
	オンマウス
----------------------------------------*/
@media (hover: hover) {
  a{
    transition: .2s;
  }
  a:hover{
    opacity: .85;
  }
  
}