@charset "UTF-8";
/*レスポンシブ*/
/*レイアウト*/
/*限定br指定*/
/*スマホだけbr*/
/*タブレットだけbr*/
/*パソコンだけbr*/
/*背景画像*/
/*文字サイズ*/
/*三角作る*/
/*マージン下レスポンシブ一括*/
/*アニメーション*/
/*カラーセット*/
/*グラデーション*/
/*書体*/
/*エフェクト・ぼかし*/
/*エフェクト・スクリーン*/
.prime_heart {
  /*----------------------------
          ヒーローヘッダー
     ----------------------------*/
  /*----------------------------
          イントロ
     ----------------------------*/
  /*----------------------------
          セクション01~03共通
     ----------------------------*/
  /*----------------------------
          セクション01
     ----------------------------*/
  /*----------------------------
          セクション02
     ----------------------------*/
  /*----------------------------
          セクション03
     ----------------------------*/
}

@media screen and (max-width: 480px) {
  .prime_heart .pc {
    display: none;
  }
}

.prime_heart .sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .prime_heart .sp {
    display: block;
  }
}

.prime_heart .heroheader {
  text-align: center;
  background: #fff0f2;
  padding: 80px 15px 170px;
}

@media screen and (max-width: 480px) {
  .prime_heart .heroheader {
    padding: 60px 15px 150px;
  }
}

.prime_heart .heroheader p {
  font-size: 1.5rem;
  margin-bottom: 1em;
}

@media screen and (max-width: 480px) {
  .prime_heart .heroheader p {
    font-size: 1.1rem;
  }
}

.prime_heart .heroheader img {
  max-width: 500px;
  width: 90%;
}

.prime_heart .intro {
  position: relative;
  top: -90px;
  max-width: 750px;
  width: 90%;
  margin: 0 auto -30px;
  padding: 45px;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 480px) {
  .prime_heart .intro {
    padding: 30px 15px;
  }
}

.prime_heart .intro h3 {
  text-align: center;
  margin-bottom: 21px;
  font-weight: 700;
  font-size: 2rem;
  color: #555;
}

@media screen and (max-width: 480px) {
  .prime_heart .intro h3 {
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}

.prime_heart .intro h3 span {
  color: #f23c6b;
  font-weight: 700;
}

.prime_heart .intro p {
  font-size: 1.5rem;
  line-height: 1.8em;
}

@media screen and (max-width: 480px) {
  .prime_heart .intro p {
    font-size: 1.3rem;
  }
}

.prime_heart .sec01, .prime_heart .sec02, .prime_heart .sec03 {
  padding: 30px 50px;
  margin-bottom: 90px;
}

@media screen and (max-width: 480px) {
  .prime_heart .sec01, .prime_heart .sec02, .prime_heart .sec03 {
    padding: 15px;
    margin-bottom: 60px;
  }
}

.prime_heart .sec01 h3, .prime_heart .sec02 h3, .prime_heart .sec03 h3 {
  text-align: center;
  font-size: 2.2rem;
  margin: 0 auto 45px;
  color: #555;
}

@media screen and (max-width: 480px) {
  .prime_heart .sec01 h3, .prime_heart .sec02 h3, .prime_heart .sec03 h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

.prime_heart .sec01 h3 p, .prime_heart .sec02 h3 p, .prime_heart .sec03 h3 p {
  display: inline-block;
  font-weight: 700;
  padding: 0 .5em 6px;
  border-bottom: solid 3px #93d139;
}

@media screen and (max-width: 480px) {
  .prime_heart .sec01 h3 p, .prime_heart .sec02 h3 p, .prime_heart .sec03 h3 p {
    padding: 0 0 6px;
    line-height: 1.5em;
    letter-spacing: -0.04em;
  }
}

.prime_heart .sec01 h3 span, .prime_heart .sec02 h3 span, .prime_heart .sec03 h3 span {
  color: #f23c6b;
  font-weight: 700;
}

.prime_heart .sec01 .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 60px;
  line-height: 1.8em;
}

.prime_heart .sec01 .item div {
  width: 60%;
}

@media screen and (max-width: 480px) {
  .prime_heart .sec01 .item div {
    width: 100%;
    margin-bottom: 14px;
  }
}

.prime_heart .sec01 .item > p {
  width: 35%;
}

@media screen and (max-width: 480px) {
  .prime_heart .sec01 .item > p {
    width: 100%;
  }
}

.prime_heart .sec01 .item > p img {
  width: 100%;
}

.prime_heart .sec01 .item h4 {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 480px) {
  .prime_heart .sec01 .item h4 {
    font-size: 1.8rem;
  }
}

.prime_heart .sec01 .item h4 p {
  font-size: 2rem;
  font-weight: 700;
  padding: 0 .3em;
  display: inline-block;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ffff7e 50%, #ffff7e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ffff7e 50%, #ffff7e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #ffff7e 50%, #ffff7e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffff7e',GradientType=0 );
  /* IE6-9 */
}

@media screen and (max-width: 480px) {
  .prime_heart .sec01 .item h4 p {
    font-size: 1.8rem;
  }
}

.prime_heart .sec01 .item .copy {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}

@media screen and (max-width: 480px) {
  .prime_heart .sec01 .item .copy {
    font-size: 1.3rem;
  }
}

.prime_heart .sec01 .item p {
  font-size: 1.5rem;
}

@media screen and (max-width: 480px) {
  .prime_heart .sec01 .item p {
    font-size: 1.3rem;
  }
}

.prime_heart .sec01 .item02 {
  flex-direction: row-reverse;
}

@media screen and (max-width: 480px) {
  .prime_heart .sec01 .item02 {
    flex-direction: inherit;
  }
}

.prime_heart .sec01 .item03 {
  margin: 0;
}

.prime_heart .sec02 .msj {
  text-align: center;
  margin-bottom: 30px;
}

.prime_heart .sec02 .msj img {
  margin: 0 auto;
}

.prime_heart .sec02 .msj .pc {
  width: 90%;
}

.prime_heart .sec02 .msj .sp {
  margin-bottom: 12px;
  height: 70px;
}

.prime_heart .sec02 .msj .calc {
  height: 30px;
}

.prime_heart .sec02 p {
  line-height: 1.8em;
}

.prime_heart .sec03 h3 {
  margin-bottom: 120px;
}

@media screen and (max-width: 480px) {
  .prime_heart .sec03 h3 {
    margin-bottom: 60px;
  }
}

.prime_heart .sec03 .item {
  position: relative;
  margin-bottom: 120px;
  padding: 90px 60px 70px;
  text-align: center;
  border-radius: 10px;
  line-height: 1.5em;
}

@media screen and (max-width: 896px) {
  .prime_heart .sec03 .item {
    padding: 70px 30px 40px;
  }
}

@media screen and (max-width: 480px) {
  .prime_heart .sec03 .item {
    margin-bottom: 90px;
    padding: 50px 15px 30px;
  }
}

.prime_heart .sec03 .item h3 {
  position: absolute;
  -webkit-transform: translateY(0) translateX(-50%);
  -moz-transform: translateY(0) translateX(-50%);
  -ms-transform: translateY(0) translateX(-50%);
  -o-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
  top: -60px;
  left: 50%;
}

@media screen and (max-width: 480px) {
  .prime_heart .sec03 .item h3 {
    top: -40px;
  }
}

.prime_heart .sec03 .item h3 img {
  background: #fff;
  padding: 0 18px;
}

@media screen and (max-width: 480px) {
  .prime_heart .sec03 .item h3 img {
    max-width: inherit;
    height: 60px;
  }
}

.prime_heart .sec03 .item > div {
  padding: 21px;
  margin-bottom: 15px;
  line-height: 1.8em;
}

@media screen and (max-width: 480px) {
  .prime_heart .sec03 .item > div {
    padding: 15px;
  }
}

.prime_heart .sec03 .item p {
  font-size: 1.5rem;
}

@media screen and (max-width: 480px) {
  .prime_heart .sec03 .item p {
    font-size: 1.3rem;
  }
}

.prime_heart .sec03 .item .copy {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 15px;
}

@media screen and (max-width: 480px) {
  .prime_heart .sec03 .item .copy {
    font-size: 1.8rem;
  }
}

.prime_heart .sec03 .item .copy span {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 9px;
}

@media screen and (max-width: 480px) {
  .prime_heart .sec03 .item .copy span {
    font-size: 1.4rem;
  }
}

.prime_heart .sec03 .item_m {
  border: solid 3px #0090d6;
}

.prime_heart .sec03 .item_m > div {
  background: #e6f2f8;
}

.prime_heart .sec03 .item_m .copy {
  color: #0090d6;
}

.prime_heart .sec03 .item_s {
  border: solid 3px #892890;
}

.prime_heart .sec03 .item_s > div {
  background: #f8eff9;
}

.prime_heart .sec03 .item_s .copy {
  color: #892890;
}

.prime_heart .sec03 .item_j {
  margin-bottom: 0;
  border: solid 3px #d71149;
}

.prime_heart .sec03 .item_j > div {
  background: #f9efef;
}

.prime_heart .sec03 .item_j .copy {
  color: #d71149;
}
