@media(max-width:968px){
  /* header */
    .header {
      height: auto;
      display: flex;
      justify-content: flex-start;
      padding: 0 10px;
      box-sizing: border-box;
      width: 100%;
      align-items: center;
      margin: 0;
    }

    /* logo_area */
    .logo_area {
      display: block;
      align-items: center;
      margin: 0 auto;
      margin-right: 10px;
      margin-left: 0;
    }

    .logo_img {
      text-align: center;
      max-width: 150px;
      display: block;
      margin: 0 auto;
      /* height: 52px; */
    }

    .sub_site_ttl {
      margin-left: 20px;
      font-size: 13px;
      margin-top: 5px;
      text-align: center;
    }

    /* headerã®ãƒœã‚¿ãƒ³ï¼’ã¤ */
    .header_cta {
      display: flex;
    }

    /* é›»è©±ãƒœã‚¿ãƒ³ */
    .info .inner {
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 14px;
    }
    .info .inner  .text_area p {
      font-size: 25px;
    }

    .header_tell_cta  .test  .text_area p {
      font-size: 25px;
    }

    .sp_contact_area{
      display: flex;
      align-items: center;
      width: auto;
      margin: 10px auto;
      margin: 0;
      margin-left: auto;
    }

    .info .text_area {
      margin-left: 16px;
    }


    .info .text_area p {
      font-size: 14px;
      padding-bottom: 5px;
    }

    .info .text_area a {
      display: block;
      font-size: 22px;
      font-weight: bold;
      color: #333;
      text-decoration: none;
    }

    .phone_icon {
      width: 25px;
      height: 25px;
    }

    .info {
      border: none;
      border-radius: 30px;
      width: 100%;
      height: 52px;
      margin-right: 20px;
    }


    /* LINEãƒœã‚¿ãƒ³ */
    .header_sns_area {
      margin-left: 0;
      width: 100%;
      height: auto;
      background-color: transparent;
      border-radius: 0;
      box-shadow: 0 0 0 0;
    }

    .header_sns_area img {
      width: 25px;
      height: 25px;
    }

    .header_sns_area .inner {
      align-items: center;
      display: flex;
      justify-content: center;
    }

    /* .header_sns_area .inner a{
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
    } */
    .header_sns_area .inner span {
      font-size: 20px;
      color: #fff;
      font-weight: bold;
    }

    /* mainvisual */
    /* .gradient {
    background: transparent linear-gradient(70deg, #FFFFFF 0%, #E0E0E0 89%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
  } */
    .mv {
      display: block;
      align-items: center;
      /* width: 1200px; */
      position: relative;
      background: transparent linear-gradient(70deg, #FFFFFF 0%, #E0E0E0 89%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
      opacity: 1;
      width: 100%;
      padding-top:30px;
      z-index: -1;
    }

    /* mvã®å·¦å´ */
    .mv_left {
      padding-left: 0;
      margin:0 auto;
      width: 100%;
      margin-bottom: 10px;
    }

    .label {
      position: relative;
      width: 40%;
      margin-bottom: 5px;
      display: block;
      margin: 0 auto;
    }

    .label img{
      width: 100%;
    }

    .mv_left .label .label_text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 14px;
      font-weight: bold;
      color: #372100;
      text-align: center;
      margin: 0 auto;
      width: 100%;
    }

    .mv_left .label_text span {
      font-size: 17px;
    }

    .mv_ttl {
      font-size: 30px;
      font-weight: bold;
      line-height: 1.2;
      text-align: center;
      margin: 10px auto;
    }

    .mv_ttl br{
      /* display: none; */
    }

    .red {
      color: #FF3737;
    }

    .left_items {
      display: flex;
      justify-content: center;
      width: 96%;
      margin:0 auto;
    }


    .left_items li+li {
      margin-left: 17px;
    }

    .left_items .label_items {
      position: relative;
      text-align: center;
    }

    .left_items .label_items img {
      width: 100%;
    }

    .left_items .label_items .label_text {
      position: absolute;
      top: 50%;
      left: 50%;
      color: #fff;
      /* xdã§ã¯28pxã ãŒã€å…¨ã¦ã®fszã‚’çµ±ä¸€ã—ã¦ */
      /* çœŸã‚“ä¸­é…ç½®ã™ã‚‹ãŸã‚ã«22pxã«ã—ãŸ */
      font-size: 13px;
      font-weight: bold;
      transform: translate(-50%, -50%);
    }

    /* mvã®å·¦å´ã€€çµ‚ã‚ã‚Š */

    /* mvã®å³å´ */
    .mv_right {
      width: 100%;
      display: block;
      margin-left: auto;
      text-align: right;
    }

    .image_items{
      display: flex;
      width: 100%;
      margin-left: 0;
    }

    .image_items img {
      width: 100%;
      /* max-width: ; */
    }

    .mv_item{
        width:100%
    }
    .mv_item img{
        width: 100%;
    }

    .staff_image {
      z-index: 2;
      position: absolute;
      bottom: 0%;
      right: 0;
      z-index: 0;
    }

    @media(max-width:1400px) {
      .staff_image {
        z-index: 2;
        position: absolute;
        bottom: 0%;
        right: 0;
      z-index: 0;

      }
    }

    .staff_image img {
      width: 62%;
      margin-left: auto;
      display: block;
    }


    /* mail ctaãƒœã‚¿ãƒ³ */
    .header_mail_cta_btn {
      width: 130px;
      height: 130px;
      background-color: #FF3737;
      border-radius: 65px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      right: 40px;
      bottom: -67px;
      z-index: 3;
    }

    .header_mail_cta_btn .inner {
      text-align: center;
    }

    .header_mail_cta_btn .mail_icon {}

    .header_mail_cta_btn p {
      font-size: 14px;
      color: #fff;
      font-weight: bold;
      padding-top: 10px;
      line-height: 1.5;
    }

    /*problemã‚»ã‚¯ã‚·ãƒ§ãƒ³ */
    .problem {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 10px;
      margin-top: 30px;
    }

    .problem h2,
    .sec_sub_ttl {
      text-align: center;
      line-height: 1.5;
    }

    .problem h2 {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 15px;
    }

    .problem_inner {
      max-width: 1200px;
      margin: 0 auto;
      /* heightã‚’çµ¶å¯¾æŒ‡å®šã—ãªã„ */
      /* height: 413px; */
      padding: 15px 15px;
      border: solid 3px;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }

    .problem_list li {
      display: flex;
      align-items: center;
      margin-bottom: 32px;
    }

    .problem_list li:last-child {
      margin-bottom: 0;
    }

    .problem_list li p {
      margin-left: 16px;
      font-size: 14px;
      font-weight: 900;
      line-height: 1.3;
    }
    .problem_list li img {
      height: 32px;
    }


    .problem_list {
      list-style: url(../img/top_07-2.png);
    }

    .problem_list_ttl {
      background-color: #000;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      max-width: 1200px;
      margin: 0 auto;
      padding: 23px 0;
    }

    .problem_outer {
      display: none;
      position: absolute;
      right: 9px;
      bottom: -206px;
      z-index: -10;
      width: 100%;
    }

    .problem_outer img {
      width: 100%;
      max-width: 166px;
      text-align: right;
      margin-left: auto;
      display: block;
    }

    .arrow {
      text-align: center;
      margin-top: 30px;
      margin-bottom: 30px;
    }
    .arrow img {
      display: block;
      width: 25px;
      margin: 0 auto;
    }

    /* ãŠä»»ã›ãã ã•ã„ */
    .take_care_of {
      max-width: 1200px;
      margin: 0 auto;
    }


    .take_care_of .container {
      display: flex;
      align-items: flex-end;
    }

    .take_care_of .container .left_img img {
      display: none;
      max-width: 230px;
      width: 100%;
    }

    .take_care_of .container .right .sec_ttl_big {
      font-size: 20px;
      text-align: center;
    }

    .take_care_of .container .right .sec_ttl_small {
      font-size: 20px;
      text-align: center;
    }

    .take_care_of .right {
      margin-left: 0;
      margin:0 auto;
    }

    .take_care_of .container .right img {
      /* display: block; */
      margin: 0 auto;
      width: 75%;
    }

    /* ä¾‹ãˆã° */
    .example {
      max-width: 1200px;
      margin: 0 auto;
    }
    .example .pcNone .up {
      text-align: center;

    }
    .example .sec_ttl_area {
      margin-top: 160px;
      margin-bottom: 77px;
      margin: 0 auto;
    }

    .example .sec_ttl_area .inner .down::before {
      content: '▼▼;
      color: #4CAD7E;

    }

    .example .sec_ttl_area .inner .down::after {
      content: "▼▼";
      color: #4CAD7E;
    }

    .consultation .middlearrow {
      margin: 30px 0 30px 0;
    }


    .example .sec_ttl_area .inner .example_up {
      text-align: center;
      font-size: 30px;
      margin-top: 20px;
    }
    .example .sec_ttl_area .inner .example_up .red {
      position: static;
      font-size: 20px;
    }



    .example .sec_ttl_area .down {
      /* display: inline-block; */
    }

    .example .sec_ttl_area .down p {
      font-size: 40px;
      text-align: center;

    }

    .example_items {
      margin: 0 auto;
      max-width: 900px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }

    .example_items .d_item {
      /* display: block; */
      border: solid 2px;
      border-left: 30px solid #000;
      width: 43%;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      margin: 0 10px;
      margin-bottom: 26px;example_arrow
    }

    .example_items .d_item p {
      padding: 11px 11px;
      font-weight: bold;
      font-size: 12px;
    }

    .example .bottom_ttl {
      text-align: center;
      font-size: 20px;
    }

    .example .border_img {
      text-align: center;
    }

    .example .border_img img {
      display: block;
      width: 70%;
      height: 15px;
      margin: 0 auto;
    }
    .example_arrow {
      width: 200px;
      margin: 30px auto;
    }
    .example_arrow img {
      width: 100%;
    }
    .problem_arrow {
      width: 200px;
      margin: 30px auto;
    }
    .problem_arrow img {
      width: 100%;
    }



    /* è²·å–å®Ÿç¸¾ */
    .result {
      margin: 0 auto;
      margin-top: 30px;
    }
    .result .sec_ttl_area {
      padding-top: 30px;
    }
    .result_price_label.pcNone {
      position: absolute;
      bottom: 0%;
      right: -14%;
      width: 50%;
  }

    /* ã‚¿ã‚¤ãƒˆãƒ«éƒ¨åˆ† */
    .sec_ttl_area .up {
      text-align: center;
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 16px;
      padding-top: 0;
    }
    .sec_ttl_area .up img {
      height: 20px;
      display: inline-block;
    }


    .sec_ttl_area .down {
      text-align: center;
      font-size: 15px;
      font-weight: bold;
      margin-bottom: 30px;
    }

    /* èƒŒæ™¯ */
    .result {
      background-image: url(../img/top_13.png);
      position: relative;
      z-index: 0;
    }

    .result ::before {
      content: '';
      background: white;
      width: 24.5%;
      height: 100%;
      z-index: -1;
      position: absolute;
      top: 0%;
      left: 0%;
    }

    /* ã‚¢ã‚¤ãƒ†ãƒ ã‚¨ãƒªã‚¢å…¨ä½“ */
    .result_inner_items {
      max-width: 1200px;
      margin: 0 auto;
      display: block;
      justify-content: center;
      flex-wrap: wrap;
      z-index: 2;
    }

    .result_inner_items .inner_item {
      margin: 30px 0;
    }
    .result_item_arrow img {
      display: block;
      height: 10px;
    }
    .result_item_arrow {
      display: flex;
      justify-content: center;
      margin: 5px 0;
    }


    .result_inner_items .inner_item {
      width: 90%;
      margin: 20px auto;
      max-width: 550px;
      background-color: #fff;
      border: solid 1px;
      padding: 20px;
      box-sizing: border-box;
    }





    /* inner_item_head */
    .inner_item_head {
      display: block;
      justify-content: center;
      align-items: flex-start;
      margin: 0 auto;
    }

    .inner_item_head_text p {
      width: 100%;
      margin: 20px auto;
      /* max-width: 365px; */
      letter-spacing: 0.025em;
    }


    .inner_item_head_label {
      width: 100%;
      margin: 0 auto;
      height: 65px;
      background-color: #000;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .inner_item .inner_item_head_label p {
      color: #fff;
      /* lhã§ä¸Šä¸‹çœŸã‚“ä¸­ã«é…ç½® */
      /* line-height: 65px; */
      font-size: 20px;
      width: 120px;
      padding: 0 10px;
      font-weight: bold;
    }

    /* description */
    .result_inner_items .inner_item .description {
      display: block;
      /* padding: 34px 15px 35px 25px; */
      margin-top: 34px;
      width: 100%;
      margin: 0 auto;
    }

    .result_inner_items .inner_item .description .left_img img {
      width: 95%;
      max-width: 100%;
    }
    .result_inner_items .inner_item .description .left_img {
      width: 80%;
      margin: 0 auto;
      position: relative;
      text-align: center;
  }
  img.reason_item_img {

display: inline-block;

width: 75%;

margin: 20px auto;

/* text-align: center; */

}

  .reason_items_bottom_text br {
    display: none;
  }


    /* description end */
    /* right */
    .description_right {
      padding-left: 0px;
      width: 100%;
      box-sizing: border-box;
    }

    .description_right .inner_box {
      text-align: center;
      margin-top: 20px;
      width: 100%;
    }

    .description_label_before {
      display: flex;
      /* justify-content: center; */
      width: 100%;
      height: 56px;
      border: 1px solid #ddd;
      box-sizing: border-box;
    }

    .label_gray {
      background-color: #9E9E9E;
      width: 30%;
      /* height: 56px; */
      display: flex;
      text-align: center;
    }

    .label_gray p {
      padding: 17px 12px;
      color: #fff;
      width: 100%;
      font-weight: bold;
    }

    .label-red p {
      color: #fff;
      font-weight: bold;
    }

    .gray_text {
      /* padding: 15px 55px; */
      /* width: 7.8125vw; */
      width: 70%;
      /* width: 207px; */
      /* padding: 0 20px; */
      box-sizing: border-box;
      display: flex;
      text-align: center;
      justify-content: center;
      align-items: center;
      /* border: solid 1px #9E9E9E; */
    }

    .description_label_after {
      display: flex;
      width: 100%;
      border: 1px solid #FF3737;
    }

    .description_label_after .label-red {
      width: 30%;
      background-color: #FF3737;
      /* height: 56px; */
      padding: 12px 0;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .price_gray {
      font-size: 7.5325vw;
      color: #9E9E9E;
      font-weight: bold;
    }

    .yen_gray {
      font-size: 20px;
      color: #9E9E9E;
      font-weight: bold;
    }

    .price_red {
      font-size: 7.5325vw;
      font-weight: bold;
      color: #FF3737;
    }

    .yen_red {
      font-size: 20px;
      font-weight: bold;
      color: #FF3737;
    }

    .gray_content {
      font-size: 18px;
      color: #9E9E9E;
      font-weight: bold;
    }

    .description_bottom_label img {
      display: block;
      margin: 0 auto;
      max-width: 188px;
      width: 65%;
      margin-top: 25px;
    }



    .red_text {
      /* width: 150px; */
      display: flex;
      text-align: center;
      width: 70%;
      justify-content: center;
      align-items: center;
      /* padding: 15px 55px; */
      /* border: solid 1px #9E9E9E; */
    }

    .description_label_before {
      text-align: center;
      width: 100%;
      /* width: 207px; */
    }

    .description_right .arrow {
      margin: 12px 12px;
    }



    /* è²·å–ã®æµã‚Œ */
    .flow {
      /* text-align: center; */
      max-width: 995px;
      width: 100%;
      margin: 0 auto;
      margin-top: 30px;
    }

    .flow .sec_ttl_area {
      margin-bottom: 30px;
    }

    .flow_items {
      width: 90%;
      max-width: 100%;
      margin: 0 auto;
    }

    .flow .flow_item {
      margin: 0 auto;
      width: 98%;
      display: flex;
      justify-content: center;
      /* border: solid; */
    }

    .flow_item .text_area {
      /* border: solid; */
      border-left: none;
      width: 100%;
      /* width: 710px; */
    }

    .flow_item_left {
      border: solid;
      border-right: none;
    }

    .flow_item_left {
      /* position: relative; */
      /* display: flex; */
      /* align-items: center; */
      display: inline-block;
      vertical-align: middle;
      height: auto;
    }

    .flow_item_left p {
      position: static;
      color: #fff;
      font-size: 28px;
      font-weight: bold;
      top: 0;
      left: 0;
      transform: translate(0, 0);
      line-height: 1;
      margin-top: 0px;
      background: #333;
      width: 45px;
      /* line-height: 100%; */
      /* height: 100%; */
      line-height: 100%;
      /* box-sizing: border-box; */
      /* display: inline-block; */
      /* vertical-align: middle; */
      padding: 8px 0;
      text-align: center;
    }

    .flow_item_text_area_text {
      padding-top: 7px;
      line-height: 1.4;

    }

    .ttl_head p {
      font-size: 20px;
      font-weight: bold;
    }

    .flow .inner {
      display: block;
      align-items: center;
      /* justify-content: center; */
      /* padding-left: 25px; */
      padding: 22px 14px;
      border: solid;
      width: 100%;
      box-sizing: border-box;
      border-left: none;
    }

    .flow_arrow {
      text-align: center;
      margin: 15px 0;
    }

    .flow .bottom_text {
      font-size: 40px;
      font-weight: bold;
      text-align: center;
    }





    /* 3ã¤ã®ç†ç”± */
    /* èƒŒæ™¯ */
    .reason {
      background-image: url(../img/top_13.png);
      position: relative;
      z-index: 0;
    }
    .reason  .sec_ttl_area {
      padding-top: 30px;
    }

    .reason ::before {
      content: '';
      background: white;
      width: 24.5%;
      height: 100%;
      z-index: -1;
      position: absolute;
      top: 0%;
      right: 0%;
    }

    .reason_items {
      max-width: 90%;
      /* margin: 0 auto 0; */
      margin: 0 auto;
      display: block;
      box-sizing: border-box;
      padding: 5px;
    }

    .reason .container {
      margin-top: 20px;
    }

    .item {
      width: 100%;
      margin-top: 15px;
      height: auto;
      min-height: 0px;
      border: solid 1px;
      position: relative;
      background: #fff;
    }

    .item:last-child {
      margin-right: 0;

    }

    .reason_items .item_no_label {
      width: 70px;
      height: 70px;
      background-color: #000;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .reason_items .no {
      color: #fff;
      font-size: 30px;
      font-weight: bold;
    }

    .reason_items .item .inner {
      /* width: 282px; */
      /* height: 384px; */
      /* margin: 30px 50px 43px 50px; */
      /* position: absolute; */
      /* top: 8%; */
      /* left: 0%; */
    text-align: center;/* margin: 0 auto; */
      height: auto;
      padding: 5px;
    }


    .reason_item_img {
      display: block;
      margin: 0 auto;
      /* padding-top: 43px; */
      /* padding-bottom: 36px; */
      max-width: 250px;
    }

    .reason_items .item_head {
      font-size: 26px;
      line-height: 1.4;
      font-weight: bold;
      /* padding-top: 70px; */
      text-align: center;
    }

    .reason_items_bottom_text {
      /* display: flex; */
      /* justify-content: center; */
      font-size: 16px;
      line-height: 1.4;
      height: auto;
      text-align: justify;
    }

    /* 5ã¤ã®ä¿¡é ¼ã¨å®‰å¿ƒã®ã‚µãƒ¼ãƒ“ã‚¹ */
    .white_ttl {
      color: #fff;
    }

    .service {
      background-color: #4CAD7E;
      padding: 30px;
      margin-top: 30px;
    }

    .service_sec_ttl_area {
      width: auto;
      text-align: center;
      margin-bottom: 30px;
    }

    .service_sec_ttl_area .up {
      text-align: center;
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 16px;
      padding-top: 0;
  }
  .service_sec_ttl_area .up span img {
    height: 20px;
    display: inline-block;
  }


  .service_sec_ttl_area .down {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}


    .service_no {
      font-size: 57px;
      font-weight: bold;
      margin-bottom: 24px;
      line-height: 1;
    }

    .service_no {
      font-size: 57px;
      font-weight: bold;
      text-align: center;
    }

    .reason_5item_text {
      text-align: center;
      font-size: 26px;
      line-height: 1.4;
      font-weight: bold;
    }

    .reason_5item .inner {
      width: 300px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .reason_5item {
      position: relative;
      margin: 0 44px;
      margin-bottom: 30px;
    }

    .reason_5item:nth-of-type(1) {
      /* margin-right: 88px; */
      /* margin-top: 100px; */
    }

    .reason_5item:nth-of-type(2) {
      /* margin-right: 88px; */
      /* margin-top: 100px; */
    }

    .reason_5item:nth-of-type(3) {
      /* margin-top: 100px; */
    }

    .reason_5item:nth-of-type(4) {
      /* margin-right: 88px; */
      /* margin-bottom: 100px; */
      margin-bottom: 30px;
    }

    .reason_5item:nth-of-type(5) {
      /* margin-bottom: 100px; */
      margin-bottom: 0px;
    }


    .service .reason_items {
      display: flex;
      flex-wrap: wrap;
    }

    /* ã”ç›¸è«‡ãã ã•ã„ */
    .consultation {
      margin-top: 30px;
    }

.consultation .container {
      display: flex;
      justify-content: center;
      width: 90%;
      margin: 0 auto;
    }
    .consultation .bottm_sec_ttl_area .content .up {
      font-size: 20px;
    }
    .consultation .bottm_sec_ttl_area .content .down {
      font-size: 20px;
    }
    .consultation .container .outer {
      display: block;
      align-items: center;
    }
    .consultation .container .outer img {
      display: block;
      width: 150px;
      margin: 25px auto;
    }
    .consultation .middlearrow img {
      display: block;
      width: 120px;
      margin: 0  auto 20px auto;
    }

    .consultation .container .text_area {
      text-align: center;

    }

    .consultation .container .text_area .up,
    .under_line {
      font-size: 16px;
      font-weight: bold;
    }

    .consultation .container .text_area .down {
      font-size: 30px;
      font-weight: bold;
      text-align: center;
    }

    .under_line {
      border-bottom: solid 3px #333;
      margin-top: 20px;
      margin-bottom: 25px;
    }

    .bottm_sec_ttl_area_outer {
      display: block;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: auto;
      background-color: #FF3737;
    }

    .bottm_sec_ttl_area_outer .inner {
      position: relative;
    }
    .bottm_sec_ttl_area {
      max-width: 1200px;
      width: 100%;
    }
    .consultation .bottom_sec_ttl_area .content .up {
      font-size: 20px;
    }
    .middle_cta .container .mail_cta .hover_all {
      color: #333;
      max-width: 809px;
      /* width: 100%; */
      text-align: center;
      box-sizing: border-box;
      border: 1px solid #333;
      display: block;
      display: block;
      padding: 12.5px 25px;
  }
  .mc_line_icon img {
    display: inline-block;
    width: 50px;
  }
  .mc_sns_button {
    width: 100%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    justify-content: center;
}

    .bottm_sec_ttl_area h2 {
      font-size: 50px;
      font-weight: bold;
      color: #fff;
    }

    .consultation .bottm_sec_ttl_area .content {
      text-align: center;
      padding: 20px 0;
    }

    .consultation .bottm_sec_ttl_area_outer .content .bottm_sec_ttl_area .up {
      padding-bottom: 22px;
    }

    .bottm_sec_ttl_area_img {
      position: static;
      top: 0;
      left: 0;
      display: block;
      width: 100px;
      transform: translate(0 , 0);
      margin: 20px auto 0 auto;
    }
    .consultation .middle_arrow img {
      display: block;
      margin: 20px auto;
      width: 100px;
    }

    /* ãŠå•ã„åˆã‚ã› */
    .middle_cta {
      max-width: 1200px;
      margin: 0 auto;
    }

    .middle_cta .container {
      max-width: 809px;
      margin: 0 auto;
      margin-top: 30px;
      margin-bottom: 42px;
    }

    .middle_cta .container .inner {
      display: block;
      justify-content: space-between;
    }

    .middle_cta .container .button {
      width: 385px;
      height: 91px;
      display: flex;
      align-items: center;
    }

    .middle_cta .container .sns_area {
      background-color: #06C755;
      font-size: 20px;
      font-weight: bold;
      color: #fff;
      width: 80%;
      margin: 0 auto;
      height: auto;
  }

    .middle_cta .container .tell_cta,
    .middle_cta .container .mail_cta {
      /* border: solid 1px; */
    }

    .middle_cta .container .tell_cta {
      display: flex;
      justify-content: center;
      width: 80%;
      margin: 0 auto;
  }
    .middle_cta .tell_cta .info_text .down {
      font-size: 20px;
    }
    .middle_cta .tell_cta .info_text {
      text-align: center;
    }
    .middle_cta .container .tell_cta .hover_all {
      text-align: center;
    }
    .middle_cta .container .tell_cta .hover_all {
      width: 385px;
      /* height: 93px; */
      /* position: relative; */
      border: 1px solid #333;
      box-sizing: border-box;
      padding: 5px.5px;
  }

    .middle_cta .container .tell_cta .info_text .up {
      font-size: 14px;
      font-weight: bold;
      padding-bottom: 0px;
      text-align: center;
  }

    .middle_cta .container .tell_cta .phone_number {
      font-size: 34px;
      font-weight: bold;
    }

    .middle_cta .container .tell_cta .phone_number ::before {
      content: url(../img/share/top_02.png);
      vertical-align: middle;
      padding-right: 10px;
    }

    .middle_cta .container .mail_cta {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .phone_number>a {
      text-decoration: none;
      color: #000;
    }

    .middle_cta .tell_cta .left_icon {
      display: block;
      padding-right: 8px;
    }

    .middle_cta .container .mail_cta {
      margin-top: 24px;
      height: auto;
      width: 90%;
      margin: 0 auto;
  }
  .middle_cta .container .tell_cta .hover_all  img {
    display: inline-block;
    width: 25px;
    height: 25px;
  }


    .middle_cta .container .mail_cta p {
      font-size: 20px;
      font-weight: bold;
      margin-left: 5px;
    }
    .middle_cta .container .mail_cta img {
      display: inline-block;
      width: 30px;
    }



    /* bottom cta ã‚»ã‚¯ã‚·ãƒ§ãƒ³ */
    .bottom_cta {
      width: 100%;
      padding: 30px 0;
      height: auto;
      background-color: #000;
      border: solid;
    }

    .bottom_cta .inner {
      width: 1200px;
      height: 472px;
      margin: 0 auto;
    }

    .bottom_cta .inner .box {
      color: #fff;
    }

    .bottom_cta .inner {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      height: auto;
    }

    .bottom_cta .inner .box .up {
      font-size: 13px;
      margin-bottom: 10px;
      display: inline-block;
      text-align: center;
      border-bottom: solid 1px #fff;
    }

    .bottom_cta .inner .box .down {
      font-size: 20px;
      font-weight: bold;
    }

    .bottm_cta_tell a {
      font-size: 25px;
      color: #fff;
      text-decoration: none;
    }

    .bottm_cta_tell p {
      text-align: center;
      margin-top: 15px;
    }

    /* footer */
    .footer {
      padding-top: 10px;
    }

    .footer_contents {
      display: flex;
      justify-content: center;
      padding: 10px 0;
    }

    .footer_contents li+li {
      margin-left: 34px;
    }

    .footer_contents li a {
      font-size: 14px;
      text-decoration: none;
      color: #333;
      border-bottom: solid 1px #333;
    }



    .dot_bg_left {
      margin-top: 30px;
    }

    /* ACCORDION */

    .accordionwrap {
      position: relative;
      width: 100%;
      border-top: none;
      outline: 0;
      box-sizing: border-box;
      cursor: pointer;
    }

    .accordionwrap .accordionslide {
      display: flex;
      align-items: center;
      width: 100%;
      position: relative;
      margin: 0;
      padding: 20px;
      font-size: 24px;
      font-weight: normal;
      color: #333;
      background: #fff;
      box-sizing: border-box;
      border-top: 1px solid #ddd;
      cursor: pointer;
      font-weight: bold;
    }

    @media(max-width:768px) {
      .accordionwrap .accordionslide {
        padding: 10px;
        font-size: 20px;
      }
    }

    .accrodion_contents_wrap {
      margin-bottom: 40px;
    }

    .accrodion_contents_wrap:last-child {
      margin-bottom: 0;
    }

    .accordionslide {
      width: 100%;
      position: relative;
      display: block;
    }

    .accordionslide:before {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      right: 10px;
      bottom: 0;
      margin: auto;
      width: 20px;
      height: 3px;
      background-color: #FF3737;
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
    }

    .accordionslide:after {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      right: 10px;
      bottom: 0;
      margin: auto;
      width: 20px;
      height: 3px;
      background-color: #FF3737;
    }

    .accordionslide.open:before {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      right: 10px;
      bottom: 0;
      margin: auto;
      width: 0;
      height: 3px;
      background-color: #FF3737;
    }

    .accordionslide.open:after {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      right: 10px;
      bottom: 0;
      margin: auto;
      width: 20px;
      height: 3px;
      background-color: #FF3737;
    }

    .slidecontents {
      display: none;
      padding: 10px 20px 10px 20px;
      box-sizing: border-box;
      background: #fff;
      margin-bottom: 40px;
    }

    @media(max-width:768px) {
      .slidecontents {
        padding: 0 20px 10px 20px;
      }
    }

    .slidecontents_inner {
      display: flex;
      background: none;
      border-top: 1px solid #ddd;
    }

    .slidecontents p {
      padding: 20px 0;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.65;
    }

    @media(max-width:768px) {
      .slidecontents p {
        padding: 20px 0;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5;
      }
    }


    .accordionwrap {
      width: 90%;
      max-width: 870px;
      margin: 1.875em auto;
    }

    .number {
      margin-right: 15px;
      font-weight: bold;
      color: #FF3737;
      font-size: 25px;
      display: inline-block;
    }

    .question {
      width: 75%;
      line-height: 1.35;
      font-size: 16px;
    }

    .answer {
      margin-right: 15px;
      font-weight: bold;
      color: #4CAD7E;
      margin-top: 20px;
      font-size: 25px;
      display: block;
    }

    .accordion_wrapper_bgimage {
      /* ã“ã“ã«ç”»åƒã‚’é…ç½®ã—ã¦ãã ã•ã„ */
      background-image: url(../img/top_33.png);
      background-repeat: no-repeat;
      background-position: 50% 35%;
      padding: 60px 0;
    }
    .faq_sec_ttl {
      font-size: 20px;
      padding-top: 0;
      margin-bottom:30px;
    }
}