@charset "UTF-8";

/*
  2024/07
  依頼記号:a-1
*/
/*fvのテキスト調整*/
.topMv {
  height: auto;
  background-position-y: -100px;
}
.topMv_wrap {
  padding-top: 11rem;
}
.topMv_txt00 {
  font-size: 2.5rem;
  padding: 1rem 1.5rem;
  margin: 0 0 3rem;
}
.topMv_txt01 {
  font-size: 5rem;
  line-height: 6rem;
}
.topMv_txt01 span:before {
  top: -3.7rem;
}
.topMv_txt02 {
  font-size: 2rem;
}
.topMv_btn {
  margin-top: 2rem;
}
.c-btn01_line a {
  font-size: 2.4rem;
}
.c-btn01_line img {
  width: 5.5;
}
@media only screen and (max-width: 769px) {
  .c-header_wrap {
    margin-top: 1rem;
  }
  .topMv {
    background-position-y: 0;
  }
  .c-header_logo {
    width: 13rem;
  }
  .topMv_wrap {
    padding-top: 5rem;
  }
  .topMv_txt00 {
    font-size: 1.3rem;
    padding: 0.5rem 1rem;
    margin: 0 0 2rem;
  }
  .topMv_txt01 {
    font-size: 3rem;
    line-height: 3.7rem;
  }
  .topMv_txt01 span:before {
    top: -2.3rem;
  }
  .topMv_txt02 {
    font-size: 1.4rem;
    margin-top: 0.5rem;
    line-height: 1.5;
  }
  .topMv_txt02 .c-onlySp:first-child{
    display: none;
  }
  .topMv_btn {
    margin-top: 1rem;
  }
  .c-btn01_line a {
    font-size: 1.4rem;
    justify-content: center;
  }
  .c-btn01_line img {
    width: 3rem;
  }
}
/*fvの強み部分*/
.topMvForte{
  background: linear-gradient(#6fc3d3 0%, #0e7092 100%);
  margin: 5rem 0 7rem;
  /* position: relative; */
}
/* .topMvForte img{
  position: absolute;
  width: 43rem;
  right: 0;
  left: 0;
  margin: -16rem auto 0;
} */
.topMvForte_list{
  width: 98%;
  max-width: 120rem;
  padding: 5rem 1rem;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topMvForte_list li{
  width: 24%;
  height: 10rem;
  background: #fff;
  border-radius: 3rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.5;
}
.topMvForte_list li span{
  color: #ef885f;
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px solid #ef885f;
  padding: 0 0.5rem 1px;
  font-size: 2.2rem;
  line-height: 1;
}
@media only screen and (max-width: 769px) {
  .topMvForte{
    margin: 1.5rem 0 12rem;
  }
  /* .topMvForte img{
    width: 23rem;
    margin: 0 auto;
    bottom: -9rem;
  } */
  .topMvForte_list {
    padding: 1.5rem 1rem;
  }
  .topMvForte_list li{
    width: 49%;
    height: 5rem;
    line-height: 1.4;
    margin: 0.5rem 0;
    font-size: 1.3rem;
    border-radius: 1.5rem;
  }
  .topMvForte_list li span{
    padding: 0 0.2rem 1px;
    font-size: 1.4rem;
  }
}
/*アフターピル画像*/
.topType_img{
  position: absolute;
  width: 50rem;
  height: auto;
  right: 0;
  top: 15rem;
}
.topType_tbl .-img{
  width: 15rem;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 769px) {
  .topType_tbl {
    margin-top: 15rem;
  }
  .topType_img{
    width: 25rem;
    left: 0;
    margin: auto;
    top: 21rem;
  }
  .topType_tbl .-img{
    width: 10rem;
  }
}
/*===  END:a-1  ===*/
