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;
}

body {
  margin-top: 0 !important;
}

.c-page__single--content {
  margin-top: 96px;
}

.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: .6rem 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: 13.2rem 0 12.9rem;
  margin: 3rem 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: 4rem;
  font-weight: bold;
  letter-spacing: 1rem;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.key-visual .txt01 {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 3rem;
}

/* モバイル対応（必要に応じて） */
@media screen and (max-width: 767px) {
  .key-visual h2 br.sp {
    display: none;
  }

  .key-visual {
    text-align: left;
    padding: 6rem 0 6rem;
    margin-inline: -5%;
    margin-block: 0;
  }

  .key-visual .container h2 {
    font-size: 2.4rem;
    letter-spacing: 3px;
    display: block;
    padding-bottom: 1.5rem;
    text-align: left;

  }

  .key-visual .txt01 {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}

.sec-recommend {
  background: #f8f9fa;
  padding: 12.8rem 1rem 13.2rem;
  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: 1.4rem;
  }
}

.c-page__single--content .sec-recommend>.container>h2::before {
  content: "- RECOMMEND -";
}

.sec-recommend>.container>h2 {
  position: relative;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 1.2rem;
}

.sec-recommend p.txt-first {
  text-align: center;
  margin-top: 0;
  margin-bottom: 4.1rem;
  font-size: 16px;
  line-height: 28px;
}

.sec-recommend h3 {
  font-size: 2.1rem;
  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: 33.5rem;
  background: #FFF;
  padding: 1.3rem;
  margin: 0 auto 5.9rem;
  /* 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: -1.2rem;
  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>.container>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: 1.8rem;
  line-height: 2.8rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.sec-recommend .list-news .col-df p.img01 {
  margin: 2rem 0;
}

.sec-recommend .list-news .col-df p.txt-df {
  font-size: 1.4rem;
  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-newpost .box-newpost h2:has(.newpost_link_title) {
  -webkit-text-fill-color: initial;
}

.sec-recommend .col-df_wrapper {
  flex: 1;
  width: 100%;
  margin-bottom: 0;
  background: #fff;
  border: 0.1rem solid #ddd;
  box-sizing: border-box;
  position: relative;
  transition: all ease-in-out .3s;
  padding: 4rem 2.4rem 2.4rem 2.4rem;
}

.sec-recommend .list-news .col-df {
  width: calc((100% - 9rem) / 3) !important;
  flex: none;
  display: flex;
  border: 1px solid transparent;
  transition: .3s;
}

.sec-recommend .list-news .col-df:hover {
  border: 1px solid var(--lp_sub_color);
  transition: all ease-in-out .3s;
}

.sec-recommend .col-df_wrapper::before {
  content: '';
  width: 6rem;
  height: 6rem;
  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: 1rem;
}

.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 .col-df:nth-of-type(4) .col-df_wrapper:after {
  content: '4';
}

.sec-recommend .list-news {
  display: flex;
  gap: 3rem 2.5rem;
  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 .list-news {
    flex-direction: column;
  }

  .sec-recommend .br01 {
    display: inherit;
  }

  .sec-recommend {
    padding: 6rem 0 1rem;
  }

  .sec-recommend .list-news .col-df {
    width: 100% !important;
    margin: 0 0 3.2rem 0;
  }

  .sec-recommend>.container>h2 {
    font-size: 2rem;
    line-height: 1.4;
  }

  .sec-recommend>.container>h2:before {
    font-size: 1.4rem;
  }

  .sec-recommend p.txt-first {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 35px;
  }

  .sec-recommend .list-news:before {
    top: -10rem;
    left: 1.2rem;
    right: 1.2rem;
    bottom: -1.2rem;
    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: 120rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .sec-case {
    padding-top: 7rem;
    padding-bottom: 2rem;
  }

  .sec-case h2 {
    font-size: 2rem;
    line-height: 1.4;
  }

}

@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: 1.1rem;
  }
}

.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: 4rem;
    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: 1.7rem;
  }
}


/***** Step
*/
.c-page__single--content .sec-step h2:before {
  content: "- STEP -";
}

.sec-step .container {
  max-width: 73.125rem;
  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: 7rem 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: "";
  opacity: 0;
  position: absolute;
  bottom: -19px;
  width: 40px;
  height: 20px;
  background: var(--lp_main_color);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  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: 12px 0px 12px;
  ;
  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;
  gap: 3rem 2.5rem;
  justify-content: space-between;
}

.sec-step .row01 .col-df .row-df {
  display: none;
  /* row-dfは使用しないので非表示 */
}

.sec-step .list-news .col-df {
  width: calc(50% - 1.25rem) !important;
  margin-bottom: 0;
}

.sec-step .col-df_wrapper {
  box-shadow: none !important;
  padding: 1rem 1rem 0 !important;
  height: 100%;
}

.sec-step .list-news .col-df .img01 {
  margin: 2rem 0;
}

@media screen and (max-width: 768px) {
  .sec-step .row01 .col-df .list-news {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }

  .sec-step .list-news .col-df {
    width: 100% !important;
    margin-bottom: 24px;
  }

  .sec-step .col-df_wrapper {
    padding: 3rem 3rem !important;
  }

  .sec-step .row01 .col-df .row-df {
    margin-right: 0;
    width: 100%;
    float: inherit;

    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: #4976E6;
}


/****
新着記事


*/

.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: #4976e6;
  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: 1.5rem;
  }
}

.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 {
  background: #fff;
  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;
  background: #fff;
}

@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: #4976E6 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 .container {
  max-width: 970px;
  width: 100%;
  padding: 0;
}

.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: 1.5rem;
  }
}

.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-top: 56px;
    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 30px 0 30px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .sec-coporaton .list-element .element-df {
    padding: 0;
    margin-bottom: 45px;
    display: flex;
    flex-direction: column-reverse;
    padding-top: 35px;
  }

  .sec-coporaton .list-element .element-df:last-of-type {
    margin-bottom: 30px;
  }
}

.sec-coporaton .list-element .element-df .box1 {
  position: relative;
}

.sec-coporaton .list-element .element-df p.img01 {
  width: 100%;
  float: right;
  /* margin: 29px 11px 0 35px; */
  position: absolute;
  margin-block: 0;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
  aspect-ratio: 285 / 180;
  height: 100%;
  display: flex;
  max-width: 40%;
}

.sec-coporaton .list-element .element-df div.box01 {
  max-width: 58.5%;
}

.sec-coporaton .list-element .element-df p.img01 img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 880px) {
  .sec-coporaton .list-element .element-df p.img01 {
    margin: 0 0 20px 0;
    max-width: 100%;
    float: initial;
    position: relative;
    transform: initial;
    top: initial;
    right: initial;
    left: initial;
  }

  .sec-coporaton .list-element .element-df p.img01 img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sec-coporaton .list-element .element-df div.box01 {
    width: 100%;
    max-width: 100%;
  }

  .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: -54px;
    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: 5rem;
}

@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: 37.8rem;
  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 {
    margin-inline: -20px;
  }

  .sec-coporaton p.click-more a {
    padding: 24px 12px;
    max-width: 100%;
  }

  .sec-coporaton .br01 {
    display: inherit;
  }

  .sec-coporaton p.click-more a,
  .sec-newpost p.click-more a {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .sec-newpost p.click-more a {
    padding: 24px 12px;
    max-width: 80%;
    font-size: 1.7rem;
  }
}

/***
そのほかできること

**/

.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: 1.5rem;
  }
}

.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: 90rem;
  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% - 5.8rem) / 3);
  margin-right: 3rem;
  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: 20px;
  line-height: 28px;
  color: var(--lp_sub_color);
  padding: 20px 5px 5px 5px;
  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: 9rem 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: 4rem;
  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: #fff;
  ;
  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;
}

.sec-coporaton .container:has(iframe[frameborder="0"]) {
  margin-left: 0;

  @media screen and (min-width: 768px) {
    max-width: 1022px;
    margin-inline: auto;
  }
}

.sec-coporaton .container>div:has(iframe) {
  padding-top: 52%;
  width: 100%;
  border-radius: 6px;
  border: 19px solid #5c5c5c;

  @media screen and (max-width: 768px) {
    padding-top: 165% !important;
    border: 12px solid #5c5c5c;
  }
}

/*----------------------------------------------------
	FOOTER
----------------------------------------------------*/

.pageTopScroll {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 99;
}

.footBread {
  margin-top: 50px;
  color: white;
  background-color: #241A2C;
}

.footBread div {
  border-bottom: solid 1px #6b4d82;
}

.footBread ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 12px 0 14px 0;
  text-align: left;
}

.footBread li {
  display: flex;
}

.footBread li:last-child {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footBread li:not(:last-child)::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 12px;
  background: url(../images/common/icon_bread_arrow.svg) center center no-repeat;
}

.footBread li a,
.footBread li span {
  width: 100%;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footBread li a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footBread li a:hover {
  text-decoration: none;
}

footer {
  text-align: left;
  background-color: #241A2C;
}

.footCont {
  display: grid;
  grid-template-columns: 575px 1fr;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 0;
  padding: 80px 0;
  gap: 30px;
}

@media (max-width: 767px) {
  .footCont {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 768px;
    width: 100%;
    padding-inline: 10px;
  }
}

.footContactText {
  color: white;
}

.footContact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: solid 1px #412f4f;
}

.footContactTitle {
  color: white;
  font-size: 30px;
}

a.footContactBtn {
  position: relative;
  display: block;
  box-sizing: border-box;
  border-radius: 4px;
  width: 320px;
  margin-top: 20px;
  padding: 20px 0 20px 20px;
  color: white;
  font-size: 18px;
  background-color: #7515ff;
}

a.footContactBtn::after {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  right: 25px;
  width: 24px;
  height: 24px;
  background-image: url("../images/common/icon_food_circle.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

a.footContactBtn:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footMenu ul li a {
  font-size: 17px;
  color: white;
}

.footMenu ul li a span:nth-child(1) {
  display: inline-block;
  transition: -webkit-text-decoration .5s ease;
  transition: text-decoration .5s ease;
  transition: text-decoration .5s ease, -webkit-text-decoration .5s ease;
}

.footMenu ul li a span:nth-child(2) {
  display: block;
  color: #867f8a;
  font-size: 12px;
  line-height: 1.2em;
}

@media screen and (min-width: 768px) {

  .footMenu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .footMenu ul li {
    /*width: 120px;*/
    width: calc(calc(100% - 60px) / 4);
  }

  .footMenu ul li:nth-child(4n+1) {
    /*width: 156px;*/
  }

  .footMenu ul li a {
    font-size: 17px;
    color: white;
  }




  .footMenu ul li a:hover span:nth-child(1) {
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .footMenu ul li a:hover span:nth-child(2) {
    text-decoration: none;
  }

  .footBtm {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
  }

  .footBtm ul {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 25px;
  }

  .footBtm ul li {
    width: 56px;
    margin-left: 15px;
  }

  .footBtm ul li img {
    width: 100%;
    height: auto;
  }

}

.footCopy {
  color: white;
  font-size: 12px;
}

@media (max-width: 767px) {
  .footBtm {
    position: relative;
    max-width: 768px;
    width: 100%;
    margin: 0 10px;
  }
}

/* ▼ コンテンツ一覧セクション */
.sec-content {
  padding: 150px 0 121px;
  margin: 0 calc(((100vw - 100%) / 2) * -1);
  background: #fff;
}

.sec-content .container {
  max-width: 73.125rem;
  width: 100%;
  padding: 0;
}

.sec-content 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;
}

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

.sec-content 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-content .row01 .col-df {
  padding: 12px 0;
}

.sec-content .list-news {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 2.5rem;
  justify-content: space-between;
}

.sec-content .list-news .col-df {
  width: calc(50% - 1.25rem);
  margin-bottom: 0;
}

.sec-content .col-df_wrapper {
  padding: 1rem 1rem 0;
  height: 100%;
}

.sec-content .list-news .col-df a {
  display: block;
  color: #333;
}

.sec-content .list-news .col-df a:not(:last-of-type) {
  margin-bottom: 20px;
  font-weight: 600;
}

.sec-content .list-news .img01 {
  margin: 2rem 0;
}

.sec-content .list-news .txt-df {
    font-size: 1.2rem;
    line-height: 30px;
  color: #333;
}

@media screen and (max-width: 768px) {
  .sec-content {
    padding: 7rem 0 0;
  }

  .sec-content h2 {
    font-size: 20px;
    line-height: 1.4;
  }

  .sec-content .row01 .col-df {
    padding: 0 24px 30px;
  }

  .sec-content .list-news {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }

  .sec-content .list-news .col-df {
    width: 100%;
    margin-bottom: 24px;
  }

  .sec-content .col-df_wrapper {
    padding: 3rem 3rem;
  }
}