html,
body {
  overflow-x: hidden;
  font-family: "Noto Sans Japanese";

}

.plan_bg,
#wrapper,
.wrapper--nopadding {
  max-width: 100vw;
  overflow-x: hidden;
}

/* テーブルのラッパーに横スクロール許可（スマホのみ） */
@media (min-width: 769px) {

  .plan_info_table_wrap,
  .pricing_table_wrap {
    overflow-x: visible !important;
  }

  .plan_info_table,
  .pricing_table {
    min-width: 0 !important;
    width: 100% !important;
  }
}

#wrapper {
  min-height: calc(100vh - 250px);
  position: relative;
  /*←相対位置*/
  padding-bottom: 60px;
  /*←footerの高さ*/
  box-sizing: border-box;
  /*←全て含めてmin-height:100vhに*/
  background: linear-gradient(to right, #f8832a, #ffb725);
  font-size: 18px;
}

.wrapper--nopadding {
  padding-bottom: 0 !important;
}

/* inquiry・form共通 */
#wrapper_form {
  min-height: calc(100vh - 250px);
  position: relative;
  box-sizing: border-box;
  background: linear-gradient(to right, #f8832a, #ffb725);
  /* 120pxはfooterの高さに合わせています */
  padding-bottom: 60px;
}



/*---------- 文字装飾 ----------*/


.right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.ul {
  text-decoration: underline;
}

.red {
  color: #ee3405;
}

.green {
  color: #00c853;
}

.orange {
  color: #ff8c00;
}

.yellow {
  color: #ffa500;
}

.wh {
  color: #fff;
}

.gr {
  color: #666666;
}


.through {
  text-decoration: line-through;
}

.ym {
  font-weight: bold;
  background: linear-gradient(transparent 40%, #fdfd76 40%);
}

.caption {
  margin: 15px 0;
  font-size: 11px;
  color: #666666;
  font-weight: normal;
  line-height: 150%;
}

.caption_red {
  margin: 15px 0;
  padding: 0;
  font-size: 11px;
  color: #ff3d29;
  font-weight: normal;
  line-height: 150%;
}

.large {
  font-size: 44px;
  font-weight: bold;
  color: #111;
}

.sub {
  font-size: 70%;
  font-weight: bold;
}

/*------------------------------ フォームまわり用CSS ------------------------------*/


.form_content {
  margin: 0 auto;
  padding: 30px 20px;
  background-color: #fff;
  align-items: center;
  width: 90%;
}

@media screen and (min-width:1025px) {

  .form_content {
    margin: 0 auto;
    padding: 40px 20px 40px;
    width: 70%;
  }
}

.h1 {
  margin: 0 0 90px 0;
  font-size: 48px;
}

.h1::after {
  width: 45px;
  height: 6px;
  bottom: -30px;
}

/*------------------------------ プライバシーポリシー用CSS ------------------------------*/

h2 {
  position: relative;
  margin: 0 auto;
  font-size: 180%;
  font-weight: bold;
  line-height: 140%;
  text-align: center;
  color: #fff;
}

h2 img {
  width: 150px;
  padding-bottom: 10px;
}

.bk_title {
  position: relative;
  margin: 0 auto;
  padding: 20px 0 30px;
  font-size: 180%;
  font-weight: bold;
  line-height: 140%;
  text-align: center;
  color: #000000;
}

.wh_title {
  position: relative;
  margin: 0 auto;
  padding: 20px 0 30px;
  font-size: 180%;
  font-weight: bold;
  line-height: 140%;
  text-align: center;
  color: #ffffff;
}

h3 {
  position: relative;
  margin: 0 auto;
  padding: 0 0 10px;
  font-size: 110%;
  font-weight: bold;
  line-height: 140%;
  text-align: center;
  color: #fff;
}

.content {
  margin: 0 auto;
  padding: 30px 20px;
  background-color: #fff;
  align-items: center;
  width: 90%;
}

@media screen and (min-width:1025px) {

  .content {
    margin: 0 auto;
    padding: 40px 20px 40px;
    width: 70%;
  }
}

.h1 {
  margin: 0 0 90px 0;
  font-size: 48px;
}

.h1::after {
  width: 45px;
  height: 6px;
  bottom: -30px;
}

.subject_line {
  width: 45px;
  margin: 15px auto 45px auto;
  height: 1px;
  background-color: #f8832a;
}

.contents_about {
  margin: 0 auto;
  padding: 10px 5px;
  background-color: #fff;
  align-items: center;
  width: 90%;
}

.contents_about img {
  width: 10%;
  height: auto;
  vertical-align: top;
}

@media screen and (min-width:1025px) {
  .contents_about {
    margin: 0 auto;
    padding: 40px 33px 40px;
    width: 70%;
  }
}

.contents_about p {
  font-size: 14px;
  line-height: 180%;
  margin-block-start: 1em;
  margin-block-end: 1em;
}


.caption {
  margin: 15px 0;
  padding: 0;
  font-size: 11px;
  color: #666666;
  font-weight: normal;
  line-height: 150%;
}

.h2_caption {
  margin: 15px 0;
  padding: 0;
  font-size: 14px;
  color: #666666;
  font-weight: normal;
  line-height: 150%;
}

.pp {
  padding-left: 2em;
  text-indent: -2em;
}

.pp2 {
  padding-left: 3em;
  text-indent: -2em;
}

.center {
  text-align: center;
  padding-bottom: 1em;
}


.form_content {
  margin: 0 auto;
  padding: 90px 20px 120px;
  width: 880px;
}

.article_section_contents {
  margin: 0 auto;
  background-color: #fff;
  align-items: center;
  width: 100%;
}

.h1 {
  margin: 0 0 90px 0;
  font-size: 48px;
}

.h1::after {
  width: 45px;
  height: 6px;
  bottom: -30px;
}

@media (max-width: 768px) {
  .form_content {
    margin: 0 auto;
    padding: 10px 10px 70px;
    width: 90%;
  }

  .article_section_contents {
    margin: 0 auto;
    padding-bottom: 10px;
    width: 100%;
    background-color: #fff;
    align-items: center;
    width: 100%;
  }
}

.integration_subheading {
  color: #000;
  font-size: 120%;
  text-align: left;
  padding: 20px 0 10px 0;
}

.integration_table_wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* iOS対策 */
}

.integration_table {
  width: 100%;
  max-width: 800px;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 95%;
}

.integration_table th {
  border: 1px solid #fff;
  background-color: #f8832a;
  padding: 1rem;
  text-align: center;
  vertical-align: top;
  color: #fff;
  font-weight: bold;
  font-size: 120%;
}


.integration_table td {
  border: 1px solid #f8832a;
  padding: 1rem;
  text-align: left;
  vertical-align: top;
  line-height: 180%;
  font-size: 90%;
  width: 50%;
}

.integration_table tr {
  font-weight: bold;
}

/*------------------------------ 料金プランページ用CSS ------------------------------*/
/* 必要となる連携サービスのbox */
.price_need {
  margin: 45px auto 0;
  padding: 0;
  max-width: 800px;
}

.price_need_box {
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
  margin: 0;
  padding: 0;
}

.price_need_item {
  width: 46%;
  margin: 0 0 0 0;
  padding: 0;
  border: solid 1px #ccc;
  box-sizing: border-box;
}

.price_need_plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
}

.price_need_plus span {
  font-weight: bold;
  color: #888;
  font-size: 2rem;
}

.price_need_title01,
.price_need_title02 {
  margin: 0;
  padding: 15px 0 12px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  color: #fff;
}

.price_need_title01 {
  background: #06c755;
}

.price_need_title02 {
  background: #60bf22;
}

.price_need_title01 span,
.price_need_title02 span {
  font-size: 75%;
  font-weight: normal;
  color: #fffd6c;
}

.price_need_txt {
  margin: 0;
  padding: 15px 10px;
  text-align: justify;
  min-height: 130px;
  max-height: 220px;
  font-size: 0.9em;
  line-height: 160%;
}

@media screen and (max-width:768px) {
  .price_need {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 40px 0;
  }

  .price_need_box {
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
  }

  .price_need_item {
    width: 100%;
    margin: 15px 0 0 0;
  }

  .price_need_txt {
    padding: 10px 25px;
  }

  .price_need_plus {
    display: flex;
    margin: 0 auto;
    padding: 15px 0 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    width: 40px;
  }

  .price_need_plus span {
    font-weight: bold;
    color: #888;
    font-size: 2rem;
    text-align: center;
  }
}


#plan .article_title_wrap {
  margin: 0;
  background: linear-gradient(to right, #f8832a, #ffb725);
  padding-top: 90px;
}

#plan .article_title {
  font-size: 260%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 10px 0 20px 0;
  padding: 0;
}

#plan .article_title img {
  width: 180px;
  margin-bottom: 10px;
}

#plan .article_description {
  font-size: 120%;
  color: #fff;
  margin-top: 40px;
  line-height: 1.8;
}

#plan .article_section_wrapper {
  position: relative;
  background: #fff;
  padding-bottom: 60px;
}

#plan .article_section_wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.article_section_inner {
  margin: 40px auto 60px;
  padding: 10px 40px;
  background-color: #fff;
  max-width: 1080px;
  border-radius: 5px;
}

.article_section_inner_plan {
  margin: 10px auto 10px;
  padding: 20px 40px;
  background-color: #fff;
  max-width: 800px;
  border-radius: 5px;
}

#plan .article_section {
  margin: 0 auto;
  padding: 0;
}

#plan .article_section_title {
  font-size: 220%;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin: 40px 0 20px 0;
  padding: 0;

}

.plan_info {
  margin: 0 auto;
  background-color: #fff;
  text-align: left;
  max-width: 800px;
}

.plan_info h2 {
  font-size: 100%;
  line-height: 150%;
  border-left: 6px solid #f8832a;
  margin: 0 0 20px 5px;
  padding-left: 20px;
  font-weight: normal;
  color: #000;
  text-align: left;
}

@media (max-width: 768px) {
  #plan .article_title_wrap {
    margin: 0;
    background: linear-gradient(to right, #f8832a, #ffb725);
    padding: 80px 0 0 0;
  }

  #plan .article_section_wrap {
    margin: 0 auto;
    padding: 0;
  }

  #plan .article_title {
    font-size: 200%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
  }

  .article_section_inner {
    margin: 40px auto 20px;
    padding: 10px 15px 15px;
    background-color: #fff;
    max-width: 95%;
    border-radius: 3px;
  }

  .article_section_inner_plan {
    margin: 0 auto;
    padding: 10px 20px;
    background-color: #fff;
    max-width: 800px;
    border-radius: 5px;
  }

  .plan_info h2 {
    border-left: 6px solid #f8832a;
    margin: 0 0 20px 5px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    text-align: left;
  }
}





/* 　　料金プランテーブル　　 */
.plan_info_table_wrap {
  margin: 0 auto;
  padding: 0;
  max-width: 800px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* iOS対策 */
}

.plan_info_table {
  width: 100%;
  min-width: 768px;
  /* 横スクロールさせたい基準幅 */
  border-collapse: collapse;
  margin: 0 auto;
  font-size: 100%;
}

.plan_info_table th {
  border: 1px solid #ffffff;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  background-color: #f8832a;
  color: #fff;
  width: 25%;
  padding: 5px;
}

.plan_info_table td {
  border: 1px solid #f8832a;
  padding: 10px 20px;
  line-height: 150%;
  width: 60%;
}

.plan_info_table ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin: 0 auto;
}

.plan_info_table ul li {
  margin: 0;
  list-style-type: none;
  text-align: left;
  width: 100%;
}

.plan_info_caption {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 10px 0 0;
  text-align: right;
  /* 要素自体を右揃え */
  display: flex;
  justify-content: flex-end;
}

.plan_info_caption p {
  color: #333;
  font-size: 80%;
  line-height: 150%;
  padding: 10px;
  text-align: left;
  /* 文字は左揃え */
  margin: 0;
}

@media (max-width: 768px) {
  .plan_info_table_wrap {
    margin: 0 auto;
    padding: 0 5px;
    overflow-x: visible;
  }

  .plan_info_table {
    width: 100%;
    min-width: 0;
    border-collapse: separate;
    font-size: 95%;
    display: block;
  }

  .plan_info_table tbody,
  .plan_info_table tr {
    display: block;
    width: 100%;
  }

  .plan_info_table th,
  .plan_info_table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;

    border: #f8832a solid 1px;
    font-size: 120%;
    padding: 1em 1em 0.5em 1em;
  }


  .plan_info_table td {
    border-top: none;
    font-size: 100%;
    padding: 15px;
    line-height: 180%;
    text-align: center;
  }

  .plan_info_table ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 0 auto;
  }

  .plan_info_table ul li {
    margin: 0;
    list-style-type: none;
    text-align: left;
    width: 100%;
  }

  .plan_info_caption {
    margin: 0 auto;
    padding: 0 10px;
  }

  .plan_info_caption p {
    color: #333;
    font-size: 65%;
    line-height: 120%;
    text-align: left;
    /* 文字は左揃え */
    margin: 0;
  }
}


/* 　　料金表テーブル　　 */
.pricing_table_wrap {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* iOS対策 */
}

.pricing_table_wrap h2 {
  font-size: 100%;
  line-height: 150%;
  border-left: 6px solid #f8832a;
  margin: 0 0 20px 5px;
  padding-left: 20px;
  font-weight: normal;
  color: #000;
  text-align: left;
}

.pricing_table {
  width: 100%;
  min-width: 768px;
  /* 横スクロールさせたい基準幅 */
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 100%;
}

.pricing_table tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 1px solid #f8832a;
}

.pricing_table thead {
  border-bottom: 2px solid #f8832a;
  color: #fff;
}

.pricing_table th {
  border-bottom: 2px solid #ffffff;
}

.pricing_table th.vertical {
  border-bottom: 2px solid #000;
}


.pricing_table th,
.pricing_table td {
  margin: 0 auto;
  padding: 1em 0.5em 1em;
}

.pricing_table th {
  background-color: #000000;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  font-size: 95%;
  line-height: 150%;
  border-right: 1px solid #fff;
  font-weight: bold;
}

/* 左端の運用規模のthのみオレンジ背景 */
.pricing_table th:first-child {
  background-color: #f8832a;
}

.pricing_table td {
  border-right: #f8832a solid 1px;
  vertical-align: middle;
  text-align: right;
}

/* 一番右端のtdのみ文字左揃え */
.pricing_table td:last-child {
  width: 45%;
  text-align: left;
  padding-left: 20px;
  font-size: 90%;
  line-height: 150%;
}

/* たて列（縦方向のth）にオレンジ背景を適用 */
.pricing_table th.vertical {
  background-color: #f8832a;
  color: #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: #fff 1px solid;
  width: 16%;
  font-weight: bold;
  font-size: 100%;
  vertical-align: middle;
}

.pricing_table th.vertical span {
  color: #ffffff;
  font-size: 92%;
  font-weight: normal;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .pricing_table_wrap {
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    margin: auto;
  }

  .pricing_table_wrap h2 {
    width: 90%;
    font-size: 100%;
    line-height: 150%;
    border-left: 6px solid #f8832a;
    margin: 10px;
    padding-left: 15px;
    font-weight: normal;
    color: #000;
    text-align: left;
  }

  .pricing_table {
    margin: 0 auto -20px;
    width: 100%;
    min-width: 0;
    border-collapse: separate;
    font-size: 95%;
    display: block;
  }

  .pricing_table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .pricing_table tr {
    display: block;
    margin-bottom: 2em;
    background-color: #fff;
    border: none;
    padding: .35em;
  }

  .pricing_table td,
  .pricing_table th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding: .625em 1em .625em 4em;
    position: relative;
    border-right: none;
    margin: 0;
  }

  .pricing_table td {
    font-size: .9em;
    text-align: right;
    border-bottom: 1px solid #f8832a;
  }

  .pricing_table td:last-child {
    text-align: left;
    width: 100%;
    font-size: 0.9em;
  }

  .pricing_table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 1em;
    top: 50%;
    transform: translateY(-50%);
    color: #f8832a;
    font-size: .95em;
    white-space: nowrap;
  }

  .pricing_table th {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    line-height: 150%;
    border-bottom: 5px solid #f8832a;
    padding-bottom: .6em;
    margin-bottom: .6em;
    text-align: left;
    /* 追加: 黒いヘッドも左寄せ */
    padding-left: 4em;
    /* 追加: 左側に余白を合わせる */
  }

  .pricing_table th.vertical {
    background-color: #000;
    color: #fff;
    width: 100%;
    font-weight: bold;
    vertical-align: middle;
    margin: 0 0 -1px 0;
    padding: 10px 5px;
    border: #000 2px solid;
    font-size: 110%;
    text-align: center;

  }
}


.txt {
  text-align: left;
  font-size: .85em;
}

.price {
  text-align: right;
}

@media screen and (max-width: 600px) {
  .pricing_table {
    border: 0;
    width: 95%
  }

  .pricing_table th {
    display: block;
    border-right: none;
    border-bottom: 5px solid #f8832a;
    padding-bottom: .6em;
    margin-bottom: .6em;

  }

  .pricing_table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .pricing_table tr {
    display: block;
    margin-bottom: 1em;
  }

  .pricing_table td {
    border-bottom: 2px solid #f8832a;
    display: block;
    font-size: 1em;
    text-align: center;
    position: relative;
    padding: 10px 5px 10px 20px;
    border: #f8832a 1px solid;
  }

  .pricing_table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 15px;
  }

}


.pricing_note_wrap {
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 90px;
  max-width: 600px;
  line-height: 120%;
  font-size: 100%;
  text-align: left;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .pricing_note_wrap {
    max-width: 95%;
    margin: 0 auto;
    padding: 0 8px 20px;
    font-size: 90%;
    margin-bottom: 0;
  }
}

.pricing_note_wrap p {
  margin: 1em 0;
}

.pricing_note_wrap .yellow {
  color: #ffa500;
}

.pricing_note {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  font-size: 90%;
}

.pricing_note .yellow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.cost_opt_wrap {
  margin: 0 auto;
  padding: 40px 20px;
  max-width: 800px;
}

.cost_opt_wrap p {
  font-size: 100%;
  line-height: 140%;
  color: #000;
  margin: 0 auto;
  padding-left: 20px;
  text-align: left;
}

.cost_opt_title {
  font-weight: bold;
  margin: 0;
  padding: 0 0 10px 0;
  color: #000;
  text-align: left;
}

.cost_opt_dl {
  margin: 0 20px 30px 20px;
  padding: 15px 20px 15px 55px;
  font-weight: bold;
  line-height: 180%;
  position: relative;
}

.cost_opt_dl::before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  color: #ff8c00;
  position: absolute;
  left: 15px;
  top: 21%;
  transform: translatey(-50%);
}

.cost_opt_dl_wrap {
  margin: 0 auto;
  padding: 40px 0 0 0;

}

.cost_opt_dl>dt {
  font-size: 160%;
  font-weight: bold;
  line-height: 180%;

}

.cost_opt_dl>dd {
  margin: 0 0 1.0em 0;
  padding: 15px 30px;
  background-color: #fffcdf;
  line-height: 180%;
}

.cost_opt_item {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  position: relative;

}

@media (max-width: 768px) {

  .cost_opt_wrap {
    margin: 0 auto;
    padding: 5px;
    background-color: #fff;
    max-width: 95%;
  }

  .cost_opt_title {
    font-size: 110%;
    font-weight: bold;
    margin: 0;
    padding: 0 0 10px 10px;
    color: #000;
    text-align: left;
  }

  .cost_opt_wrap p {
    font-size: 95%;
    line-height: 160%;
    color: #000;
    margin: 0 auto;
    padding: 0 10px 0 20px;
    text-align: left;
  }

  .cost_opt_dl {
    margin: 10px 0 15px 0;
    padding: 15px 25px;
    font-weight: bold;
    line-height: 180%;
    position: relative;
  }

  .cost_opt_dl::before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 26px;
    color: #ff8c00;
    position: absolute;
    left: 0px;
    top: 11%;
    transform: translatey(-50%);
  }

  .cost_opt_dl_wrap {
    margin: 0 auto;
    padding: 20px 0 0 0;

  }

  .cost_opt_dl>dt {
    font-size: 120%;
    font-weight: bold;
    line-height: 120%;

  }

  .cost_opt_dl>dd {
    margin: 0 0 1.0em 0;
    padding: 15px;
    background-color: #f4f4f4;
    line-height: 180%;
    font-size: 90%;
  }
}

/* よくある質問 */
/* FAQアコーディオンデザイン */
.faq_dl_wrap {
  margin: 0 auto;
  padding: 20px;
  border: #ff8c00 2px solid;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(255, 255, 255, 0.05), inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  max-width: 800px;
}


.faq_dl {
  margin-bottom: 1.5em;
  position: relative;
}

.faq_dl>dt {
  color: #000;
  font-size: 1.4em;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  padding: 1em 2em 1em 0;
  transition: color 0.2s;
  user-select: none;
}

.faq_dl>dt:hover {
  color: #f8832a;
}

.faq_dl>dt::before,
.faq_dl>dt::after {
  content: '';
  position: absolute;
  right: 1em;
  top: 50%;
  width: 1.2em;
  height: 0.2em;
  background: #f8832a;
  border-radius: 1px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq_dl>dt::before {
  /* 縦線：プラス表示時だけ見せる */
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq_dl>dt::after {
  /* 横線 */
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq_dl>dt.active {
  color: #f8832a;
}

.faq_dl>dt.active::before {
  transform: translate(-50%, -50%) rotate(180deg);
  /* 開いたとき：縦棒を横棒の上に回転させて重ねる */
}

.faq_dl>dt.active::after {
  transform: translate(-50%, -50%) rotate(0deg)
    /* 横棒はそのまま */

}

.faq_dl>dd {
  color: #000;
  font-size: 100%;
  line-height: 1.6;
  margin: 0;
  padding: 0 0 0 1.5em;
  display: none;
  animation: fadeInFaq 0.3s;
}

.faq_dl>dd.open {
  display: block;
}

@keyframes fadeInFaq {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


@media (max-width: 768px) {

  .faq_dl_wrap {
    margin: 0 auto;
    padding: 15px;
    width: 90%;
  }

  .faq_dl {
    margin-bottom: 1.5em;
    position: relative;
  }

  .faq_dl>dt {
    color: #000;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 160%;
    cursor: pointer;
    position: relative;
    padding: 0.5em 1em 0.5em 0;
    transition: color 0.2s;
    user-select: none;
  }

  .faq_dl>dt:hover {
    color: #f8832a;
  }

  .faq_dl>dt::before,
  .faq_dl>dt::after {
    content: '';
    position: absolute;
    right: -1em;
    top: 50%;
    width: 1.2em;
    height: 0.2em;
    background: #f8832a;
    border-radius: 1px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .faq_dl>dt::before {
    /* 縦線：プラス表示時だけ見せる */
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .faq_dl>dt::after {
    /* 横線 */
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .faq_dl>dt.active {
    color: #f8832a;
  }

  .faq_dl>dt.active::before {
    transform: translate(-50%, -50%) rotate(180deg);
    /* 開いたとき：縦棒を横棒の上に回転させて重ねる */
  }

  .faq_dl>dt.active::after {
    transform: translate(-50%, -50%) rotate(0deg)
      /* 横棒はそのまま */

  }

  .faq_dl>dd {
    color: #000;
    font-size: 100%;
    line-height: 1.6;
    margin: 0;
    padding: 0 0 0 1.5em;
    display: none;
    animation: fadeInFaq 0.3s;
  }

  .faq_dl>dd.open {
    display: block;
  }

  @keyframes fadeInFaq {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }
}



.button {
  display: inline-block;
  background-color: #ffa500;
  color: #fff;
  padding: 0.8em 2em;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s;
}

.button:hover {
  background-color: #e69500;
}

.article_head {
  font-size: 36px;
  line-height: 150%;
  text-align: center;
  color: #000;
  margin: 0;
  padding: 40px 0;
}

.article_subhead {
  font-size: 100%;
  color: #000;
  line-height: 150%;
  margin: 0 auto;
  padding: 20px 0;
  max-width: 800px;
}


@media (max-width: 768px) {

  .article_head {
    margin: 0 auto;
    padding: 10px 0 20px 0;
    font-size: 160%;
    width: 95%;
  }

  .article_subhead {
    margin: 0;
    padding: 20px 0 40px 0;
    font-size: 16px;
  }
}



/*------------------------------　導入までの流れステップ　------------------------------*/
.step_dl_wrap {
  display: flex;
  flex-direction: column;
  gap: 3em;
  position: relative;
}

.step_dl {
  position: relative;
  padding: 1.4em;
  background: #fff;
  border: #ff8c00 1px solid;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(255, 255, 255, 0.05),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.step_dl:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: -2em;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #ff8c00, #ffb725);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}


.step_dl p a {
  font-weight: bold;
  color: #157efb;
  text-decoration: underline;
  display: inline-block;
}

.step_dl dt h3 {
  font-size: 130%;
  margin-bottom: 1em;
  border-left: 4px solid #ff8c00;
  padding-left: 0.8em;
  line-height: 1.5;
  color: #00132f;
  font-weight: bold;
  text-align: left;
}

.step_dl h3 span {
  display: block;
  font-size: 1rem;
  color: #ff8c00;
  font-weight: bold;
  margin-bottom: 0.3em;
  text-align: left;
}

.step_dl p {
  font-size: 1rem;
  line-height: 1.8;
  color: #00132f;
}

.onboarding_box_wrap {
  display: flex;
  flex-direction: column;
  gap: 2em;
  position: relative;
}

.onboarding_box {
  position: relative;
  background: #fff;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.onboarding_box_info {
  margin: 0 auto;
  text-align: left;
}

.onboarding_box p {
  margin: 0;
  text-align: left;
  color: #333;
}

.onboarding_box h2 {
  font-size: 100%;
  line-height: 150%;
  border-left: 6px solid #f8832a;
  margin: 0 0 20px 0;
  padding-left: 20px;
  font-weight: bold;
  text-align: left;
  color: #f8832a;
}

.onboarding_box_caption {
  margin: 0 auto;
  padding: 0 10px 0 0;
  text-align: right;
  /* 要素自体を右揃え */
  display: flex;
  justify-content: flex-end;
}

.step-flow-btn {
  color: #fff;
  background-color: #0064eb;
  background: -moz-linear-gradient(45deg, #0064eb 0%, #02c0fc 100%);
  background: -webkit-linear-gradient(45deg, #0064eb 0%, #02c0fc 100%);
  background: linear-gradient(45deg, #0064eb 0%, #02c0fc 100%);
  border: 2px solid #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 6px 10px -2px rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 5px;
  padding: 26px 26px 26px 65px;
  width: 400px;
  position: relative;
}

/* 　　導入までの流れステップ　ボタン　　 */
.step-flow-btn .btn_icon::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}

.step-flow-btn .btn_icon::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 3px #0064eb;
  border-right: solid 3px #0064eb;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 25px;
  bottom: 0;
  margin: auto;
}

.step-btn-wrap {
  display: flex;
  margin: auto;
  justify-content: center;
}

.step-flow-btn a {
  color: #fff !important;
  text-decoration: none !important;
}

.step-flow-btn:hover {
  background: #fff;
  color: #0064eb;
  border: 2px solid #0064eb;
}

.step-flow-btn:hover {
  background: #fff;
  color: #0064eb;
  border: 2px solid #0064eb;
}

.step-flow-btn:hover .btn_icon::before {
  background: #0064eb;
}

.step-flow-btn:hover .btn_icon::after {
  border-color: #fff;
}

/* .free_iconを右上に設置 */
.step-flow-btn .free_icon {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #151939;
  font-size: 75%;
  font-weight: bold;
  text-align: center;
  background-color: #fff440;
  border-radius: 50%;
  z-index: 1;
}

@media (max-width: 768px) {
  .step-flow-btn {
    color: #fff;
    background-color: #0064eb;
    background: -moz-linear-gradient(45deg, #0064eb 0%, #02c0fc 100%);
    background: -webkit-linear-gradient(45deg, #0064eb 0%, #02c0fc 100%);
    background: linear-gradient(45deg, #0064eb 0%, #02c0fc 100%);
    border: 2px solid #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
      0 6px 10px -2px rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    display: block;
    font-size: 89%;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    padding: 20px 10px 20px 40px;
    width: 270px;
    position: relative;
  }

  .step-flow-btn .btn_icon::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
  }

  .step-flow-btn .btn_icon::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 3px #0064eb;
    border-right: solid 3px #0064eb;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 23px;
    bottom: 0;
    margin: auto;
  }

  .step-flow-btn:hover .btn_icon::before {
    background: #0064eb;
  }

  .step-flow-btn:hover .btn_icon::after {
    border-color: #fff;
  }

  .step-flow-btn a {
    color: #fff !important;
    text-decoration: none !important;
  }

  .step-btn-wrap {
    display: flex;
    margin: o auto;
    justify-content: center;
    width: 100%;
  }

  /* .free_iconを右上に設置（スマホ用） */
  .step-flow-btn .free_icon {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 70%;
  }
}


/*------------------------------ セミナー・イベントページ用CSS ------------------------------*/
#seminarList .article_title_wrap {
  margin: 0;
  background: linear-gradient(to right, #f8832a, #ffb725);
  padding: 90px 0 30px 0;
}

#seminarList .article_title {
  font-size: 260%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 10px 0 20px 0;
  padding: 0;
}

#seminarList .article_title img {
  width: 180px;
  margin-bottom: 10px;
}

#seminarList .article_description {
  text-align: center;
  font-size: 120%;
  color: #fff;
  margin-top: 40px;
  line-height: 1.8;
}

#seminarList .article_description p {
  font-weight: bold;
}

#seminarList .article_section_wrapper {
  position: relative;
  background-color: #FFF;
}

#seminarList .article_section_wrap {
  width: 100%;
  margin: 0 auto;
}

#seminarList .article_section {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

#seminarList .article_section_inner_seminar {
  margin: 10px auto 10px;
  background-color: #fff;
  max-width: 1080px;
  border-radius: 10px;
}

#seminarList .article_section:last-of-type {
  padding-top: 20px;
  padding-bottom: 40px;
}

#seminarList .article_section_title {
  font-size: 220%;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin: 40px 0 20px 0;
  padding: 0;
}

@media (max-width: 768px) {
  #seminarList .article_title_wrap {
    margin: 0;
    background: linear-gradient(to right, #f8832a, #ffb725);
    padding: 60px 0 10px 0;
  }

  #seminarList .article_title {
    font-size: 2em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 10px 0 20px 0;
    padding: 0 10px;
  }

  #seminarList .article_description {
    text-align: center;
    font-size: 90%;
    color: #fff;
    margin: 10px 0;
    line-height: 1.8;
    font-weight: bold;
    width: 100%;
    padding: 5px 15px 0;
  }

  #seminarList .article_section_wrap {
    width: 98%;
    margin: 0 auto;
  }

  #seminarList .article_section {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  #seminarList .article_section_inner_seminar {
    margin: 0 auto;
    padding: 10px 20px;
    background-color: #fff;
    max-width: 1080px;
    border-radius: 10px;
  }

  #seminarList .article_section_title {
    font-size: 1.8em;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin: 20px 0 20px 0;
    padding: 0;
  }
}



.seminar_list_wrap {
  margin: 0 auto;
}

.seminar_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.seminar_item {
  position: relative;
  display: grid;
  width: calc(100% / 4 - 10px);
  margin: 0 5px;
  color: #000000;
}

@media (max-width: 768px) {

  .seminar_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
  }

  .seminar_item {
    position: relative;
    display: grid;
    width: 100%;
    margin: 0 0 40px;
    color: #000000;
  }

}

.seminar_link:link,
.seminar_link:hover,
.seminar_link:visited,
.seminar_link:active {
  display: block;
  background-color: #FFFFFF;
  border: solid 1px #ff8c00;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
  color: inherit !important;
  text-decoration: none !important;
}

.seminar_link--disabled {
  display: block;
  background-color: #FFFFFF;
  border: solid 1px #ccc;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
  color: inherit !important;
  text-decoration: none !important;
  pointer-events: none;
  cursor: not-allowed;
}

.seminar_item_header {
  position: relative;
}

.seminar_image {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.seminar_image>img {
  width: 100%;
  height: auto;
  /* 比率を保ちながら幅を統一 */
  display: block;
  /* 不要なスペースを削除 */
  margin: 0 auto;
  /* 画像を中央揃え */
}

.seminar_image>.noimage {
  background-color: #ddd;
  width: 100%;
  aspect-ratio: 16/9;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
}

.seminar_link:hover .seminar_image>img {
  transform: scale(1.05);
  transition-duration: 0.8s;
}

.seminar_heading {
  min-height: 150px;
  max-height: 180px;
  color: #000;
  font-size: 16px;
  text-align: left;
  margin: 10px;
}

.seminar_item_body {
  margin: 0 10px;
  min-height: 60px;
  max-height: 120px;
}

.seminar_item_body_place {
  min-height: 50px;
  font-size: 90%;
}

.seminar_item_body_place>.label {
  display: block;
  width: 4em;
  color: #00c853;
  font-size: 90%;
  text-align: center;
  border: solid 1px #00c853;
  padding: 4px 2px;
  margin-bottom: 6px;
}

.seminar_item_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 10px 0;
  text-align: center;
}

.seminar_button {
  display: inline-block;
  max-height: 50px;
  min-height: 42px;
  width: 90%;
  background-color: #f39025;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 12px 16px;
  border-radius: 40px;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 1px 3px #d5d4d4;
}

.seminar_button:hover {
  background-color: #ffa500;
  box-shadow: 0 5px 8px 2px rgba(0, 0, 0, .14);
  transform: translateY(-1px);
}

/* ーーーー　日程調整中ボタンオフ表現　ーーーー */
/* もじのみ
.seminar_button--disabled {
  color: #000;
  font-size: 120%;
  font-weight: bold;
} */

/* グレーボタン表現 */
.seminar_button--disabled {
  max-height: 50px;
  min-height: 42px;
  width: 90%;
  font-size: 95%;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 12px 10px;
  border-radius: 500px;
  text-decoration: none;
  background-color: #ccc;
  color: #888;
}


@media (max-width: 768px) {
  .seminar_item_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    padding: 10px 0 24px;
    text-align: center;
  }

  .seminar_button {
    display: inline-block;
    background-color: #f39025;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 500px;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 1px 3px #d5d4d4;
  }

  .seminar_button:hover {
    background-color: #ffa500;
    box-shadow: 0 5px 8px 2px rgba(0, 0, 0, .14);
    transform: translateY(-1px);
  }

  .seminar_button--disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 1;
    font-size: 95%;
    background-color: #ccc;
    color: #888;
    padding: 16px 15px;
    border-radius: 500px;
    font-weight: bold;
    box-shadow: none;
    text-decoration: none !important;
  }

}

.btn_label {
  font-weight: 700;
  font-size: 1.0em;
}

.btn_list_lstep {
  display: block;
  margin: 0 auto;
  padding: 30px 0 40px;
  text-align: center;
}

.btn_list_lstep a {
  text-decoration: underline;
  display: inline-block;
}

@media (max-width: 768px) {
  .btn_list_lstep {
    font-size: 0.75em;
    text-align: center;
    padding: 0 0 20px 0;
  }

  .btn_list_lstep a {
    text-decoration: underline;
  }
}

/* 「お気軽にご相談ください」 */
.cta_contents {
  margin: 0 auto;
  padding: 50px 20px 100px;
  text-align: center;
  background: #ffffff url(../img/footer/footer_bg_pc_dot.webp) no-repeat center center / cover;
}

.cta_text {
  margin: 0 auto;
  padding: 60px 0;
}

.cta_text p {
  font-size: 42px;
  line-height: 150%;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(180deg, rgb(248, 130, 42) 0%, rgb(249, 175, 53) 50%, rgb(255, 183, 37) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  max-width: 800px;
}

.cta_text_wh p {
  margin: 0 auto;
  padding: 40px 0;
  font-size: 42px;
  line-height: 140%;
  font-weight: bold;
  text-align: center;
  color: #fff;
  max-width: 1080px;
}


.btn_list_wrap.m--cta {
  position: relative;
  margin: 0 auto;
  padding: 30px auto;
  text-align: center;
  max-width: 1080px;
}

@media (max-width: 768px) {
  .cta_contents {
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px 40px;
    text-align: center;
    background: #ffffff url(../img/footer/footer_bg_sp_dot.webp) no-repeat center center / cover;
  }

  .cta_contents p {
    margin: 0 auto;
    padding: 10px;
    text-align: left;
    font-size: 0.9em;
    line-height: 160%;
    width: 96%;
  }

  .cta_text {
    margin: 0 auto;
    padding: 20px 0;
  }

  .cta_text_wh p {
    font-size: 130%;
    line-height: 150%;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    color: #fff;
    width: 95%;
  }

  .cta_text p {
    font-size: 158%;
    line-height: 140%;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(180deg, rgb(248, 130, 42) 0%, rgb(249, 175, 53) 50%, rgb(255, 183, 37) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }
}

/* 「資料ダウンロード」ボタン */
.btn_list_wrap.m--cta .item_btn.m--download {
  color: #0064eb;
  background-color: #fff;
  border: 2px solid #0064eb;
  line-height: 200%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 6px 10px -2px rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  padding: 10px 35px 10px 51px;
  display: block;
  transition: 0.3s ease-out;
  width: 300px;
  position: relative;
}

.btn_list_wrap.m--cta .item_btn.m--download:hover,
.btn_list_wrap.m--cta .item_btn.m--download:active {
  color: #fff;
  background: linear-gradient(45deg, #0064eb 0%, #02c0fc 100%);
  border: 2px solid transparent;
}

.btn_list_wrap.m--cta .item_btn.m--download .btn>.btn_icon {
  position: relative;
  left: -30px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.btn_list_wrap.m--cta .item_btn.m--download>.btn>.btn_icon::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #0064eb;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn_list_wrap.m--cta .item_btn.m--download>.btn>.btn_icon::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  margin: auto;
}

.btn_list_wrap.m--cta .item_btn.m--download:hover>.btn>.btn_icon::before,
.btn_list_wrap.m--cta .item_btn.m--download:active>.btn>.btn_icon::before {
  background: #fff;
}

.btn_list_wrap.m--cta .item_btn.m--download:hover>.btn>.btn_icon::after,
.btn_list_wrap.m--cta .item_btn.m--download:active>.btn>.btn_icon::after {
  border-top: solid 3px #0064eb;
  border-right: solid 3px #0064eb;
}

/* 「お問い合わせ」ボタン */
.btn_list_wrap.m--cta .item_btn.m--application {
  color: #fff;
  background: linear-gradient(45deg, #f96c17 0%, #f39025 100%);
  border: 2px solid #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 6px 10px -2px rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  padding: 13px 35px 13px 40px;
  display: block;
  transition: 0.3s ease-out;
  width: 304px;

}

.btn_list_wrap.m--cta .item_btn.m--application:hover,
.btn_list_wrap.m--cta .item_btn.m--application:active {
  background: #fff;
  color: #f96c17;
  border: 2px solid #f96c17;
}

.btn_list_wrap.m--cta .item_btn.m--application .btn>.btn_icon {
  position: relative;
  left: -20px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.btn_list_wrap.m--cta .item_btn.m--application>.btn>.btn_icon::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn_list_wrap.m--cta .item_btn.m--application>.btn>.btn_icon::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 3px #f96c17;
  border-right: solid 3px #f96c17;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 41px;
  bottom: 0;
  margin: auto;
}

.btn_list_wrap.m--cta .item_btn.m--application:hover>.btn>.btn_icon::before,
.btn_list_wrap.m--cta .item_btn.m--application:active>.btn>.btn_icon::before {
  background: #f96c17;
}

.btn_list_wrap.m--cta .item_btn.m--application:hover>.btn>.btn_icon::after,
.btn_list_wrap.m--cta .item_btn.m--application:active>.btn>.btn_icon::after {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}

/* 「無料LINEデモ体験」ボタン */
/* 「無料LINEデモ体験」ボタン（CTA用） */
.btn_list_wrap.m--cta .item_btn.m--demo {
  color: #fff;
  background: linear-gradient(45deg, #00bd5e 0%, #0064eb 100%);
  border: 2px solid #fff;
  line-height: 200%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 6px 10px -2px rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  padding: 10px 35px 10px 51px;
  display: block;
  transition: 0.3s ease-out;
  width: 360px;
  position: relative;
}

.btn_list_wrap.m--cta .item_btn.m--demo:hover,
.btn_list_wrap.m--cta .item_btn.m--demo:active {
  color: #00bd5e;
  background: #fff;
  border: 2px solid #00bd5e;
}

.btn_list_wrap.m--cta .item_btn.m--demo .btn>.btn_icon {
  position: relative;
  left: -30px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.btn_list_wrap.m--cta .item_btn.m--demo>.btn>.btn_icon::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn_list_wrap.m--cta .item_btn.m--demo>.btn>.btn_icon::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 3px #00bd5e;
  border-right: solid 3px #00bd5e;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  margin: auto;
}

.btn_list_wrap.m--cta .item_btn.m--demo:hover>.btn>.btn_icon::before,
.btn_list_wrap.m--cta .item_btn.m--demo:active>.btn>.btn_icon::before {
  background: #00bd5e;
}

.btn_list_wrap.m--cta .item_btn.m--demo:hover>.btn>.btn_icon::after,
.btn_list_wrap.m--cta .item_btn.m--demo:active>.btn>.btn_icon::after {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}

/* 「無料LINEデモ体験」ボタン（デモ用） */
.btn_list_wrap.m--demo .item_btn.m--demo {
  color: #fff;
  background: linear-gradient(45deg, #00bd5e 0%, #0064eb 100%);
  border: 2px solid #fff;
  line-height: 200%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 6px 10px -2px rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  padding: 10px 35px 10px 62px;
  display: block;
  transition: 0.3s ease-out;
  width: 360px;
  position: relative;
}

.btn_list_wrap.m--demo .item_btn.m--demo:hover,
.btn_list_wrap.m--demo .item_btn.m--demo:active {
  color: #00bd5e;
  background: #fff;
  border: 2px solid #00bd5e;
}

.btn_list_wrap.m--demo .item_btn.m--demo .btn>.btn_icon {
  position: relative;
  left: -30px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.btn_list_wrap.m--demo .item_btn.m--demo>.btn>.btn_icon::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn_list_wrap.m--demo .item_btn.m--demo>.btn>.btn_icon::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 3px #00bd5e;
  border-right: solid 3px #00bd5e;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  margin: auto;
}

.btn_list_wrap.m--demo .item_btn.m--demo:hover>.btn>.btn_icon::before,
.btn_list_wrap.m--demo .item_btn.m--demo:active>.btn>.btn_icon::before {
  background: #00bd5e;
}

.btn_list_wrap.m--demo .item_btn.m--demo:hover>.btn>.btn_icon::after,
.btn_list_wrap.m--demo .item_btn.m--demo:active>.btn>.btn_icon::after {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}

.m--demo .btn_label {
  font-weight: 700;
  font-size: 1.0em;
}


/* 共通：FREEアイコン */
.btn_list_wrap.m--cta .m--demo>.free_icon,
.btn_list_wrap.m--cta .m--download>.free_icon,
.btn_list_wrap.m--demo .m--demo>.free_icon,
.btn_list_wrap.m--demo .m--download>.free_icon {
  position: absolute;
  top: -18px;
  right: -18px;
  /* ← right側へ寄せる！ */
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #151939;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #fff440;
  border-radius: 50%;
  z-index: 2;
}

/* ボタンリスト */
.btn_list_wrap.m--cta>.btn_list,
.btn_list_wrap.m--demo>.btn_list {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* ← 中央寄せ！ */
  justify-content: center;
  padding: 0;
  margin: 0 auto 0 auto;
  /* ← 中央に寄せる */
  width: 100%;
  /* ← 幅いっぱい */
}

.btn_list_wrap.m--cta>.btn_list>li,
.btn_list_wrap.m--demo>.btn_list>li {
  padding: 0 25px;
  line-height: 200%;
}

.btn_list_wrap.m--cta>.btn_list>li:last-of-type,
.btn_list_wrap.m--demo>.btn_list>li:last-of-type {
  padding-right: 0;
}

.btn_list_wrap.m--cta .note,
.btn_list_wrap.m--demo .note {
  color: #aed6ff;
  font-size: 14px;
  text-align: center;
  margin: 25px 0 0 0;
}

/* SP対応 */
@media (max-width: 768px) {
  .m--demo .btn_label {
    font-weight: 700;
    font-size: 0.8em;
  }

  .btn_list_wrap.m--cta {
    position: relative;
    width: 100%;
    margin: 20px auto 0 auto;
  }

  .btn_list_wrap.m--demo {
    position: relative;
    width: 80%;
    margin: 20px auto 0 auto;
  }

  .btn_list_wrap.m--cta>.btn_list,
  .btn_list_wrap.m--demo>.btn_list {
    display: flex;
    flex-wrap: wrap;
  }

  .btn_list_wrap.m--cta>.btn_list>li,
  .btn_list_wrap.m--demo>.btn_list>li {
    width: 100%;
    margin: 0 auto 25px auto;
    padding: 0;
  }

  .btn_list_wrap.m--cta>.btn_list>li:last-of-type,
  .btn_list_wrap.m--demo>.btn_list>li:last-of-type {
    margin: 0 auto 5px auto;
  }

  .btn_list_wrap.m--cta .item_btn.m--download,
  .btn_list_wrap.m--cta .item_btn.m--application,
  .btn_list_wrap.m--cta .item_btn.m--demo,
  .btn_list_wrap.m--demo .item_btn.m--download,
  .btn_list_wrap.m--demo .item_btn.m--application,
  .btn_list_wrap.m--demo .item_btn.m--demo {
    width: 90%;
    /* ← 90%幅で美しく */
    min-width: 220px;
    max-width: 360px;
    margin: 0 auto 18px auto;
    /* ← 自動中央&余白 */
    display: block;
    text-align: center;
    position: relative;
  }

  .btn_list_wrap.m--cta .item_btn.m--download>.free_icon,
  .btn_list_wrap.m--cta .item_btn.m--demo>.free_icon,
  .btn_list_wrap.m--demo .item_btn.m--download>.free_icon,
  .btn_list_wrap.m--demo .item_btn.m--demo>.free_icon {
    top: -16px;
    right: -12px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .btn_list_wrap.m--cta .item_btn.m--download .btn,
  .btn_list_wrap.m--cta .item_btn.m--application .btn,
  .btn_list_wrap.m--cta .item_btn.m--demo .btn,
  .btn_list_wrap.m--demo .item_btn.m--download .btn,
  .btn_list_wrap.m--demo .item_btn.m--application .btn,
  .btn_list_wrap.m--demo .item_btn.m--demo .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
  }

  .btn_list_wrap.m--cta .item_btn.m--download .btn>.btn_icon,
  .btn_list_wrap.m--cta .item_btn.m--application .btn>.btn_icon,
  .btn_list_wrap.m--cta .item_btn.m--demo .btn>.btn_icon,
  .btn_list_wrap.m--demo .item_btn.m--download .btn>.btn_icon,
  .btn_list_wrap.m--demo .item_btn.m--application .btn>.btn_icon,
  .btn_list_wrap.m--demo .item_btn.m--demo .btn>.btn_icon {
    position: absolute;
    left: 16px;
    width: 16px;
    height: 16px;
    margin-right: 0;
  }

  .btn_list_wrap.m--cta .note,
  .btn_list_wrap.m--demo .note {
    color: #fff;
    font-size: 75%;
    text-align: right;
    margin-top: 1em;
    margin-left: 0;
    margin-right: 0;
  }

  /* アイコン矢印サイズ調整 */
  .btn_list_wrap.m--cta .item_btn.m--download>.btn>.btn_icon::after,
  .btn_list_wrap.m--cta .item_btn.m--application>.btn>.btn_icon::after,
  .btn_list_wrap.m--cta .item_btn.m--demo>.btn>.btn_icon::after,
  .btn_list_wrap.m--demo .item_btn.m--download>.btn>.btn_icon::after,
  .btn_list_wrap.m--demo .item_btn.m--application>.btn>.btn_icon::after,
  .btn_list_wrap.m--demo .item_btn.m--demo>.btn>.btn_icon::after {
    width: 8px;
    height: 8px;
    left: 4px;
  }
}

/*------------------------------ 導入事例 ------------------------------*/
#case_study .article_title_wrap {
  margin: 0;
  background: linear-gradient(to right, #f8832a, #ffb725);
  padding: 90px 0 30px 0;
}

#case_study .article_title {
  font-size: 260%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 10px 0 20px 0;
  padding: 0;
}

#case_study .article_title img {
  width: 180px;
  margin-bottom: 10px;
}

#case_study .article_description {
  text-align: center;
  font-size: 120%;
  color: #fff;
  margin-top: 40px;
  line-height: 1.8;
}

#case_study .article_description p {
  font-weight: bold;
}

#case_study .article_section_wrapper {
  position: relative;
  background-color: #FFF;
}

#case_study .article_section_wrap {
  width: 100%;
  margin: 0 auto;
}

#case_study .article_section_inner {
  margin: 40px auto 60px;
  padding: 10px 40px;
  background-color: #fff;
  max-width: 1080px;
  border-radius: 5px;
}

#case_study .article_section {
  padding-top: 20px;
  padding-bottom: 40px;
}

#case_study .article_section:last-of-type {
  padding-top: 20px;
  padding-bottom: 40px;
}

#case_study .article_section_title {
  font-size: 220%;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin: 40px 0 20px 0;
  padding: 0;
}

#case_study .article_section_successbg {
  /* background: linear-gradient(to right, #f8832a, #ffb725); */
  background-color: #fef4ea;
}

@media (max-width: 768px) {
  #case_study .article_title_wrap {
    margin: 0;
    background: linear-gradient(to right, #f8832a, #ffb725);
    padding: 60px 0 10px 0;
  }

  #case_study .article_title {
    font-size: 2em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0 10px;
  }

  #case_study .article_description {
    text-align: center;
    font-size: 100%;
    color: #fff;
    margin-top: 40px;
    line-height: 1.8;
    font-weight: bold;
    width: 100%;
    padding: 5px 15px 0;
  }

  #case_study .article_section_wrap {
    width: 100%;
    margin: 0 auto;
  }

  #case_study .article_section {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  #case_study .article_section_title {
    font-size: 1.8em;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin: 20px 0 20px 0;
    padding: 0;
  }
}

.case_study_heading {
  min-height: 135px;
  color: #000;
  font-size: 100%;
  text-align: left;
  margin: 10px;
}

.case_study_item_body {
  margin: 0 10px;
}

.case_study_item_body_place {
  min-height: 50px;
  font-size: 90%;
}

.case_study_item_body_place>.label {
  display: block;
  width: 4em;
  color: #00c853;
  font-size: 90%;
  text-align: center;
  border: solid 1px #00c853;
  padding: 4px 2px;
  margin-bottom: 6px;
}

.case_study_item_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 10px 0;
  text-align: center;
}

.case_study_button {
  display: inline-block;
  background-color: #f39025;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 40px;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 1px 3px #d5d4d4;
}

@media (max-width: 768px) {

  .case_study_item_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    padding: 10px 0 24px;
    text-align: center;
  }

  .case_study_button {
    display: inline-block;
    background-color: #f39025;
    color: #fff;
    font-size: 140%;
    font-weight: bold;
    padding: 16px 60px;
    border-radius: 500px;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 1px 3px #d5d4d4;
  }

  .case_study_button:hover {
    background-color: #ffa500;
    box-shadow: 0 5px 8px 2px rgba(0, 0, 0, .14);
    transform: translateY(-1px);
  }

}

.case_study_button:hover {
  background-color: #ffa500;
  box-shadow: 0 5px 8px 2px rgba(0, 0, 0, .14);
  transform: translateY(-1px);
}

.case_study_button--disabled {
  color: #000;
  font-size: 120%;
  font-weight: bold;
}



.case_study_list_wrap {
  margin: 0 auto;
}

.case_study_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.case_study_item {
  position: relative;
  display: grid;
  width: calc(100% / 4 - 10px);
  margin: 0 5px;
  color: #000000;
}

@media (max-width: 768px) {

  .case_study_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
  }

  .case_study_item {
    position: relative;
    display: grid;
    width: 100%;
    margin: 0 0 40px;
    color: #000000;
  }

}

.case_study_link:link,
.case_study_link:hover,
.case_study_link:visited,
.case_study_link:active {
  display: block;
  background-color: #FFFFFF;
  border: solid 1px #ff8c00;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
  color: inherit !important;
  text-decoration: none !important;
}

.case_study_link--disabled {
  display: block;
  background-color: #FFFFFF;
  border: solid 2px #5a5a5a;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
  color: inherit !important;
  text-decoration: none !important;
}

.case_study_item_header {
  position: relative;
}

.case_study_image {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.case_study_image>img {
  width: 100%;
  height: auto;
  /* 比率を保ちながら幅を統一 */
  display: block;
  /* 不要なスペースを削除 */
  margin: 0 auto;
  /* 画像を中央揃え */
}

.case_study_image>.noimage {
  background-color: #ddd;
  width: 100%;
  aspect-ratio: 16/9;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
}

.case_study_link:hover .case_study_image>img {
  transform: scale(1.05);
  transition-duration: 0.8s;
}

/* 　導入事例box　 */

.success_check {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 150%;
  line-height: 100%;
  text-align: center;
  color: #feb52a;
}

.success_title {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 150%;
  text-align: left;
  min-height: 170px;
  max-height: 220px;
}

.success_pict {
  margin: 0 auto;
  padding: 16px 0 16px 0;
}

.success_pict img {
  width: 98%;
}

.success_txt {
  margin: 0 auto;
  padding: 10px 0 5px 0;
  font-size: 15px;
  line-height: 150%;
  min-height: 150px;
  max-height: 220px;
}

.success_box {
  max-width: 1140px;
  margin: 10px auto 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.success_sub {
  margin: 0;
  padding: 60px 0 0 0;
  font-size: 36px;
}

.success {
  width: 32%;
  margin: 0 0 30px 0;
  padding: 25px 20px 25px 20px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: #f17725 1px solid;
}

.success_item_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 10px 0;
  text-align: center;
}

.success_link:link,
.success_link:hover,
.success_link:visited,
.success_link:active {
  display: block;
  background-color: #FFFFFF;
  color: inherit !important;
  text-decoration: none !important;
}

.success_link:hover .success_pict>img {
  transform: scale(0.95);
  transition-duration: 0.8s;
}

.success_button {
  display: inline-block;
  max-height: 50px;
  min-height: 42px;
  width: 90%;
  background-color: #f39025;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 12px 16px;
  border-radius: 40px;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 1px 3px #d5d4d4;
}

.success_button:hover {
  background-color: #ffa500;
  box-shadow: 0 5px 8px 2px rgba(0, 0, 0, .14);
  transform: translateY(-1px);
}


@media (max-width: 768px) {
  .success {
    width: 100%;
  }

  .success_title {
    min-height: auto;
  }

  .success_txt {
    min-height: auto;
  }

  .success_item_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    padding: 24px 0 0;
    text-align: center;
  }

  .success_button {
    display: inline-block;
    background-color: #f39025;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 500px;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 1px 3px #d5d4d4;
  }

  .success_button:hover {
    background-color: #ffa500;
    box-shadow: 0 5px 8px 2px rgba(0, 0, 0, .14);
    transform: translateY(-1px);
  }
}

/* 　数値改善セクション　 */
/* 6つの成果指標カードver */
.performance_section_inner {
  margin: 40px auto 20px;
  padding: 10px 15px 15px;
  max-width: 95%;
  border-radius: 3px;
}

.performance_section {
  padding: 40px 20px;
  text-align: center;
  max-width: 1140px;
  margin: auto;
}

.card {
  width: calc(33.333% - 20px);
  /* PC時：3列にする */
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.card_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.card_icon {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

.card_title {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}

.card_number {
  display: block;
  width: 85%;
  font-size: 36px;
  font-weight: bold;
  background-color: #f8842b;
  color: #fff;
  padding: 10px 10px;
  margin-bottom: 5px;
}

.card_number.accent {
  padding: 10px 14px;
}

.card_label {
  font-size: 28px;
  color: #f8842b;
  font-weight: bold;
}

.card_caption {
  font-size: 11px;
  color: #666;
  margin-top: 5px;
  line-height: 1.4;
}

.disclaimer {
  margin-top: 20px;
  font-size: 12px;
  color: #666;
  text-align: right;
}

@media (max-width: 768px) {
  .card_container {
    justify-content: center;
  }

  .performance_section {
    padding: 10px 0;
    text-align: center;
    margin: auto;
  }

  .card {
    width: calc(100% - 10px);
    /* gapを考慮して幅調整 */
  }

  .card_icon {
    width: 60px;
    height: 60px;
  }

  .card_title {
    font-size: 24px;
  }

  .card_number {
    font-size: 24px;
  }

  .card_label {
    font-size: 24px;
  }

  .card_caption {
    font-size: 10px;
  }

  .disclaimer {
    font-size: 10px;
  }
}


/*------------------------------ デモ体験 ------------------------------*/
#demo .article_title_wrap {
  margin: 0;
  background: linear-gradient(to right, #f8832a, #ffb725);
  padding: 90px 0 20px 0;
}

#demo .article_title {
  font-size: 260%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 10px 0 20px 0;
  padding: 0;
}

#demo .article_title img {
  width: 180px;
  margin-bottom: 10px;
}

#demo .article_description {
  text-align: center;
  font-size: 120%;
  color: #fff;
  margin-top: 40px;
  line-height: 1.8;
}

#demo .article_description p {
  font-weight: bold;
}

#demo .demo_head {
  background-color: #feb52a;
  background-image: url(../img/demo/demo_headbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: auto;
  height: 100%;
  padding: 90px 0 60px;
}

#demo .demo_copy {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0 60px 0;
}

#demo .article_section_wrapper {
  position: relative;
}

#demo .article_section_wrap_wh {
  width: 100%;
  margin: 0 auto;
  background-color: #FFF;
}

#demo .article_section_wrap {
  width: 100%;
  margin: 0 auto;

}

#demo .article_section_inner {
  margin: 40px auto 60px;
  padding: 10px 40px;
  background-color: #fff;
  max-width: 1080px;
  border-radius: 5px;
}

#demo .demo_inner {
  margin: 20px auto 60px;
  padding: 0px 40px;
  max-width: 1080px;
  border-radius: 5px;
}


#demo .article_section {
  padding-top: 20px;
  padding-bottom: 40px;
}

#demo .article_section:last-of-type {
  padding-top: 20px;
  padding-bottom: 40px;
}

#demo .article_section_title {
  font-size: 220%;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin: 40px 0 20px 0;
  padding: 0;
}

@media (max-width: 768px) {
  #demo .article_title_wrap {
    margin: 0;
    background: linear-gradient(to right, #f8832a, #ffb725);
    padding: 60px 0 10px 0;
  }

  #demo .article_title {
    font-size: 2em;
    line-height: 150%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 0 10px;
  }

  #demo .article_description {
    text-align: center;
    font-size: 100%;
    color: #fff;
    margin-top: 40px;
    line-height: 1.8;
    font-weight: bold;
    width: 100%;
    padding: 5px 15px 0;
  }

  #demo .article_section_wrap {
    width: 100%;
    margin: 0 auto;
  }

  #demo .article_section_inner {
    margin: 0 auto;
    padding: 30px 0;
    width: 90%;
  }

  #demo .article_section {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  #demo .article_section_title {
    font-size: 1.8em;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin: 20px 0 20px 0;
    padding: 0;
  }

  #demo .demo_head {
    background-color: #feb52a;
    background-image: url(../img/demo/demo_headbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: auto;
    height: 100%;
    padding: 30px 0;
  }

  #demo .demo_copy {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0 30px 0;
  }
}

.demo_heading {
  min-height: 135px;
  color: #000;
  font-size: 100%;
  text-align: left;
  margin: 10px;
}

.demo_item_body {
  margin: 0 10px;
}

.demo_item_body_place {
  min-height: 50px;
  font-size: 90%;
}

.demo_item_body_place>.label {
  display: block;
  width: 4em;
  color: #00c853;
  font-size: 90%;
  text-align: center;
  border: solid 1px #00c853;
  padding: 4px 2px;
  margin-bottom: 6px;
}

.demo_item_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 10px 0;
  text-align: center;
}

.demo_button {
  display: inline-block;
  background-color: #f39025;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 40px;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 1px 3px #d5d4d4;
}

@media (max-width: 768px) {

  .demo_item_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    padding: 10px 0 24px;
    text-align: center;
  }

  .demo_button {
    display: inline-block;
    background-color: #f39025;
    color: #fff;
    font-size: 140%;
    font-weight: bold;
    padding: 16px 60px;
    border-radius: 500px;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 1px 3px #d5d4d4;
  }

  .demo_button:hover {
    background-color: #ffa500;
    box-shadow: 0 5px 8px 2px rgba(0, 0, 0, .14);
    transform: translateY(-1px);
  }

}

.demo_button:hover {
  background-color: #ffa500;
  box-shadow: 0 5px 8px 2px rgba(0, 0, 0, .14);
  transform: translateY(-1px);
}

.demo_button--disabled {
  color: #000;
  font-size: 120%;
  font-weight: bold;
}



.demo_list_wrap {
  margin: 0 auto;
}

.demo_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.demo_link:link,
.demo_link:hover,
.demo_link:visited,
.demo_link:active {
  display: block;
  background-color: #FFFFFF;
  border: solid 1px #ff8c00;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
  color: inherit !important;
  text-decoration: none !important;
}

.demo_link--disabled {
  display: block;
  background-color: #FFFFFF;
  border: solid 2px #5a5a5a;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
  color: inherit !important;
  text-decoration: none !important;
}

.demo_item_header {
  position: relative;
}

.demo_image {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.demo_image>img {
  width: 100%;
  height: auto;
  /* 比率を保ちながら幅を統一 */
  display: block;
  /* 不要なスペースを削除 */
  margin: 0 auto;
  /* 画像を中央揃え */
}

.demo_image>.noimage {
  background-color: #ddd;
  width: 100%;
  aspect-ratio: 16/9;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
}

.demo_link:hover .demo_image>img {
  transform: scale(1.05);
  transition-duration: 0.8s;
}

.demo_ex_txt {
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0;
}

.demo_ex_txt p {
  font-size: 16px;
  line-height: 150%;
  text-align: right;
  padding: 20px 0;
}

.demo_ex_txt ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.demo_ex_txt ul li {
  display: flex;
  align-items: flex-start;
  gap: 0;
  padding: 12px 0 0 36px;
  position: relative;
}

.demo_ex_txt ul li:before {
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f058';
  color: #f66826;
  position: absolute;
  left: 0;
  top: 14px;
  font-size: 22px;
}

/* タイトル */
.demo_ex_txt .li-title {
  font-weight: bold;
  font-size: 20px;
  width: 220px;
  /* ★ここで全タイトル共通の幅に */
  min-width: 150px;
  /* 伸びすぎないための下限 */
  margin-right: 18px;
  /* 本文との間隔 */
  white-space: nowrap;
  /* タイトルが折れず…（必要なら調整） */
  line-height: 1.4;
  flex-shrink: 0;
  /* タイトルの幅が縮まない */
}

/* 本文 */
.demo_ex_txt .li-body {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.7;
  flex: 1;
  display: block;
}

/* レスポンシブ（スマホ時は縦並び＆フォント縮小） */
@media (max-width: 700px) {
  .demo_ex_txt ul li {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 0 0 30px;
  }

  .demo_ex_txt .li-title {
    width: auto;
    min-width: 0;
    font-size: 17px;
    margin-right: 0;
    white-space: normal;
  }

  .demo_ex_txt .li-body {
    font-size: 16px;
    margin-top: 3px;
  }

  .demo_ex_txt p {
    font-size: 14px;
    line-height: 150%;
    text-align: right;
    padding: 20px 0;
  }
}

/* デモ体験の流れ */
.demo_flow {
  margin: 0 auto;
  padding: 0;
}

.demo_flow h3 {
  font-size: 180%;
  color: #fff;
  line-height: 150%;
  margin: 0 auto;
  padding: 0 0 40px 0;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
}

.step_dl_wrap h3 {
  font-size: 160%;
  color: #000;
  line-height: 150%;
  margin: 0 auto;
  padding: 0;
  text-shadow: none;
}

#demo .step_dl_wrap {
  display: flex;
  flex-direction: column;
  gap: 3em;
  position: relative;
}

#demo .step_dl {
  position: relative;
  padding: 1.4em;
  background: #fff;
  border: #ff8c00 1px solid;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(255, 255, 255, 0.05),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

#demo .step_dl:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: -2em;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: linear-gradient(180deg, #fff, #ffd276);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}


#demo .step_dl p a {
  font-weight: bold;
  color: #157efb;
  text-decoration: underline;
  display: inline-block;
}

#demo .step_dl dt h3 {
  font-size: 130%;
  margin-bottom: 1em;
  border-left: 4px solid #ff8c00;
  padding-left: 0.8em;
  line-height: 1.5;
  color: #00132f;
  font-weight: bold;
  text-align: left;
  text-shadow: none;

}

#demo .step_dl h3 span {
  display: block;
  font-size: 1rem;
  color: #ff8c00;
  font-weight: bold;
  margin-bottom: 0.3em;
  text-align: left;
}

#demo .step_dl p {
  font-size: 1rem;
  line-height: 1.8;
  color: #00132f;
}

/* デモ体験いただける業種 */
.demo_info {
  margin: 0 auto;
  background-color: #fff;
  text-align: left;
  max-width: 800px;
}

.demo_info h2 {
  font-size: 120%;
  line-height: 150%;
  border-left: 6px solid #f8832a;
  margin: 10px 0px 20px 10px;
  padding-left: 20px;
  font-weight: bolder;
  color: #000;
  text-align: left;
}

.demo_box {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}

.demo_item {
  width: 45%;
  margin: 0 0 45px 0;
  padding: 0;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}

.demo_text {
  margin: 0;
  padding: 0 20px 20px 20px;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 1px;
}

.demo_img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .demo_info h2 {
    border-left: 6px solid #f8832a;
    margin: 10px 0px 20px 10px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    text-align: left;
  }

  .demo_box {
    margin: 0 auto;
    padding: 0;
  }

  .demo_item {
    width: 90%;
    margin: 0 0 40px 0;
    padding: 0;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  }
}

.demo_info__item_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 20px 0 40px 0;
  text-align: center;
}

.demo_info__button {
  display: inline-block;
  max-height: 50px;
  min-height: 42px;
  width: 90%;
  background-color: #f39025;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 12px 16px;
  border-radius: 40px;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 1px 3px #d5d4d4;
}

.demo_info__button:hover {
  background-color: #ffa500;
  box-shadow: 0 5px 8px 2px rgba(0, 0, 0, .14);
  transform: translateY(-1px);
}

.demo_info__button a {
  text-decoration: none;
  font-weight: bold;
}

@media (max-width: 768px) {
  .demo_info__item_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    padding: 10px 0 24px;
    text-align: center;
  }

  .demo_info__button {
    display: inline-block;
    background-color: #f39025;
    color: #fff;
    font-size: 95%;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 500px;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 1px 3px #d5d4d4;
  }

  .demo_info__button:hover {
    background-color: #ffa500;
    box-shadow: 0 5px 8px 2px rgba(0, 0, 0, .14);
    transform: translateY(-1px);
  }

  .demo_info__button--disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 1;
    font-size: 95%;
    background-color: #ccc;
    color: #888;
    padding: 16px 15px;
    border-radius: 500px;
    font-weight: bold;
    box-shadow: none;
    text-decoration: none !important;
  }

}

/* デモcta */
.demo_cta_text {
  margin: 0 auto;
  padding: 40px 0 40px;
}


.demo_cta_text h2 {
  font-size: 42px;
  line-height: 150%;
  font-weight: bold;
  margin: 0 auto;
  padding: 20px 0 40px;
  text-align: center;
  background: linear-gradient(180deg, rgb(248, 130, 42) 0%, rgb(249, 175, 53) 50%, rgb(255, 183, 37) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  max-width: 800px;
}

.demo_cta_text p {
  font-size: 18px;
  line-height: 150%;
  text-align: center;
}

/*------------------------------ フッター ------------------------------*/

#footer {
  margin: 0;
  padding: 20px 0;
  font-size: 75%;
  line-height: 120%;
  text-align: center;
  color: #fff;
  background: #111;
  font-family: Arial, Helvetica, sans-serif;
  height: auto;
  width: 100vw;
  position: absolute;
  /*←絶対位置*/
  bottom: 0;
  /*下に固定*/
}

#footer a:link {
  color: #fff;
  text-decoration: underline;
}

#footer a:visited {
  color: #fff;
  text-decoration: underline;
}

#footer a:hover {
  color: #fff;
  text-decoration: none;
}

#footer .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}

#footer .menu li {
  margin: 0;
  padding: 0 20px;
  border-left: 1px #808080 solid;
  vertical-align: bottom;
}

#footer .menu li:first-child {
  padding-left: 0;
  border: none;
}

.copyright {
  margin: 0;
  padding: 10px 0;
}

/*------------------------------ フッター(新) ------------------------------*/
#footer_wrap {
  margin: 0;
  padding: 20px 0;
  background: #111;
  line-height: 120%;
  min-height: 250px;
  max-height: 100vh;
  width: 100vw;
  position: relative;
  bottom: 0;
}

#footer_wrap .footer_inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;

}

@media (max-width: 768px) {
  #footer_wrap .footer_inner {
    width: 90%;
    margin: 0 auto;
  }
}

#footer_wrap .footer_logo {
  width: 150px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #footer_wrap .footer_logo {
    width: 100px;
  }
}

#footer_wrap .footer_nav {
  width: 100%;
  font-size: 85%;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

#footer_wrap .menu_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#footer_wrap .menu_list.memu_list--top {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #footer_wrap .menu_list.memu_list--top {
    margin-bottom: 10px;
  }
}

#footer_wrap .menu_list.memu_list--bottom {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #footer_wrap .menu_list.memu_list--bottom {
    margin-bottom: 10px;
  }
}

#footer_wrap .menu_list>li {
  padding: 0 20px;
  border-left: 1px #808080 solid;
}

@media (max-width: 768px) {
  #footer_wrap .menu_list>li {
    padding: 0 10px;
  }
}

#footer_wrap .menu_list>li:last-of-type {
  border-right: 1px #808080 solid;
}

#footer_wrap .menu_list .privacymark>img {
  width: 60px;
}

@media (max-width: 768px) {
  #footer_wrap .menu_list .privacymark>img {
    width: 40px;
  }
}

#footer_wrap .menu_address {
  width: 100%;
  font-size: 100%;
  text-align: left;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  #footer_wrap .menu_address {
    word-break: keep-all;
  }
}

#footer_wrap .copyright {
  width: 100%;
  font-size: 85%;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

#footer_wrap #pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#footer_wrap #pageTop i {
  padding-top: 6px;
}

#footer_wrap #pageTop a {
  display: block;
  z-index: 999;
  padding: 5px 4px 3px 4px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  background-color: #ccc;
  color: #fff;
  font-size: 160%;
  text-decoration: none;
  text-align: center;
}

#footer_wrap #pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}



@media (min-width: 769px) {
  .pcnone {
    display: none;

  }
}

/* スマホでは非表示 */
@media (max-width: 768px) {
  .spnone {
    display: none;
  }

}