@charset "UTF-8";

/* ================================================================
headline
================================================================ */
#headline h1 {
  letter-spacing: 0.2em;
}

/* PC ------------------ */
@media (min-width: 768px) {

  #headline > .wrap::after {
    background: url(../img/headline_img.png) no-repeat right bottom;
    background-size: auto 256px;
  }

}

/* end PC */
/* SP ------------------ */
@media (max-width: 767px) {

  #headline > .wrap::after {
    background: url(../img/headline_img.png) no-repeat right bottom;
    background-size: auto 150px;
  }

}

/* end SP */



/* ================================================================
main
================================================================ */
/* ===================================
feature
==================================== */
/* PC ------------------ */
@media (min-width: 768px) {

  .feature {
    width: 990px;
    z-index: 20;
    position: relative;
  }

  .feature p.lead {
    margin-top: 0;
    font-size: 1.75rem;
  }

  .feature .point {
    padding: 60px;
    margin-top: 30px;
    background-color: #fff;
    border: 5px solid #f0898e;
    border-radius: 15px;
  }

  .feature .point > div {
    min-height: 186px;
    padding-left: 225px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 186px auto;
  }

  .feature .point > div:not(:first-child) {
    min-height: 216px;
    padding-top: 30px;
    margin-top: 30px;
    background-position: 0 30px;
    border-top: 1px solid #dadcdc;
  }

  .feature .point1 {
    background-image: url(../img/img01.png);
  }

  .feature .point2 {
    background-image: url(../img/img02.png);
  }

  .feature .point3 {
    background-image: url(../img/img03.png);
  }

  .feature .point4 {
    background-image: url(../img/img04.png);
  }

  .feature .point h3 {
    padding-top: 9px;
    color: #eb6168;
    font-size: 3.2rem;
  }

  .feature .point h3 span::after {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 45px;
    bottom: -12px;
    z-index: 2;
    border-style: solid;
    border-width: 12px 3px 0 0px;
    border-color: #fff transparent transparent transparent;
    content: '';
  }

  .feature .point h4 {
    margin-top: 30px;
    color: #eb6168;
    font-size: 2.5rem;
  }

  .feature .point > div p {
    margin-top: 12px;
    font-size: 1.5rem;
  }

  .feature .point > div p.works_item {
    padding-left: 4.3em;
    text-indent: -4.3em;
    line-height: 1.8;
  }

}

/* end PC */
/* SP ------------------ */
@media (max-width: 767px) {

  .feature {
    padding: 0 6%;
  }

  .feature p.lead {
    margin-top: 0;
    font-size: 1.4rem;
  }

  .feature .point {
    padding: 24px 6%;;
    margin-top: 27px;
    border: 4px solid #f0898e;
    border-radius: 15px;
  }

  .feature .point > div {
    padding-bottom: 205px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 186px auto;
  }

  .feature .point > div:not(:first-child) {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #dadcdc;
  }

  .feature .point1 {
    background-image: url(../img/img01.png);
  }

  .feature .point2 {
    background-image: url(../img/img02.png);
  }

  .feature .point3 {
    background-image: url(../img/img03.png);
  }

  .feature .point4 {
    background-image: url(../img/img04.png);
  }

  .feature .point h3 {
    color: #eb6168;
    font-size: 2.4rem;
    text-align: center;
  }

  .feature .point h4 {
    margin-top: 30px;
    color: #eb6168;
    font-size: 2.1rem;
    line-height: 1.4;
  }

  .feature .point > div p {
    margin-top: 12px;
    font-size: 1.3rem;
  }

  .feature .point > div p.works_item {
    padding-left: 4.3em;
    text-indent: -4.3em;
    line-height: 1.8;
  }

}

/* end SP */
