
input[type="search"],
input[type="text"] {
  color: #333; /* ← 入力文字の色 */
  background-color: #fff; /* ← 背景が暗い場合はこれもセット */
}
a:hover{
  text-decoration: none!important;
}
.search-form .search-field {
  color: #222;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 12px;
  transition: border-color 0.2s ease;
}

.search-form .search-field:focus {
  border-color: #91A5FF;
  outline: none;
}

.search-form .search-field::-webkit-input-placeholder {
  color: #aaa;
}

.search-form .search-field::-moz-placeholder {
  color: #aaa;
}

.search-form .search-field:-ms-input-placeholder {
  color: #aaa;
}

.search-form .search-field::-ms-input-placeholder {
  color: #aaa;
}

.search-form .search-field::placeholder {
  color: #aaa;
}
.c-page__single--content .btn,.c-page__single--content input[type=submit],.c-page__single--content button {
    background: #2581c4;
    color: #fff;
    display: inline-block;
    padding: 8px 24px;
    transition: all 
ease-in-out .3s;
} 
 
 .l-inner:has(.add-q){
    width: 100%;
    max-width: 100%;
 }
  .l-inner:has(.add-q) p,
   .l-inner:has(.add-q) h2{
    word-break: break-all;
   }
  .l-inner:has(.add-q) .c-section__width{
      width: 100%;
    max-width: 100%;
  }
  .click-more {
    text-align: center;
}
  .l-inner:has(.add-q) .c-page__title, .l-inner:has(.add-q) .c-section__width .c-page__single--content__inner{
        width: 92%;
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
  }

  @media (max-width: 767px) {
  .l-inner:has(.add-q) .c-page__title,  .l-inner:has(.add-q) .c-section__width .c-page__single--content__inner{
        width: 100%;
        padding: 0;
    }
}  @media (min-width: 1440px){
.l-inner:has(.add-q) .c-page__title, .l-inner:has(.add-q) .c-section__width .c-page__single--content__inner{
display: contents;
  }
}
.click-more a::after{
        position: absolute;
    /* content: ''; */
    background: url("http://creative-drive.jp/wp-content/uploads/2025/10/after-link.webp") no-repeat right center;
    width: 10px;
    height: 9px;
    right: 24px;
    top: 52%;
    transform: translateY(-50%);
    background-size: 6px auto;
}
.sec-case p.click-more a {
       background: var(--lp_main_color, linear-gradient(126deg, #4976E6 20.82%, #8E55E9 104.08%));;
  background: linear-gradient(126deg, #4976E6 20.82%, #8E55E9 104.08%) 0% 0% no-repeat padding-box;
    padding: 22px 10px;
        border-radius: 100px;
    height: auto;
    line-height: initial;
    max-width: 300px;
    font-size: 15px;
    margin-inline: auto;
        overflow: hidden;
        position: relative;
        width: 100%;
}
.sec-case p.click-more a:hover{
  text-decoration: none;
  transform: translateY(3px);
    box-shadow: 0px 0px 3px var(--lp_sub_color);
}
@media screen and (max-width: 768px) {
   .sec-case p.click-more a {
        padding: 12px;
        max-width: 262px;
    }
}
 /* ▼ キービジュアルセクション */
.key-visual {
background-size: cover;
background-position: center;
color: #ffffff;
padding: 132px 0 129px;
margin: 30px 0;
text-align: center;
    /* width: 142%;
    margin-inline: -20.5%; */
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .key-visual {
    margin-inline: -20.5%; 
  }
}
@media screen and (min-width: 1440px) {
    .key-visual {
        margin-inline: 0;
        background-size: cover;
  }
}
.key-visual .container{
        max-width: 100%;
}
 .key-visual .container h2 {
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 10px;
    color: #ffffff;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  margin-bottom: 20px;
    line-height: 1.5;
}

 .key-visual .txt01 {
      color: #ffffff;
  font-size: 16px;
  line-height: 30px;
}

/* モバイル対応（必要に応じて） */
@media screen and (max-width: 767px) {
 .key-visual h2 br.sp {
        display: none;
    }
   .key-visual {
    text-align: left;
    padding: 60px 0 60px;
    margin-inline: -5%;
    margin-block: 0;
  }
   .key-visual .container h2 {
    font-size: 24px;
    letter-spacing: 3px;
    display: block;
        padding-bottom: 15px;
    text-align: left;

  }
   .key-visual .txt01 {
    font-size: 14px;
    line-height: 22px;
  }
}

.sec-recommend {
  background: #f8f9fa;
  padding: 128px 10px 132px;
  margin: 0 calc(((100vw - 100%) / 2) * -1);
}
.sec-recommend .container{
        max-width: 1200px;
}

.c-page__single--content .add-q h2::before {
    position: absolute;
    top: -34px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    content: "";
background: var(--lp_main_color, linear-gradient(126deg, #4976E6 20.82%, #8E55E9 104.08%));;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
}
@media screen and (max-width: 767px) {
.c-page__single--content .add-q h2::before  {
            font-size: 14px;
}
}
.c-page__single--content .sec-recommend h2::before {
    content: "- RECOMMEND -";
}
.sec-recommend h2{
    position: relative;
    font-size: 40px;
    text-align: center;
    margin-bottom: 12px;
}
.sec-recommend p.txt-first {
    text-align: center;
    margin-top: 0;
    margin-bottom: 41px;
    font-size: 16px;
    line-height: 28px;
}
 .sec-recommend h3 {
    font-size: 21px;
    line-height: 28px;
    text-align: center;
    border: 2px solid;
    -o-border-image: var(--lp_main_color) 1;
       border-image: var(--lp_main_color) 1;
    max-width: 335px;
    background: #FFF;
    padding: 13px;
    margin: 0 auto 59px;
    /* color: #00BAFF; */
        background: var(--lp_main_color, linear-gradient(126deg, #4976E6 20.82%, #8E55E9 104.08%));;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 3;
}
.sec-recommend h3::before {
position: absolute;
    bottom: -12px;
    left: 50%;
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    -o-border-image: var(--lp_main_color) 1;
       border-image: var(--lp_main_color) 1;
    transform: translateX(-50%) rotate(45deg);
    margin-left: 6px;
    vertical-align: middle;
    background: #F8F9FA;
}
.sec-recommend h2 {
  background: var(--lp_main_color, linear-gradient(126deg, #4976E6 20.82%, #8E55E9 104.08%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sec-recommend .list-news{
        flex-wrap: wrap;
        position: relative;
}
.sec-recommend .list-news .col-df a {
    display: block;
    color: #333;
}
.sec-recommend .list-news .col-df a:not(:last-of-type){
  margin-bottom: 20px;
      font-weight: 600;
}
.sec-recommend .list-news .col-df >br{
  display: none;
}
 .sec-recommend .list-news .col-df p.ttl01 {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.sec-recommend .list-news .col-df  p.img01 {
    margin: 20px 0;
}
.sec-recommend .list-news .col-df  p.txt-df {
    font-size: 14px;
    line-height: 24px;
    color: #333 !important;
    margin: 0;
    padding: 0;
}
.sec-recommend .box-newpost .new-top-wrap{
  display: flex;
  flex-direction: column;
  gap:34px;
}
.sec-recommend .col-df_wrapper {
  flex:1;
  width: 100%;
  margin-bottom: 0;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0px 3px 6px #00000029;
  box-sizing: border-box;
  position: relative;
transition: all ease-in-out .3s;
    padding: 40px 24px 24px 24px;
}

.sec-recommend .list-news .col-df{
    flex: 1;
    flex-grow: 1;
    display: flex;
    border: 1px solid transparent;
    transition: .3s;
}
.sec-recommend .list-news .col-df:hover {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid var(--lp_sub_color);
    transition: all ease-in-out .3s;
}
.sec-recommend .col-df_wrapper::before{
    content: '';
width: 60px;
    height: 60px;
    background: var(--gradation-primary, linear-gradient(248deg, #4976E6 20.82%, #8E55E9 104.08%));;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);;
            clip-path: polygon(0 0, 0% 100%, 100% 0);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.sec-recommend .col-df_wrapper::after {
    content: '1';
    color: #fff;
    display: block;
    position: absolute;
    font-size: 24px;
	font-weight: 700;
    top: 2px;
    line-height: 1.3;
    left: 10px;
}
.sec-recommend .col-df:nth-of-type(1) .col-df_wrapper:after{
     content: '1';
}
.sec-recommend .col-df:nth-of-type(2) .col-df_wrapper:after{
     content: '2';
}
.sec-recommend .col-df:nth-of-type(3) .col-df_wrapper:after{
     content: '3';
}
.sec-recommend .list-news{
    display: flex;
gap: 30px 25px;
         position: relative;
}

/*
.sec-recommend .list-news:before {
   z-index: 0;
    position: absolute;
    top: -10rem;
    left: 5.2rem;
    right: 5.2rem;
    bottom: -5.2rem;
    content: "";
    border: 14px solid #fff;
width: 91.2287%;
    height: 125%;
}
 */

@media screen and (min-width: 768px) {
  .sec-recommend .box-newpost .new-top-wrap{
    flex-direction: row;
  }
.sec-recommend .list-news .col-df p.ttl01{
      height: 4.65em;
}
   
  .sec-recommend .col-df_wrapper {

    display: inline-block;
    vertical-align: top;
  }
  .sec-recommend .col-df_wrapper:last-child {
    margin-right: 0;
  }

 
}
.sec-recommend .col-df_wrapper img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
   .sec-recommend .br01 {
        display: inherit;
    }
        .sec-recommend {
             padding: 60px 0 10px;
    }
   .sec-recommend .list-news .col-df {
        width: 100%;
        margin: 0 0 32px 0;
    }
            .sec-recommend h2{
        font-size: 20px;
        line-height: 14px;
    }
    .sec-recommend h2:before {
        font-size: 14px;
    }
     .sec-recommend p.txt-first {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 35px;
    }
    .sec-recommend .list-news:before {
    top: -100px;
    left: 12px;
    right: 12px;
    bottom: -12px;
    height: 107%;
}
}

.sec-case {
  padding: 132px 0 100px 0;
  border-bottom: 1px solid #EEE;
  margin-left: calc(((100vw - 100%) / 2 ) * -1);
  margin-right: calc(((100vw - 100%) / 2 ) * -1);
  background-image: url(../../images/home-bg02.jpg), url(../../images/home-bg03.jpg);
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
  background-size: contain;
}

 .sec-case h2 {
      position: relative;
    font-size: 40px;
    text-align: center;
        margin-top: 0;
    margin-bottom: 12px;
        background: var(--lp_main_color, linear-gradient(126deg, #4976E6 20.82%, #8E55E9 104.08%));;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
 .sec-case p.txt-first {
    text-align: center;
    margin-bottom: 41px;
    font-size: 16px;
    margin-top: 0;
    line-height: 28px;
        background: var(--lp_main_color, linear-gradient(126deg, #4976E6 20.82%, #8E55E9 104.08%));;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sec-case .container {
padding-inline: 0;
        max-width: 1200px;
        width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-case {
        padding-top: 70px;
        padding-bottom: 20px;
  }
       .sec-case h2 {
        font-size: 20px;
        line-height: 14px;
    }
   
}
@media screen and (max-width: 768px) {
  .sec-case .container {
    padding: 0;
  }
}
.c-page__single--content .sec-case h2::before {
  content: "- CASE STUDY -";
}
@media screen and (max-width: 768px) {
  .sec-case .txt-first {
    margin-bottom: 43px;
  }
}
.sec-case .list-element .element {
  padding: 98px 82px 58px;
  box-shadow: 0px 3px 6px #00000029;
  margin-bottom: 40px;
  position: relative;
  background: #FFF;
      display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .sec-case .list-element .element {
    padding: 80px 32px 32px;
  }
}
@media screen and (max-width: 768px) {
  .sec-case .list-element .element {
         padding: 50px 16px 16px 16px;
        box-shadow: none;
        margin-bottom: 18px;
    border-bottom: 1px solid #eee;
    flex-direction: column;
    margin-inline: 11px;
  }
}
.sec-case .list-element .element:last-child {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec-case .list-element .element:last-child {
    margin-bottom:40px;
    border: 0;
  }
}
.sec-case .list-element .element .num-case {
  position: absolute;
  top: 0px;
  left: 0;
      background: var(--lp_main_color, linear-gradient(126deg, #4976E6 20.82%, #8E55E9 104.08%));;
  font-size: 24px;
  font-weight: 700;
  color: #FFF;
  padding: 4px 20px 4px 15px;
  margin: 0;
    line-height: 1.5;
}
.sec-case .list-element .element .num-case span {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .sec-case .list-element .element .num-case {
    top: 0;
    font-size: 15px;
    padding-left: 10px;
  }
  .sec-case .list-element .element .num-case span {
    font-size: 15px;
  }
}
/* .sec-case .list-element .element .num-case:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 7px solid #fff;
}
*/
.sec-case .list-element .element .col-left {
    max-width: 54%;
    width: calc(100% - 456px);
}
@media screen and (max-width: 1024px) {
  .sec-case .list-element .element .col-left {
    width: 50%;
    padding-right: 12px;
  }
}
@media screen and (max-width: 768px) {
  .sec-case .list-element .element .col-left {
    width: 100%;
    float: inherit;
    max-width: 100%;
    padding-right: 0;
  }
}
.sec-case .list-element .element .col-left .ttl-df01 {
  color: var(--lp_sub_color);
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 12px;
  margin-top:0;
  padding:0;
}
@media screen and (max-width: 768px) {
  .sec-case .list-element .element .col-left .ttl-df01 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 18px;
  }
}
.sec-case .list-element .element .col-left .ttl-sub {
  color: #333333;
  font-size: 16px;
  line-height: 27px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .sec-case .list-element .element .col-left .ttl-sub {
    margin-bottom: 12px;
  }
}
.sec-case .list-element .element .col-left .txt-df {
  font-size: 16px;
    margin-top: 0;
  line-height: 27px;
}
@media screen and (max-width: 768px) {
  .sec-case .list-element .element .col-left .txt-df {
    font-size: 15px;
    margin-bottom: 0;
  }
}
.sec-case .list-element .element dl {
  float: right;
  max-width: 456px;
}
@media screen and (max-width: 1024px) {
  .sec-case .list-element .element dl {
    width: 50%;
    padding-left: 24px;
  }
}
@media screen and (max-width: 768px) {
  .sec-case .list-element .element dl {
    width: 100%;
    float: inherit;
    max-width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
.sec-case .list-element .element dl dd {
  text-align: right;
  font-size: 12px;
  padding-top: 10px;
}
.sec-case p.click-more a {
background: linear-gradient(126deg, #4976E6 20.82%, #8E55E9 104.08%) 0% 0% no-repeat padding-box; /* fallback */
background: var(--lp_main_color) 0% 0% no-repeat padding-box; /* LPページで上書き */
  padding: 22px 10px;
  height: auto;
  line-height: initial;
  max-width: 300px;
  font-size: 15px;
      color: #fff;
      font-weight: 600;
}
.sec-case p.click-more a:hover {
text-decoration: none;
 box-shadow: 0px 0px 3px var(--lp_sub_color);
    transform: translate(3px, 3px);
}
@media screen and (max-width: 768px) {
  .sec-case p.click-more a {
        padding: 24px 12px;
    max-width:80%;
    font-size: 17px;
  }
}


/***** Step
*/
.c-page__single--content .sec-step h2:before {
    content: "- STEP -";
}
.sec-step .container{
  max-width: 1200px;
        width: 100%;
        padding: 0;
}
.sec-step h2 {
    position: relative;
    font-size: 40px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 12px;
background: var(--lp_main_color, linear-gradient(126deg, #4976E6 20.82%, #8E55E9 104.08%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sec-step p.txt-first {
    text-align: center;
    margin-bottom: 41px;
    font-size: 16px;
    line-height: 28px;
        margin-top: 0;
        background: var(--lp_main_color, linear-gradient(126deg, #4976E6 20.82%, #8E55E9 104.08%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sec-step {
  padding: 150px 0 121px;
      margin: 0 calc(((100vw - 100%) / 2) * -1);
}
@media screen and (max-width: 768px) {
  .sec-step {
    padding: 70px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-step .container {
    padding: 0;
  }
}
.c-page__single--content .sec-step h2:before {
  content: "- STEP -";
}
.sec-step .box01 > p{
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 768px) {
        .sec-step h2:before {
        font-size: 14px;
    }
    .sec-step h2 {
        font-size: 20px;
        line-height: 1.4;
}
    .sec-step p.txt-first {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 35px;
    }
  .sec-step .box01 {
    margin: 0 -16px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1200px) {
  .sec-step .box01 .btn-scroll {
    overflow-x: auto;
  }
}
  .sec-step .box01 .btn-scroll {
      -ms-overflow-style: none;
    scrollbar-width: none;
  }
    .sec-step .box01 .btn-scroll::-webkit-scrollbar {
   display: none;
  }
.sec-step .list-sp-btn {
  background: #F8F9FA;
  display: flex;

}

@media screen and (max-width: 1200px) {
  .sec-step .list-sp-btn {
    width: 1200px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec-step .list-sp-btn {
    padding-bottom: 10px;
  }
}
.sec-step .list-sp-btn li {
  list-style-type: none;
  padding: 25px;
  background: #2B363A;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  line-height: 31px;
  cursor: pointer;
  border-right: 1px solid #eee;
  position: relative;
  flex:1;
}
@media screen and (max-width: 768px) {
  .sec-step .list-sp-btn li {
    font-size: 16px;
    width: calc(100% / 5);
    padding: 16px;
    line-height: 27px;
  }
}
.sec-step .list-sp-btn li:before {
  position: absolute;
  bottom: -19px;
  content: "";
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid var(--lp_sub_color);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .sec-step .list-sp-btn li:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #6B66E8;
    bottom: -10px;
  }
}
.sec-step .list-sp-btn li.active, .sec-step .list-sp-btn li:hover {
  background: linear-gradient(126deg, #4976E6 20.82%, #8E55E9 104.08%);
  color: #fff;
}
.sec-step .list-sp-btn li.active:before, .sec-step .list-sp-btn li:hover:before {
  opacity: 1;
}
.sec-step .list-sp-btn li:last-child {
  border: 0;
}
@media screen and (max-width: 768px) {
  .sec-step .row01 {
    padding: 24px 0 7px 0;
    background: #F8F9FA;
  }
}
.sec-step .row01 .fixHeight {
  display: none;
}
.sec-step .row01 .fixHeight.active {
  display: block;
}
.sec-step .row01 .col-df {
  padding: 48px 48px 26px;
  background: #F8F9FA;
}
@media screen and (max-width: 768px) {
  .sec-step .row01 .col-df {
    padding: 0 24px 30px;
  }
}
.sec-step .row01 .col-df .list-news {
  display: flex;
  flex-wrap: wrap;
}
.sec-step .row01 .col-df .row-df {
  width: calc((100% - 48px) / 2);
  margin-right: 48px;
  margin-bottom: 24px;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  display: flex;
    align-items: center;
    position: relative;
}
@media screen and (max-width: 768px) {
  .sec-step .row01 .col-df .row-df {
    margin-right: 0;
    width: 100%;
    float: inherit;
    margin-bottom: 24px;
    background: none;
    box-shadow: none;
  }
}
.sec-step .row01 .col-df .row-df:nth-child(even) {
  margin-right: 0;
}
.sec-step .row01 .col-df .row-df p {
  display: flex;
  font-weight: bold;
  overflow: hidden;
}
.sec-step .row01 .col-df .row-df  p.img01 {
  max-width: 187px;
}
@media screen and (max-width: 768px) {
  .sec-step .row01 .col-df .row-df  p.img01 {
    max-width: 120px;
  }
}
.sec-step .row01 .col-df .row-df  p.ttl01 {
    margin: 0;
  padding: 32px 24px;
  width: calc(100% - 188px);
  font-size: 16px;
  line-height: 28px;
  color: #333;
  transition: all ease-in-out .3s;
}
.sec-step .list-news p{
margin: 0;
padding: 0;
}
@media screen and (max-width: 768px) {
  .sec-step .row01 .col-df .row-df  p.ttl01 {
    font-size: 15px;
    line-height: 22px;
    padding: 0 14px;
    padding-right: 0;
    width: calc(100% - 120px);
  }
}
.sec-step .row01 .col-df .row-df:hover p.ttl01 {
  color: #D5A500;
}


/****
新着記事


*/

.sec-newpost h2 {
    position: relative;
    font-size: 40px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 12px;
    background: var(--lp_main_color, linear-gradient(126deg, #4976E6 20.82%, #8E55E9 104.08%));;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sec-newpost p.txt-first {
    text-align: center;
    margin-bottom: 41px;
    font-size: 16px;
    line-height: 28px;
        margin-top: 0;
        background: var(--lp_main_color, linear-gradient(126deg, #4976E6 20.82%, #8E55E9 104.08%));;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sec-newpost {
  padding: 150px 0 30px;
      margin: 0 calc(((100vw - 100%) / 2) * -1);
}
@media screen and (max-width: 768px) {
  .sec-newpost {
    padding: 110px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-newpost .container {
    padding: 0;
  }
}
.c-page__single--content .sec-newpost h2:before {
  content: "- NEW POST -";
}
.sec-newpost .box01 > p{
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 768px) {
        .sec-newpost h2:before {
        font-size: 14px;
    }
    .sec-newpost h2 {
        font-size: 20px;
        line-height: 1.4;
}
    .sec-newpost p.txt-first {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 35px;
    }
  .sec-newpost .box01 {
    margin: 0 -16px;
    overflow: hidden;
  }
}

.sec-newpost .new-top-wrap {
  word-spacing: -6px;
  background: #FFF;
  padding: 0 0 50px;
  position: relative;
  z-index: 9;
      display: flex;
      gap: 30px;
    flex-wrap: wrap;
}
@media screen and (max-width: 868px) {
  .sec-newpost .new-top-wrap {
    padding: 0;
    flex-direction: column;
          gap: 12px;
  }
}
.sec-newpost .new-top-wrap article {
  width: calc((100% - 30px) / 2);
  display:flex;
  vertical-align: top;
  word-spacing: 0;
  position: relative;
  overflow: visible;
    padding: 0;
  box-shadow: inherit;
  border: 0;
      align-items: flex-start;
}
.sec-newpost .new-top-wrap article:after {
  content: none;
}
@media screen and (max-width: 1024px) {
  .sec-newpost .new-top-wrap article {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec-newpost .new-top-wrap article {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px !important;
    padding: 0;
    flex-direction: column;
            margin-inline: 15px;
        max-width: 100%;
        width: calc(100% - 30px);
  }
}
@media screen and (max-width: 868px) {
  .sec-newpost .new-top-wrap article:last-child {
    margin-bottom: 40px !important;
  }
}
.sec-newpost .new-top-wrap article:nth-of-type(1):before {
  content: '';
  background: url(../../images/new.png) no-repeat top center;
  width: 61px;
  height: 45px;
  position: absolute;
  top: 0;
  z-index: 99;
  left: 0;
}
@media screen and (max-width: 868px) {
  .sec-newpost .new-top-wrap article:nth-of-type(1):before {
    width: 36px;
    background: url(../../images/new-sp.png) no-repeat top center;
  }
}
@media screen and (max-width: 868px) {
  .sec-newpost .new-top-wrap article:nth-of-type(1) .entry-content h2 {
    margin-bottom: 3px;
  }
}
  .sec-newpost .entry-title{
        margin: 0 0 6px;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
  }
  .sec-newpost .cont-str{
    margin-top: 0;
        font-size: 13px;
  }
  .sec-newpost .entry-meta{
        display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .sec-newpost .entry-meta li{
      background: var(--lp_main_color, linear-gradient(126deg, #4976E6 20.82%, #8E55E9 104.08%));;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
        margin-top: 10px;
        font-size: 11px;
  }
    .sec-newpost .entry-meta li.date{
      color: #000;
    }
.sec-newpost .new-top-wrap article:nth-of-type(2n) {
  margin-right: 0;
}
.sec-newpost .new-top-wrap article:nth-of-type(5), .sec-newpost .new-top-wrap article:nth-of-type(6) {
  margin-bottom: 0;
}
.sec-newpost .new-top-wrap article .entry-header {
  margin: 0;
}
.sec-newpost .new-top-wrap article .entry-header .entry-thumbnail {
    width: 200px;
    float: left;
    margin: 0 13px 0 0;
    max-width: 768px;
    aspect-ratio: 768 / 402;
    height: auto;
}

@media screen and (max-width: 768px) {
  .sec-newpost .new-top-wrap article .entry-header .entry-thumbnail {
    width: 100%;
    margin-right: 12px;
  }
}
.sec-newpost .new-top-wrap article .entry-content {
  padding-bottom: 0;
  overflow: hidden;
}
.sec-newpost .new-top-wrap article .entry-content p.date {
  font-size: 11px;
  line-height: 22px;
  color: #7d7d7d;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (min-width: 868px) {
  .sec-newpost .new-top-wrap article .entry-content p.date {
    display: none;
  }
}
.sec-newpost .new-top-wrap article .entry-content p.date span {
  padding-right: 5px;
  font-size: 12px;
}
.sec-newpost .new-top-wrap article .entry-content h2 {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  text-align: left;
}
.sec-newpost .new-top-wrap article .entry-content h2:before {
  display: none;
}
@media screen and (max-width: 868px) {
  .sec-newpost .new-top-wrap article .entry-content h2 {
    margin-bottom: 7px;
    font-size: 15px;
    line-height: 24px;
  }
}
.sec-newpost .new-top-wrap article .entry-content h2 a {
  color: #333333;
}
.sec-newpost .new-top-wrap article .entry-content h2 a:hover {
  color: #d5a500;
  text-decoration: none;
}
@media screen and (max-width: 868px) {
  .sec-newpost .new-top-wrap article .entry-content .cont-str {
    display: none;
  }
}
.sec-newpost .click-more {
  padding-top: 0;
}
.sec-newpost .click-more a {
  padding: 22px 10px;
  height: auto;
  line-height: initial;
  max-width: 300px;
  font-size: 15px;
}
@media screen and (max-width: 868px) {
  .sec-newpost .click-more a {
    padding: 12px;
    max-width: 262px;
    font-size: 15px;
  }
}

/******
選ばれる理由

*/

.c-page__single--content .sec-reason h2:before {
    content: "- REASON -";
}

.sec-reason h2 {
    position: relative;
    font-size: 40px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 12px;
    background: var(--lp_main_color, linear-gradient(126deg, #4976E6 20.82%, #8E55E9 104.08%));;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sec-reason p.txt-first {
    text-align: center;
    margin-bottom: 41px;
    font-size: 16px;
    line-height: 28px;
        margin-top: 0;
        background: var(--lp_main_color, linear-gradient(126deg, #4976E6 20.82%, #8E55E9 104.08%));;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sec-reason {
  padding: 110px 0 32px;
      margin: 0 calc(((100vw - 100%) / 2) * -1);
        background: #F8F9FA;
}
@media screen and (max-width: 768px) {
  .sec-reason {
        padding: 80px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-reason .container {
    padding: 0;
    margin-inline: 15px;
  }
}

.sec-reason .box01 > p{
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 768px) {
        .sec-reason h2:before {
        font-size: 14px;
    }
    .sec-reason h2 {
        font-size: 20px;
        line-height: 1.4;
}
    .sec-reason p.txt-first {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 35px;
    }
  .sec-reason .box01 {
    margin: 0 -16px;
    overflow: hidden;
  }
}
 
 .sec-reason .element-df {
    position: relative;
    margin-bottom: 60px;
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 868px) {
   .sec-reason .element-df {
    background: #FFF;
    margin-bottom: 40px;
    flex-direction: column;
        gap: 5px;
  }
}
 .sec-reason .element-df::before {
  content: "";
      background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2 ) * -1);
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 868px) {
   .sec-reason .element-df::before {
    display: none;
  }
}
 .sec-reason .element-df dl {
  max-width: 900px;
  padding: 92px 0 56px 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
   .sec-reason .element-df dl {
    max-width: 100%;
    width: calc(100% - 485px);
  }
}
@media screen and (max-width: 991px) {
   .sec-reason .element-df dl {
    width: 49%;
  }
}
@media screen and (max-width: 868px) {
   .sec-reason .element-df dl {
    padding: 66px 15px 10px 15px;
    width: 100%;
  }
}
 .sec-reason .element-df dl dt {
  font-size: 28px;
  color: var(--lp_sub_color);
  max-width: 690px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 868px) {
   .sec-reason .element-df dl dt {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
  }
}
 .sec-reason .element-df dl dd {
  max-width: 690px;
  line-height: 28px;
}
@media screen and (max-width: 1200px) {
   .sec-reason .element-df dl dd {
    max-width: 100%;
  }
}
@media screen and (max-width: 868px) {
   .sec-reason .element-df dl dd {
    font-size: 15px;
    line-height: 28px;
    max-width: 100%;
  }
}
 .sec-reason .element-df dl dd.dd01 {
    background: var(--lp_main_color, linear-gradient(126deg, #4976E6 20.82%, #8E55E9 104.08%));;
  font-size: 12px;
  line-height: 16px;
  color: #FFF;
  text-align: center;
  padding: 10px 5px;
  width: 46px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 868px) {
   .sec-reason .element-df dl dd.dd01 {
    left: 20px;
  }
}
 .sec-reason .element-df dl dd.dd01 span {
  font-size: 16px;
  display: block;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}
 .sec-reason .element-df dl dd.dd01:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-bottom: 5px solid #fff;
  border-right: 22px solid transparent;
}
 .sec-reason .element-df dl dd .click-more {
  text-align: left;
  margin: 20px 0 40px 0;
}
 .sec-reason .element-df dl dd .click-more a {
  max-width: 378px;
  box-shadow: inherit;
  background: #FFF;
  color: #D5A529;
  border: 1px solid #D5A529;
  border-radius: 5px;
  padding: 12px;
  position: relative;
}
 .sec-reason .element-df dl dd .click-more a:before {
  content: "\f0da";
  position: absolute;
  right: 0px;
  top: calc(50% - 7px);
  color: #D5A529;
  font-family: 'FontAwesome';
  left: inherit;
  height: auto;
  transform: inherit;
  opacity: 1;
  background: none;
}
 .sec-reason .element-df dl dd .click-more a:after {
  display: none;
}
 .sec-reason .element-df dl dd .click-more a:hover {
  background: #D5A529; 
  color: #fff;
}
 .sec-reason .element-df dl dd .click-more a:hover:before {
  color: #FFF;
}
 .sec-reason .element-df .img-df {
    top: 0px;
    right: 0;
    max-width: 452px;
    position: relative;
}
@media screen and (max-width: 991px) {
   .sec-reason .element-df .img-df {
    width: 49%;
    max-width: 49%;
  }
}
@media screen and (max-width: 868px) {
   .sec-reason .element-df .img-df {
    width: 100%;
    position: relative;
    top: inherit;
    right: inherit;
    text-align: center;
    margin: auto;
    max-width: 100%;
  }
}
 .sec-reason .element-df:nth-child(even):before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  margin-right: calc(((100vw - 100%) / 2 ) * -1);
  height: 100%;
  width: 100%;
  left: inherit;
}
@media screen and (max-width: 868px) {
   .sec-reason .element-df:nth-child(even):before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
   .sec-reason .element-df:nth-child(even) dl {
    margin: 0;
  }
}
 .sec-reason .element-df:nth-child(even){
      flex-direction: row-reverse;
    display: flex;
 }
 .sec-reason .element-df:nth-child(even) .img-df {
    top: 1px;
    right: 0;
    max-width: 452px;
    position: relative;
}
@media screen and (max-width: 768px) {
   .sec-reason .element-df:nth-child(even){
      flex-direction:column;
    display: flex;
 }
   .sec-reason .element-df:nth-child(even) .img-df {
    position: relative;
    top: inherit;
    right: inherit;
    text-align: center;
    margin: auto;
  }
}
 .sec-reason .click-more a {
  background: #D5A500 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 0px #886C0C;
  padding: 22px 10px;
  height: auto;
  line-height: initial;
  max-width: 425px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
   .sec-reason .click-more a {
    padding: 12px;
    max-width: 330px;
  }
}

/***
無料相談

**/
.sec-coporaton h2 {
    position: relative;
    font-size: 40px;
    text-align: center;
     margin-bottom: 47px;
    margin-top: 0;
         background: var(--lp_main_color, linear-gradient(126deg, #4976E6 20.82%, #8E55E9 104.08%));;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sec-coporaton h2 span {
    color: var(--lp_sub_color);
    font-size: 46px;
}
.sec-coporaton {
  background: #F8F9FA;
  padding: 90px 81px 58px;
      margin: 0 calc(((100vw - 100%) / 2) * -1);
}
@media screen and (max-width: 768px) {
.sec-coporaton {
    margin: 0 -16px;
    padding: 50px 16px 50px 16px;
  }
}
@media screen and (max-width: 768px) {
.sec-coporaton .container {
    padding: 0;
    margin-inline: 15px;
  }
}
.sec-coporaton h2 {
  margin-bottom: 47px;
}
@media screen and (max-width: 768px) {
.sec-coporaton h2 {
    font-size: 22px;
    line-height: 36px;
    margin: 0 -16px 0;
    padding-bottom: 32px;
  }
}
.sec-coporaton h2:before {
  display: none;
}
.sec-coporaton h2 span {
    color: var(--lp_sub_color);
  font-size: 46px;
}
@media screen and (max-width: 768px) {
.sec-coporaton h2 span {
    font-size: 26px;
  }
}
.sec-coporaton .list-element {
  margin-bottom: 58px;
}
@media screen and (max-width: 768px) {
.sec-coporaton .list-element {
    margin-bottom: 40px;
    position: relative;
  }
.sec-coporaton .list-element:before {
    position: absolute;
    top: 0;
    right: -16px;
    left: -16px;
    content: "";
    background: #FFF;
    height: 135px;
    z-index: 0;
  }
}
.sec-coporaton .list-element .element-df {
  background: #FFF;
  padding: 0 50px 0 50px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
.sec-coporaton .list-element .element-df {
    padding: 0;
    margin-bottom: 24px;
        display: flex;
    flex-direction: column;
  }
}
.sec-coporaton .list-element .element-df .box1{
  position: relative;
}
.sec-coporaton .list-element .element-df p.img01 {
    max-width: 100%;
    float: right;
    /* margin: 29px 11px 0 35px; */
    position: absolute;
    margin-block: 0;
    right: 0;
    top: 0;
    aspect-ratio: 285 / 180;
    height: 100%;
}
@media screen and (max-width: 880px) {
.sec-coporaton .list-element .element-df p.img01 {
    margin: 0 0 20px 0;
    max-width: 100%;
    float: inherit;
        position: relative;
  }
.sec-coporaton .list-element .element-df p.img01 img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
.sec-coporaton .list-element .element-df .box01 {
    position: relative;
    padding-bottom: 26px;
  }
}
.sec-coporaton .list-element .element-df p.ttl01 {
    margin-block: 0;
    line-height: 1.2;
  font-size: 18px;
  background: linear-gradient(331deg, #91A5FF 12.01%, #C367FF 106.54%);
  
  color: #FFF;
  padding: 15px 70px 13px 35px;
  display: inline-block;
  margin-left: -61px;
  margin-bottom: 26px;
  position: relative;
}
@media screen and (max-width: 768px) {
.sec-coporaton .list-element .element-df p.ttl01 {
    font-size: 16px;
    margin: 0;
    position: absolute;
    top: -68px;
    left: -10px;
    padding: 13px 50px 11px 15px;
  }
}
.sec-coporaton .list-element .element-df p.ttl01:before {
  /* position: absolute;
  bottom: -12px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid #AF80FE;
  border-right: 0 solid transparent;
  border-left: 12px solid transparent; */
}
.sec-coporaton .list-element .element-df p.ttl01 span {
  font-size: 30px;
  margin-left: 5px;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  top: 6px;
  right: 30px;
}
@media screen and (max-width: 768px) {
.sec-coporaton .list-element .element-df p.ttl01 span {
    font-size: 24px;
    right: 20px;
  }
}
.sec-coporaton .list-element .element-df p.ttl02 {
    margin-top: 0;
    color: var(--lp_sub_color);
  background: var(--lp_main_color, linear-gradient(126deg, #4976E6 20.82%, #8E55E9 104.08%));;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
      line-height: 1.5;
}
@media screen and (max-width: 768px) {
.sec-coporaton .list-element .element-df p.ttl02 {
    padding: 0 22px;
    font-size: 20px;
  }
}
.sec-coporaton .list-element .element-df p.txt01 {
  font-size: 16px;
  line-height: 30px;
  margin-block: 0;
      line-height: 1.5;
      padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
.sec-coporaton .list-element .element-df p.txt01 {
    font-size: 15px;
    line-height: 28px;
    padding: 0 22px;
  }
}
.sec-coporaton .click-more a {
   background: var(--lp_main_color, linear-gradient(126deg, #4976E6 20.82%, #8E55E9 104.08%));;
  background: linear-gradient(126deg, #4976E6 20.82%, #8E55E9 104.08%) 0% 0% no-repeat padding-box;
  padding: 22px 10px;
  height: auto;
  line-height: initial;
  max-width: 378px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
.sec-coporaton .click-more a {
    padding: 12px;
  }
}
.sec-coporaton p.click-more a,.sec-newpost p.click-more a {
    background: linear-gradient(126deg, #4976E6 20.82%, #8E55E9 104.08%) 0% 0% no-repeat padding-box;
    height: auto;
    line-height: initial;
    max-width: 378px;
    position: relative;
    color: #fff;
    margin-inline: auto;
    border-radius: 100px;
    padding: 22px 24px 26px;
    border-radius: 100px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    border: 2px solid transparent;
    letter-spacing: 1.6px;
    transition: 0.5s  ease;
    position: relative;
    overflow: hidden;
}
.sec-coporaton .click-more a:hover,.sec-newpost .click-more a:hover{
      border: 2px solid var(--gradation-primary, #4976E6);
    background: linear-gradient(0deg, #E5D6FF 0%, #E5D6FF 100%), linear-gradient(126deg, #FEFEFE 20.82%, #E5D6FF 104.08%);
    color: #333;
}
.sec-coporaton p.click-more a::before,.sec-newpost .click-more a::before{
      background: var(--lp_main_color, linear-gradient(126deg, #4976E6 20.82%, #8E55E9 104.08%));;
}
.sec-coporaton p.click-more a:hover::before,.sec-newpost .click-more a:hover::before {
    opacity: 0;
}
 .sec-coporaton .br01 {
    display: none;
}
@media screen and (max-width: 768px) {
  .sec-coporaton p.click-more a {
        padding: 24px 12px;
    max-width:100%;
  }
   .sec-coporaton .br01 {
    display: inherit;
}
}
 @media screen and (max-width: 768px) {
    .sec-newpost p.click-more a {
        padding: 24px 12px;
        max-width: 80%;
        font-size: 17px;
    }
}
/***
そのほかできること

**/

.sec-service {
  padding: 150px 0 122px 0;
      margin: 0 calc(((100vw - 100%) / 2) * -1);
}
@media screen and (max-width: 767px) {
.sec-service {
    padding: 110px 0 57px 0;
  }
}

.c-page__single--content .sec-service.add-q h2:before {
  content: "- SERVICE -";
}

.sec-service h2 {
  position: relative;
    position: relative;
    font-size: 40px;
    text-align: center;
    margin-top: 0;
       margin-bottom: 45px;
              background: var(--lp_main_color, linear-gradient(126deg, #4976E6 20.82%, #8E55E9 104.08%));;
  background: linear-gradient(126deg, #4976E6 20.82%, #8E55E9 104.08%) 0% 0% no-repeat padding-box;

     background-clip: text;
      -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sec-service p.txt-first {
    text-align: center;
    margin-bottom: 41px;
    font-size: 16px;
    line-height: 28px;
        margin-top: 0;
               background: var(--lp_main_color, linear-gradient(126deg, #4976E6 20.82%, #8E55E9 104.08%));;
  background: linear-gradient(126deg, #4976E6 20.82%, #8E55E9 104.08%) 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 3px var(--lp_sub_color);
     background-clip: text;
      -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 768px) {
  .sec-service .container {
    padding: 0;
    margin-inline: 15px;
  }
}

.sec-service .box01 > p{
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 768px) {
        .sec-service h2:before {
        font-size: 14px;
    }
    .sec-service h2 {
        font-size: 20px;
        line-height: 1.4;
}
    .sec-service p.txt-first {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 35px;
    }
  .sec-service .box01 {
    margin: 0 -16px;
    overflow: hidden;
  }
}

.sec-service .container {
  padding: 0;
}
.sec-service .list-dl {
  max-width: 900px;
  margin: 0 auto 38px;
  padding-bottom: 40px;
  border-bottom: 1px solid #EEEEEE;
display: flex;
    align-items: center;
}
.sec-service .list-dl .sec-service--dl  {
  width: calc((100% - 58px) / 3);
  margin-right: 30px;
  background: #F8F9FA;
  border: 1px solid #EEEEEE;
}
@media screen and (max-width: 767px) {
    .sec-service .list-dl{
        flex-direction: column;
    }
.sec-service .list-dl .sec-service--dl {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.sec-service .list-dl .sec-service--dl a {
  color: #333;
  display: block;
}
.sec-service .list-dl .sec-service--dl a:hover {
  opacity: 0.7;
}
.sec-service .list-dl .sec-service--dl:last-child {
  margin-right: 0;
}
.sec-service .list-dl .sec-service--dl .sec-service--dt {
  text-align: center;
  font-weight: normal;
}
.sec-service .list-dl .sec-service--dl .sec-service--dd {
  text-align: center;
  padding: 0 10px 28px 10px;
  font-size: 13px;
  line-height: 20px;
}
.sec-service .list-dl .sec-service--dl .sec-service--dd.dd01 {
  font-size: 22px;
  line-height: 36px;
  color: var(--lp_sub_color);
  padding: 20px 0 5px 0;
  font-weight: 600;
}
.sec-service .ul01 {
  max-width: 892px;
  margin: auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
.sec-service .ul01 {
    flex-wrap: wrap;
  }
}
.sec-service .ul01 li {
  float: left;
  height: auto;
  margin-right: 30px;
  list-style-type: none;
  transition: all ease-in-out .3s;
}
.sec-service .ul01 li:hover {
  opacity: 0.7;
}
.sec-service .br02 {
    display: inherit;
}
@media screen and (max-width: 768px) {
    .sec-service .ul01 a br{
    display: none;
}
.sec-service .ul01 li {
    height: auto;
    margin-right: 13px;
  }
.sec-service .br02 {
        display: none;
    }
}

.sec-service .ul01 li img {
  height: 100%;
}
@media screen and (max-width: 767px) {
.sec-service .ul01 li img {
    height: auto;
  }
}
.sec-service .ul01 li:last-child {
  margin-right: 0;
}
.sec-service .ul01 li:nth-child(1) {
  /* width: 17%; */
}

@media screen and (max-width: 767px) {
    .sec-service .ul01 li:last-child br{
    display: none;
}
.sec-service .ul01 li:nth-child(1) {
    width: 100%;
    margin: 0 0 20px 0;
    height: auto;
  }
}
.sec-service .ul01 li:nth-child(2) {
  /* width: 27%; */
}

@media screen and (max-width: 767px) {
.sec-service .ul01 li:nth-child(2) {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    text-align: center;
  }
}
.sec-service .ul01 li:nth-child(3) {
  /* width: 27.5%; */
}
@media screen and (max-width: 991px) {
.sec-service .ul01 li:nth-child(3) {
    /* width: 29%; */
  }
}
@media screen and (max-width: 767px) {
.sec-service .ul01 li:nth-child(3) {
    width: 100%;
    float: inherit;
    height: auto;
    margin: 0 0 20px 0;
    text-align: center;
  }
}
.sec-service .ul01 li:nth-child(4) {
  width: 27.5%;
}
@media screen and (max-width: 991px) {
.sec-service .ul01 li:nth-child(4) {
    width: 29%;
  }
}
@media screen and (max-width: 767px) {
.sec-service .ul01 li:nth-child(4) {
    width: 100%;
    float: inherit;
    height: auto;
    margin: 0 0 20px 0;
    text-align: center;
  }
}
.sec-service .ul01 li:empty{
  display: none;
}

/*サーチ*/


.c-page__single--content .sec-search.add-q h2:before {
  content: "- SEARCH -";
}

.sec-search h2 {
  position: relative;
    position: relative;
    font-size: 40px;
    text-align: center;
    margin-top: 0;
       margin-bottom: 45px;
           background: var(--lp_main_color, linear-gradient(126deg, #4976E6 20.82%, #8E55E9 104.08%));;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
       
}
.sec-search p.txt-first {
    text-align: center;
    margin-bottom: 41px;
    font-size: 16px;
    line-height: 28px;
        margin-top: 0;
}

@media screen and (max-width: 768px) {
  .sec-search .container {
    padding: 0 16px;
    margin-inline:0;
  }
}

.sec-search .box01 > p{
    margin: 0;
    padding: 0;
        background: var(--lp_main_color, linear-gradient(126deg, #4976E6 20.82%, #8E55E9 104.08%));;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
        .sec-search h2:before {
        font-size: 14px;
    }
    .sec-search h2 {
        font-size: 20px;
        line-height: 1.4;
}
    .sec-search p.txt-first {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 35px;
            background: var(--lp_main_color, linear-gradient(126deg, #4976E6 20.82%, #8E55E9 104.08%));;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }
  .sec-search .box01 {
    margin: 0 -16px;
    overflow: hidden;
  }
}


.sec-search {
  background: #F8F9FA;
  margin-left: calc(((100vw - 100%) / 2 ) * -1);
  margin-right: calc(((100vw - 100%) / 2 ) * -1);
  padding: 134px 0 80px;
}
@media screen and (max-width: 768px) {
  .sec-search {
        padding: 90px 0 0 0;
        background: #FFF;
        background: #F8F9FA;
  }
}
.sec-search h2 {
  margin-bottom: 16px;
}
.sec-search h2:before {
  content: "- SEARCH -";
}
.sec-search p.ttl01 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 26px;
  text-align: center;
      background: var(--lp_main_color, linear-gradient(126deg, #4976E6 20.82%, #8E55E9 104.08%));;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.search-form {
  margin-bottom: 40px;
  height: 46px;
  border: 0;
  border-radius: 23px;
  overflow: hidden;
}
.search-form > label {
    width: 100%;
    padding: 0;
    padding-right: 80px;
    margin: 0;
}
.search-form input[type=text], .search-form input[type=search] {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 80px;
    padding: 4px 80px 4px 8px;
    border: none;
}
.search-form input[type=submit] {
  position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 0 3px 3px 0;
    padding: 4px 8px;
    width: 80px;
    font-size: 12px;
  width: 46px;
  padding: 0;
  background: transparent;
  font-family: FontAwesome;
  border: 0;
  font-size: 18px;
}
.search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #e5f3fb;
}
.search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #e5f3fb;
}
.search-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #e5f3fb;
}
@media screen and (max-width: 768px) {
  .sec-search p.ttl01 {
    font-size: 18px;
    padding: 30px 0 20px 0;
    margin: 0 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-search .box01,
  .sec-search .box02 {
    background: #F8F9FA;
    margin: 0 -16px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .sec-search .box02 {
    padding-bottom: 20px;
  }
}
.sec-search .box-search {
  max-width: 458px;
  margin: auto;
  padding: 0 16px;
}
.sec-search .box-search .search-form {
  border-radius: 2px;
  background: #FFF;
  margin-bottom: 55px;
  height: 75px;
  border: 1px solid;
  -o-border-image: var(--lp_main_color) 1;
     border-image: var(--lp_main_color) 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-search .box-search .search-form {
    margin-bottom: 0;
    height: 68px;
  }
}
.sec-search .box-search .search-form input.search-field {
  background: #FFF;
    background-color: var(--lp_main_color, linear-gradient(126deg, #4976E6 20.82%, #8E55E9 104.08%));;
  padding: 24px 53px 24px 22px !important;
  font-size: 16px;
  font-weight: normal;
  height: 72px;
}
@media screen and (max-width: 768px) {
  .sec-search .box-search .search-form input.search-field {
    padding: 20px 20px 20px 20px !important;
    font-size: 16px;
    height: 67px;
  }
}
.sec-search .box-search .search-form input[type=submit] {
    width: 46px;
    padding: 0;
    background: transparent;
    font-family: FontAwesome;
    border: 0;
    font-size: 18px;
    color: var(--lp_sub_color);
  text-align: left;
  font-size: 24px;
  width: 40px;
}
@media screen and (max-width: 768px) {
  .sec-search .box-search .search-form input[type=submit] {
    width: 45px;
  }
}
.sec-search .box-search .search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
      color: var(--lp_sub_color);
}
.sec-search .box-search .search-form input::-moz-placeholder {
  /* Firefox 19+ */
      color: var(--lp_sub_color);
}
.sec-search .box-search .search-form input:-ms-input-placeholder {
  /* IE 10+ */
      color: var(--lp_sub_color);
}
.sec-search .box-search .search-form input:-moz-placeholder {
  /* Firefox 18- */
      color: var(--lp_sub_color);
}
.sec-search .box-search .search-form input::-webkit-input-selection {
  /* Chrome/Opera/Safari */
      color: var(--lp_sub_color);
}
.sec-search .box-search .search-form input::-moz-selection {
  /* Firefox 19+ */
      color: var(--lp_sub_color);
}
.sec-search .box-search .search-form input:-ms-input-selection {
  /* IE 10+ */
      color: var(--lp_sub_color);
}
.sec-search .box-search .search-form input:-moz-selection {
  /* Firefox 18- */
      color: var(--lp_sub_color);
}
.sec-search .box-search .search-form input:focus {
  background: #fff !important;
}
.sec-search .box-search .search-form input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}
.sec-search ul.ul01 {
  padding: 50px 70px 30px;
  background: #FFF;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-search ul.ul01 {
    padding: 15px 12px 15px;
    margin: 0 16px;
    text-align: center;
    background: transparent;
  }
}
.sec-search ul.ul01 li {
  margin-right: 13px;
  margin-bottom: 18px;
  position: relative;
  font-size: 15px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .sec-search ul.ul01 li {
    margin-right: 13px;
    margin-bottom: 13px;
    width: 45%;
  }
}
.sec-search ul.ul01 li input {
    border: 1px solid;
    -o-border-image: var(--gradation-primary) 1;
       border-image: var(--gradation-primary) 1;
  background-color: #fff;
    background: var(--lp_main_color, linear-gradient(126deg, #4976E6 20.82%, #8E55E9 104.08%));;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  font-weight: 500;
  border-radius: 0;
  position: relative;
  width: auto;
  text-align: center;
  max-width: none;
  border-radius: 5px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .sec-search ul.ul01 li input {
    font-size: 13px;
    padding: 8px;
    width: 100%;
  }
}
.sec-search ul.ul01 li:hover input {
  background-color:  var(--lp_sub_color);;
  color: #fff;
}