html{
    scroll-padding: 20px;
    scroll-behavior: smooth;
    overflow: auto;
  }
  .service_content_wrap .main_text_header{
    margin-bottom: 34px;
  }
  .service_content_wrap .main_img_wrap{
    margin-bottom: 34px;
  }
  .service_content_wrap .service_btn_wrap{
    list-style: none;
    display: flex;
    padding: 0;
  }
  .service_content_wrap .service_btn_wrap li{
    flex: 1;
    text-align: center;
  }
  .service_content_wrap .service_btn_wrap li a{
    display: block;
    border: 1px solid #ccc;
    text-decoration: none;
    border-radius: 4px;
    width: 96%;
    padding: 10px;
  }
  .service_content_wrap .service_btn_wrap li a:hover{
    background: #eee;
  }
  .service_content_wrap .main_text{
    font-weight: normal;
    /* padding: 60px; */
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .service_content_wrap h4{
    font-size: 3rem;
    text-align: center;
    padding: 0;
    margin-bottom: 40px;
  }
  .service_content_wrap h4::after{
    display: none;
  }
  .service_content_wrap .choise_reason_wrap{
    list-style: none;
    /* display: flex;
    column-gap: 40px; */
    padding: 0;
  }
  .service_content_wrap .choise_reason_wrap li{
    /* flex: 1; */
    text-align: center;
  }
  .service_content_wrap .choise_reason_wrap li .reason_title{
    font-size: 1.3em;
  }
  .service_content_wrap .choise_reason_wrap li .reason_text{
    font-weight: normal;
  }
  .service_content_wrap .cta_wrap a{
    display: block;
    width: 90%;
    max-width: 400px;
    text-align: center;
    /* border: 1px solid #2e4fa1; */
    padding: 14px 10px;
    border-radius: 6px;
    text-decoration: none;
    margin: min(60px , 5.4%) auto 0;
  }
  /* .service_content_wrap .cta_wrap a:hover{
    background: #2e4fa1;
    color: #fff;
  } */
  .service_content_wrap .features_contents_wrap{
    list-style: none;
    padding: 0;
  }
  .service_content_wrap .features_contents_wrap li{
    display: flex;
    column-gap: 20px;
  }
  .service_content_wrap .features_contents_wrap li:nth-child(odd){
    flex-direction: row;
  }
  .service_content_wrap .features_contents_wrap li:nth-child(even){
    flex-direction: row-reverse;
  }
  .service_content_wrap .features_contents_wrap li .features_column_01{
    width: 70%;
  }
  .service_content_wrap .features_contents_wrap li .features_column_01 p:first-child{
    font-size: 1.4em;
    margin-bottom: 0;
  }
  .service_content_wrap .features_contents_wrap li .features_column_02{
    width: 30%;
  }
  .service_content_wrap .features_contents_wrap li + li{
    margin-top: 40px;
  }
  .service_content_wrap .img_wrap{
    text-align: center;
  }
  .service_content_wrap .features_contents_wrap li div p.features_text{
    font-weight: normal;
  }
  .service_content_wrap .flow_contents_wrap{
    margin-bottom: 40px;
  }
  .service_content_wrap .flow_contents_wrap dl{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 16px;
    position: relative;
  }
  .service_content_wrap .flow_contents_wrap dl + dl{
    margin-top: 60px;
  }
  .service_content_wrap .flow_contents_wrap dl + dl:before{
    content: "";
    display: block;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    border-top: 30px solid #cccccc;
    border-bottom: 0;
  }
  .service_content_wrap .flow_contents_wrap dt{
    color: #087ec5;
    font-size: 1.2em;
    margin-bottom: 0.4em;
  }
  .service_content_wrap .flow_contents_wrap dd{
    font-size: 1em;
    font-weight: normal;
  }

  .service_content_wrap .faq_content dt{
    margin-bottom: 4px;
  }
	.service_content_wrap .faq_content dd{
    margin-bottom: 16px;
  }
  .service_content_wrap .faq_content dt::before{
    content: "Q.";
    display: inline-block;
    color: #c92b2b;
    margin-right: 8px;
  }
  .service_content_wrap .faq_content dd::before{
    content: "A.";
    display: inline-block;
    color: #2b69c9;
    margin-right: 8px;
  }
  @media (width< 767px) {
    .service_content_wrap .choise_reason_wrap li .reason_img{
      max-width: 50%;
      margin: 0 auto;
    }
    .service_content_wrap .service_btn_wrap {
      flex-wrap: wrap;
      gap: 10px;
    }
    .service_content_wrap .service_btn_wrap li {
      flex: initial;
      width: calc(50% - 5px);
    }
    .service_content_wrap .features_contents_wrap li{
      display: block;
    }
    .service_content_wrap .features_contents_wrap li .features_column_01 {
      width: 90%;
      margin: 0 auto;
    }
    .service_content_wrap .features_contents_wrap li .features_column_02 {
      width: 50%;
      margin: 24px auto 0;
    }
  }

  /* ------------------------------- 装飾 -------------------------------*/

  .bread_wrap{
    margin-bottom: 16px;
  }
  .service_content_wrap .main_img_wrap {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    margin-bottom: 0;
  }
  main .column_main, main .column_sub {
    overflow: visible;
  }
  
  .service_content_wrap .main_text_header{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
    z-index: 1;
  }
  .service_content_wrap .service_btn_wrap{
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 10px 20px;
    justify-content: center;
  }
  .service_content_wrap .service_btn_wrap li{
    max-width: 300px;
  }
  .service_content_wrap .service_btn_wrap li a{
    color: #fff;
    border: none;
  }
  .service_content_wrap .service_btn_wrap li a:hover {
    background: rgba(255, 255, 255, 0.1);
  }

  .service_content_wrap .service_section{
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    margin: 0;
  }

  .service_content_wrap .service_section .section_inner{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: min(3.2%, 60px) 0;
  }

  .service_content_wrap .h_wrap{
    text-align: center;
  }
  .service_content_wrap .h_wrap h4{
    display: inline-block;
    border-bottom-width: 6px;
    border-bottom-style: solid;
  }

  .service_detail_wrap .service_detail_text{
    font-weight: normal;
    margin: 0 0 min(4%, 40px);
  }

  .cta_wrap a {
    font-size: 1.4em;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    padding: 1em 2em;
    /* background: linear-gradient(45deg, #ff512f, #dd2476); */
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid #FFF;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
  }
  .cta_wrap a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-25deg);
  }
  .cta_wrap a:hover{
    opacity: 0.9;
  }
  .cta_wrap a:hover::before {
    animation: shine 0.75s forwards;
  }

  @keyframes shine {
    to {
      left: 125%;
    }
  }
  @media (width< 767px) {
    .service_content_wrap .main_img_wrap {
      min-height: 300px;
    }
    .service_content_wrap .main_text_header{
      width: 90%;
    }
    .service_content_wrap .main_img_wrap img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 100%;
      object-fit: cover;
    }
    .service_content_wrap .main_text{
      font-size: 0.8em;
    }
    .service_content_wrap .service_section .section_inner{
      padding: min(10%, 30px) 16px;
    }
  }
  
  .service_content_wrap .service_provider_wrap{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
  }
  .service_content_wrap .service_provider_wrap p{
    margin: 0;
  }