@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);
  counter-reset: section; /* カウンターをリセット */
}
main h2{
  font-size: min(6.6vw,2.8rem);
  margin-top: 6rem;
  line-height: 1.4;
  display: flex;
  gap:.25em;
}
main h2::before{
  color: var(--navy);
  font-size: 1.4em;
  counter-increment: section;
  content: counter(section)".";
  font-weight: 500;
  transform: translateY(-.3em);
}
main p{
  line-height: 1.8;
  margin-top: 1em;
  text-align: justify;
}
main figure{
  margin: 2rem auto 0;
  width: 90%;
  max-width: 38rem;
}

/* ①はじめに */
.list-trouble {
  font-size: 1.85rem;
  line-height: 2;
  margin:1em 0 .5em;
  font-weight: 600;
  background: rgba(255, 230, 126,.3);
  padding:.75em 1em;
  border-radius: .5rem;
  letter-spacing: .025em;
}
.list-trouble li{
  text-indent: -1.5em;
  padding-left: 1em;
  line-height: 1.4;
}
.list-trouble li:not(:last-child){
  margin-bottom: .75em;
}
.list-trouble li::before{
  content:"";
  background: url(../img/icon_atten.svg) no-repeat left center/cover;
  width: .95em;
  height: .95em;
  display: inline-block;
  margin-right: .5em;
}

/* ③ ⑧ */
.list-self,
.list-matome{
  margin-top: 1em;
  font-size: 1.85rem;
  letter-spacing: .025em;
  font-weight: 600;
}
.list-matome{
  border: 2px solid var(--blue);
  background: var(--white);
  padding: .75em 1em;
  border-radius: .5rem;
}
.list-self li,
.list-matome li {
  counter-increment: list;
  display: flex;
  gap:.5em;
}
.list-self li:not(:last-child),
.list-matome li:not(:last-child){
  margin-bottom: .75em;
}
.list-self li::before,
.list-matome li::before {
  content: counter(list);
  color: var(--white);
  background: var(--blue);
  border-radius: 50%;
  width: 1.25em;
  height: 1.25em;
  line-height: 1.1;
  text-align: center;
  flex-shrink: 0;
  transform: translateY(.15em);
  font-weight: 500;
}
.point {
  padding:1em;
  border-radius: .5rem;
  display: flex;
  flex-direction: column;
  gap:.25em 1em;
  margin-top: 1.25em;
  border: 2px solid var(--blue);
}
.point dt{
  font-weight: 700;
  color: var(--blue);
}


/* ④ */
.price-container{
  text-align: center;
  margin: 1em auto;
  display: grid;
  gap:2rem;
  grid-template-columns:repeat(auto-fit,minmax(30rem,auto-fit));
  max-width: 38rem;
}
.price-container section{
  padding: 1.5rem;
  border-radius: .5rem;
  background: var(--white);
  flex:1;
  box-shadow: 0 0 1rem rgba(0,0,0,.1);
  display: flex;
  gap:.5rem;
  justify-content: space-between;
  align-items: center;
}
.price-container figure{
  width: 45%;
  max-width: 20rem;
  margin: 0;
}
.price-container  figure img{
  border-radius: .5rem;
}
.price-container section > div{
  margin: auto;
}
.price-container section h3{
  font-weight: 700;
  font-size: min(5.1vw,2rem);
}
.price-container p{
  margin-top: 0;
  text-align: center;
  font-weight: 400;
  font-size: 1.6rem;
}
.price-container .price{
  font-weight: 700;
  color: var(--navy);
  font-size: min(6.67vw,2.6rem);
}
.price-container .yen,
.price-container .tax{
  font-size: 0.75em;
  white-space: nowrap;
}

.list-kome > li{
  display: flex;
  gap:.25em;
}
.list-kome li::before{
  content:"※";
}

/* ⑤ */
#feature section{
  max-width: 30em;
  margin: 3rem auto 6rem;
}
.feature-head{
  text-align: center;
  margin-bottom: 1rem;
}
.feature-head img{
  width: 50%;
  max-width: 200px;
}
.feature-head h3{
  font-size: min(5.6vw,2.4rem);
  color: var(--navy);
  margin-top: 0.25em;
}

/* ⑥ */
.heiyou-container{
  display: flex;
  flex-direction: column;
  gap:1rem;
  text-align: center;
  margin-top: 1.25em;
  align-items: center;
}
.heiyou-container section{
  background: var(--white);
  flex:1;
  border-radius: 0 0 .5rem .5rem;
  max-width: 38rem;
  box-shadow: 0 0 1rem rgba(0,0,0,.1)
}
.heiyou-container h3{
  background: #F6425C;
  color:var(--white);
  font-weight: 500;
  padding:.25em .5em;
  font-size: 2.1rem;
  border-radius: .5rem .5rem 0 0;
}
.heiyou-container .bunkai h3{
  background: var(--blue);
}
.heiyou-container section img{
  width: min(80%,30rem);
}
.heiyou-container section p{
  padding:0 .75em .75em;
  margin-top: 0;
  text-align: center;
  line-height: 1.5;
}
.heiyou-container .plus{
  font-size: 4.5rem;
  margin-top: -.25em;
  line-height: 1;
  align-content: center;
}

/* ⑦ */
.list-qa dt{
  display: flex;
  font-weight: 700;
  margin-top: 1em;
  background: var(--lightgray);
  padding: .5em .75em;
  background: rgba(105, 193, 219,.2);
  border-radius: .25rem;
  gap: .5em;
}
.list-qa dt::before,
.list-qa dd::before{
  font-size: 1.1em;
  transform: translateY(-.1em);
}
.list-qa dt::before{
  content:"Q";
  color: var(--navy);

}
.list-qa dd{
  margin:.5em 0 1.75em 2em;
  display: flex;
  gap:.5em;
}
.list-qa dd::before{
  content:"A";
  color: #F5425C;
  font-weight: 600;
}
.list-qa dd:last-child{
  margin-bottom: 0;
}

/* ボタン */
.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);
}
.max640{
  max-width: 640px;
}
.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);
}
.mt3rem{
  margin-top: 3rem!important;
}
.pt-1rem{
  padding-top: .1rem;
}
.pb-1rem{
  padding-bottom: .1rem;
}
.pb3rem{
  padding-bottom: 3rem;
}
.pb6rem{
  padding-bottom: 6rem;
}
.font14rem{
  font-size: 1.4rem;
}
.fw400{
  font-weight: 400;
}
.upper{
  text-transform: uppercase;
}
.pc-only{
  display: none;
}

/*----------------------------------------
	タブレット　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;
  }

  /* ③ */
  .point {
    flex-direction: row;
  }

  /* ④ */
  .price-container{
    max-width: inherit;
    grid-template-columns:repeat(2,auto);
  }


  /* ⑥ */
  .heiyou-container{
    flex-direction: row;
    align-items:stretch;
  }

}

/*----------------------------------------
	PC　960px以上
----------------------------------------*/
@media (min-width: 960px) {
  header figure{
    width: 40%;
  }

  /* ④ */
  .price-container section{

  }
  .price-container section figure{
    width: calc(100% - 11em);
    margin:0;
  }

  /* ⑤ */
  .feature-container{
    display: flex;
    gap:2.25em;
  }
  .feature-container section{
    flex: 1;
  }
  .feature-head img{ 
    height: 12rem;
    width: auto;
  }

  /* 他 */
  br.pc-only{
    display: inline-block;
  }

}

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