@charset "UTF-8";
/*---------- header ----------*/

/*---------- main ----------*/
.fl_heading {
  padding: 10rem 0 0;
  background-image: url(../images/campaign-mv.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  height: 24rem;
}

.fl_heading::before {
  background: #000;
  opacity: 0.7;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.fl_heading .title-h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: normal;
  text-align: center;
}

.fl_heading .title-h1 span {
  font-size: 2.4rem;
  display: block;
}




/* parts campaign */
.fl_campaign {
  padding: 8rem 0;
}

.fl_campaign .title-h2 {
  position: absolute;
  left: -9999px;
}

/* parts top_marketprice */
.fl_top_marketprice {
  padding: 8rem 0;
  position: relative;
}

.fl_top_marketprice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/marketprice_image.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.7;
  z-index: -1;
}

.fl_top_marketprice h2 {
  font-size: 1.4rem;
  font-weight: normal;
  position: relative;
  margin: 0 auto 2rem;
  padding: 7px 10px;
  background: #000;
  width: fit-content;
  color: #fff;
}

.fl_top_marketprice h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #000;
}

.fl_top_marketprice .marketprice_info {
  margin: 4rem auto 0;
  width: 80rem;
  background-color: white;
  color: black;
  opacity: 0.85;
  padding: 15px;
  border-radius: 5px;
}

.fl_top_marketprice .title {
  font-weight: bold;
  font-size: 1.7rem;
  margin-bottom: 2rem;
}

.fl_top_marketprice .price_explain {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  letter-spacing: normal;
}

.fl_top_marketprice .price_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.4rem;
  letter-spacing: normal;
}

.fl_top_marketprice .price_info {
  font-size: 1.6rem;
  border-bottom: solid 1px #8E8E8E;
  padding: 2rem 2.4rem;
}

.fl_top_marketprice .price_heading {
  height: 4.4rem;
  background-color: #B6000E;
  font-weight: 700;
  color: white;
}

.fl_top_marketprice .price_list .price_01 {
  width: 40rem;
}

.fl_top_marketprice .price_list .price_02 {
  width: 15rem;
}

.fl_top_marketprice .price_list .price_03 {
  width: 20rem;
}


/* parts top_service */
.fl_top_service {
  padding: 4rem 0;
  background-color: #FFF100;
}

.fl_top_service .service_description {
  color: black;
  font-size: 1.7rem;
  font-weight: bold;
  margin-top: 20px;
}

.fl_top_service h2 {
  font-size: 1.4rem;
  font-weight: normal;
  position: relative;
  margin: 0 auto 2rem;
  padding: 7px 10px;
  background: #000;
  width: fit-content;
  color: #fff;
}

.fl_top_service h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #000;
}

.fl_top_service .service_box {
  margin: 4rem 0 1.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.fl_top_service .service_item {
  flex: 0 0 31.5%;
  margin-bottom: 2.8rem;
}

.fl_top_service .service_box::after {
  display: block;
  content: "";
  width: 30.4rem;
}

.fl_top_service .item_image {
  width: 100%;
  aspect-ratio: 3 / 2.5;
  overflow: hidden;
}

.fl_top_service .item_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px 8px 0 0;
}

.fl_top_service .item_title {
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 8px;
}

.fl_top_service .item_detail {
  position: relative;
  background-color: #000000d4;
  text-align: center;
  min-height: 200px
}

.fl_top_service .item_total {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 1.9rem;
  font-weight: bold;
  background-color: #E60012;;
  padding: 3px 0;
}

.fl_top_reason {
  padding: 4rem 0;
  background-color: #E60012;
}

.fl_top_reason h2 {
  font-size: 1.4rem;
  font-weight: normal;
  position: relative;
  margin: 0 auto 2rem;
  padding: 7px 10px;
  background: #000;
  width: fit-content;
  color: #fff;
}

.fl_top_reason h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #000;
}

.fl_top_reason .reason_description {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}

.fl_top_reason .reason_items {
  margin-top: 50px;
}

.fl_top_reason .reason_item {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.fl_top_reason .reason_icon{
  background-image: url(../images/reason-icon-bg.png);
  width: 80px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fl_top_reason .reason_number{
  position: absolute;
  top: 12%;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -1px;
}

.fl_top_reason .reason_item .reason_icon_box .reason_title{
  display: none;
}

.fl_top_reason .reason_item .reason_detail {
  margin-left: 40px;
}

.fl_top_reason .reason_item .reason_title {
  font-size: 3rem;
  text-align: left;
}

.fl_top_reason .reason_item .reason_text {
  font-size: 17px;
  margin: 1rem 2rem 0;
}

.fl_top_point {
  padding: 4rem 0;
  background-color: #FFF100;
  color: black;
}

.fl_top_point .point-circle {
  width: 80px;
  height: 80px;
  border: 1px solid #333;
  border-radius: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: sans-serif;
  position: relative;
  color: #333;
}

.fl_top_point .point-circle .point-label {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0px;
  margin-bottom: -13px;
  margin-top: 5px;
}

.fl_top_point .point-circle .point-number {
  font-size: 30px;
  font-weight: 600;
  margin-top: -5px;
  letter-spacing: -0.5px;
}

.fl_top_point h2 {
  font-size: 1.4rem;
  font-weight: normal;
  position: relative;
  margin: 0 auto 2rem;
  padding: 7px 10px;
  background: #000;
  width: fit-content;
  color: #fff;
}

.fl_top_point h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #000;
}

.fl_top_point .point_description {
  font-size: 2.7rem;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
.fl_top_point .point_items{
  margin-top: 50px;
}
.fl_top_point .point_item {
  margin-bottom: 50px;
}
.fl_top_point .point_item .point_title{
  display: flex;
  align-items: center;
}
.fl_top_point .point_item .point_title .point_title_text {
  font-size: 3rem;
}
.fl_top_point .point_item .point_image{
  margin-right: 20px;
}
.fl_top_point .point_detail{
  display: flex;
  margin-top: 20px;
  width: 80%;
}
.fl_top_point .point_text{
  margin-left: 20px;
  font-size: 17px;
}
/*---------- footer ----------*/

/*==========================================================================
■ PC版のみ
==========================================================================*/
@media screen and (min-width: 769px) {
  /*---------- header ----------*/

  /*---------- main ----------*/

  /*---------- footer ----------*/

}

/*==========================================================================
■ Tab版
==========================================================================*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /*---------- header ----------*/

  /*---------- main ----------*/

  /*---------- footer ----------*/

}


/*==========================================================================
■ SP版
==========================================================================*/
@media screen and (max-width: 768.98px) {

  /*---------- header ----------*/

  /*---------- main ----------*/
  .fl_heading .title-h1 {
    font-size: 2rem;
  }

  .fl_heading .title-h1 span {
    font-size: 1.2rem;
  }


  /* parts campaign */
  .fl_campaign {
    padding: 0 0 4rem;
  }

  .fl_campaign img {
    width: 100%;
  }

  /* parts top_marketprice */
  .fl_top_marketprice {
    padding: 4rem 0;
  }

  .fl_top_marketprice .marketprice_info {
    width: 100%;
  }

  .fl_top_marketprice .price_explain {
    font-size: 1.2rem;
  }

  .fl_top_marketprice .price_heading {
    font-size: 1.2rem;
    padding: 0 1rem;
  }

  .fl_top_marketprice .price_info {
    font-size: 1.2rem;
    line-height: normal;
    padding: 1rem;
  }

  .fl_top_marketprice .price_list .price_01 {
    width: 10rem;
  }

  .fl_top_marketprice .price_list .price_02 {
    width: 10rem;
  }

  .fl_top_marketprice .price_list .price_03 {
    width: 15rem;
  }

  .fl_top_reason .reason_item .reason_detail {
    margin-left: 0;
  }

  .fl_top_reason .reason_item{
    display: block;
  }

  .fl_top_reason .reason_item .reason_icon_box{
    display: flex;
    align-items: center;
  }

  .fl_top_reason .reason_icon{
    background-image: url(../images/reason-icon-bg.png);
    width: 80px;
    height: 100px;
    position: relative;
    transform: scale(0.7);
  }

  .fl_top_reason .reason_item .reason_icon_box img{
    width: 16%;
  }


  .fl_top_reason .reason_item .reason_icon_box .reason_title{
    display: block;
    font-size: 1.4em;
  }

  .fl_top_reason .reason_item .reason_detail .reason_title{
    display: none;
  }

  .fl_top_reason .reason_item .reason_text{
    font-size: 14px;
  }

  .fl_top_point .point_item .point_title .point_title_text {
    font-size: 2.7rem;
  }

  .fl_top_point .point_detail{
    display: block;
    width: 100%;
  }

  .fl_top_point .point_text{
    margin-left: 0;
    margin-top: 20px;
  }

  .fl_top_point .point_detail img{
    width: 100%;
  }

  .fl_top_point .point-circle {
    width: 60px;
    height: 60px;
  }
  
  .fl_top_point .point-circle .point-label {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0px;
    margin-bottom: -13px;
    margin-top: 5px;
  }

  .fl_top_point .point-circle .point-number {
    font-size: 25px;
    font-weight: 600;
    margin-top: -5px;
    letter-spacing: -0.5px;
  }

  /* parts top_service */
  .fl_top_service {
    padding: 4rem 0;
  }
  .fl_top_service .service_box{
    display: block;
    margin-left: 30px;
    margin-right: 30px;
  }

  .fl_top_service .service_item {
    width: 100%;
    margin-bottom: 2rem;
  }

  .fl_top_service .item_detail {
    min-height: auto
  }
  
  .fl_top_service .item_total {
    position: relative;
    margin-top: 20px;
  }





  /*---------- footer ----------*/

}

/*---------- レイアウト微調整 ----------*/