article {
  overflow: hidden; }

.service_block {
  padding-left: 7.5rem;
  width: 115rem;
  margin: 0 auto; }
  .service_block .m_con {
    padding-top: 11rem;
    padding-bottom: 18rem; }
  .service_block .intro {
    padding-bottom: 13rem; }
    .service_block .intro h2 {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      font-size: 4.7rem;
      padding-bottom: 3rem;
      line-height: 1;
      width: 100%; }
      .service_block .intro h2 .en {
        font-weight: 100;
        font-size: 8.8rem;
        line-height: 1;
        color: #c3d72c;
        padding-right: 2rem; }
    .service_block .intro p {
      font-size: 1.7rem;
      line-height: 1.76;
      padding-left: 7.4rem; }
  .service_block .flow {
    margin-left: 7.4rem;
    padding-bottom: 12rem;
    width: 88.2rem; }
    .service_block .flow h3 {
      font-size: 2.3rem;
      font-weight: 600;
      padding-bottom: 3.4rem;
      line-height: 1; }
  .service_block .point {
    margin-left: 7.4rem;
    padding-bottom: 10rem;
    width: 88.2rem; }
    .service_block .point h3 {
      font-size: 2.3rem;
      font-weight: 600;
      padding-bottom: 3.4rem;
      line-height: 1;
      text-align: center; }
    .service_block .point ul {
      margin-left: -4rem;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center; }
      .service_block .point ul li {
        margin-left: 4rem;
        width: 25rem;
        height: 25rem;
        border-radius: 50%;
        background-color: #c4d72d;
        list-style: none;
        text-align: center;
        padding: 4rem 3.5rem 0; }
        .service_block .point ul li h4 {
          font-weight: 600;
          font-size: 2.1rem; }
        .service_block .point ul li p {
          font-size: 1.6rem; }
  .service_block .faq {
    margin-left: 7.4rem;
    width: 88.2rem;
    padding-bottom: 8.5rem; }
    .service_block .faq h3 {
      font-size: 2.3rem;
      font-weight: 600; }
      .service_block .faq h3 span {
        font-size: 3rem;
        padding-right: 0.5rem; }
    .service_block .faq dl {
      border-bottom: 1px solid #737373; }
      .service_block .faq dl:first-of-type {
        border-top: 1px solid #737373; }
      .service_block .faq dl dt {
        cursor: pointer;
        font-weight: 600;
        font-size: 2.1rem;
        padding: 1.5rem 7rem;
        position: relative; }
        .service_block .faq dl dt:before {
          content: "Q";
          color: #c3d72c;
          font-size: 4.1rem;
          font-weight: 500;
          position: absolute;
          top: -0.4rem;
          left: 2rem; }
        .service_block .faq dl dt:after {
          content: "";
          width: 3rem;
          height: 3rem;
          background: url(../images/service/acdn.svg) 0 0 no-repeat;
          background-size: 100% auto;
          position: absolute;
          right: 1.4rem;
          top: 50%;
          margin-top: -1.5rem;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .service_block .faq dl dt.is-open:after {
          transform: scale(1, -1); }
      .service_block .faq dl dd {
        display: none;
        padding: 0 7rem;
        font-size: 1.7rem;
        line-height: 1.76;
        padding-bottom: 2rem; }
  .service_block .btn_wrap a {
    border-radius: 3.5rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #4c4948;
    color: #fff;
    width: 56rem;
    height: 7rem;
    margin: 0 auto;
    font-weight: 600;
    font-size: 2.1rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .service_block .btn_wrap a:hover {
      background-color: #c3d72c; }

#service01 {
  background-color: #f3f3f3;
  position: relative; }
  #service01:before {
    content: "";
    z-index: -1;
    position: absolute;
    width: 50vw;
    height: 100%;
    background-color: #f3f3f3;
    top: 0;
    left: 100%; }

.service02_wrap {
  position: relative; }
  .service02_wrap .line_left {
    bottom: -25.6rem;
    left: 0; }
  .service02_wrap .line_right {
    right: 0;
    top: -37.5rem; }

#service03 {
  background-color: #f3f3f3;
  position: relative;
  margin-bottom: 12rem; }
  #service03:before {
    content: "";
    z-index: -1;
    position: absolute;
    width: 50vw;
    height: 100%;
    background-color: #f3f3f3;
    top: 0;
    right: 100%; }

@media screen and (max-width: 767px) {
  .page-ttl {
    padding-bottom: 13rem; }

  .service_block {
    padding-left: 0;
    width: 100%;
    margin: 0 auto; }
    .service_block .m_con {
      padding-top: 10rem;
      padding-bottom: 20rem; }
    .service_block .intro {
      padding-bottom: 6rem; }
      .service_block .intro h2 {
        font-size: 4.3rem;
        padding-bottom: 3rem; }
        .service_block .intro h2 .en {
          font-size: 8.9rem;
          padding-right: 2rem; }
      .service_block .intro p {
        font-size: 2.5rem;
        line-height: 1.56;
        padding-left: 0; }
    .service_block .flow {
      margin-left: 0;
      padding-bottom: 10rem;
      width: 100%; }
      .service_block .flow h3 {
        font-size: 3.1rem;
        padding-bottom: 1rem; }
    .service_block .point {
      margin-left: 0;
      padding-bottom: 8rem;
      width: 100%; }
      .service_block .point h3 {
        font-size: 3.1rem;
        padding-bottom: 3.4rem; }
      .service_block .point ul {
        margin-left: 0;
        display: block; }
        .service_block .point ul li {
          margin: 0 auto;
          margin-bottom: 3rem;
          width: 46rem;
          height: 46rem;
          padding: 0 5rem;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          align-items: center;
          flex-flow: column; }
          .service_block .point ul li h4 {
            font-size: 4.2rem; }
          .service_block .point ul li p {
            font-size: 2.6rem; }
    .service_block .faq {
      margin-left: 0;
      padding-bottom: 10rem;
      width: 100%; }
      .service_block .faq h3 {
        font-size: 3.1rem;
        padding-bottom: 4rem; }
        .service_block .faq h3 span {
          font-size: 3.7rem;
          padding-right: 0.5rem; }
      .service_block .faq dl dt {
        font-weight: 600;
        font-size: 2.4rem;
        padding: 3.5rem 7rem;
        position: relative; }
        .service_block .faq dl dt:before {
          font-size: 5.6rem;
          top: 0.8rem;
          left: 0.5rem; }
        .service_block .faq dl dt:after {
          width: 4rem;
          height: 4rem;
          right: 0.4rem;
          margin-top: -2rem; }
      .service_block .faq dl dd {
        padding: 0 7rem;
        font-size: 2.4rem;
        line-height: 1.56;
        padding-bottom: 3rem; }
    .service_block .btn_wrap a {
      border-radius: 6rem;
      width: 64.3rem;
      height: 12rem;
      font-size: 2.7rem; }

  #service01:before {
    display: none; }

  .service02_wrap {
    position: relative; }
    .service02_wrap .line_left {
      background: url(../images/common/line_left02_sp.png) 0 0 no-repeat;
      background-size: 100% auto;
      width: 13.9rem;
      height: 46.6rem;
      top: 140rem;
      bottom: auto; }
    .service02_wrap .line_right {
      background: url(../images/common/line_right_sp_y.png) 0 0 no-repeat;
      background-size: 100% auto;
      width: 6.9rem;
      height: 40.3rem;
      top: -27rem; }

  #service03 {
    margin-bottom: 20rem; }
    #service03:before {
      display: none; } }
