@charset "UTF-8";
/* Scss Document */
:root {
  --main-color: #2D71C4;
  --black: #404040;
}

/* Scss Document */
/* -------------------------------------------------- */
/* file   : top.css                                  */
/* update : 2025                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
/* ------mv------ */
.mv {
  background: url(/img/bg_worries.jpg);
  /* ------お悩みありませんか？------ */
}
.mv img {
  width: 100%;
}
.mv__inner {
  position: relative;
  z-index: 1;
}
.mv .worries {
  position: relative;
  margin-top: -100px;
  padding-bottom: 100px;
  z-index: 3;
}
.mv .worries__title {
  position: relative;
  z-index: 3;
  font-size: 42px;
}
.mv .worries__title .dots {
  background-image: radial-gradient(circle at center, #FF811B 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: 0.1em; /* 縦方向の位置調整 */
}
.mv .worries__content {
  position: relative;
  width: 81.64%;
  max-width: 898px;
  padding: 40px 0;
  margin: 0 auto;
}
.mv .worries__content .circle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 59.09%;
  max-width: 650px;
  text-align: center;
  z-index: 1;
}
.mv .worries__content .fukidashi {
  position: relative;
  z-index: 2;
}
.mv .btn-contact {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 180px;
  width: 55.56%;
  z-index: 3;
}

/* ------共通パーツ------ */
.sec-title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.8;
}
.sec-title .text-m {
  font-size: 50px;
  font-weight: bold;
}
.sec-title .text-l {
  font-size: 60px;
  font-weight: bold;
  color: var(--main-color);
}

.red {
  color: #FF811B;
}

.btn-contact {
  width: 72.73%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.btn-contact a {
  width: 100%;
}

/* ------その悩み解決しましょう------ */
.program {
  position: relative;
  padding-top: 144px;
}
.program-arrow {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  margin: auto;
  width: 21.33%;
  text-align: center;
  z-index: 4;
}
.program__title-inner {
  text-align: center;
}
.program__title {
  position: relative;
  border-bottom: 3px solid var(--main-color);
  display: inline-block;
  z-index: 1;
}
.program__title::before {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -34px;
  margin: auto;
  width: 23px;
  height: 34px;
  z-index: 2;
}
.program__title::after {
  content: "";
  background: url(/img/title_diagonalline.svg) no-repeat bottom center;
  position: absolute;
  left: 0;
  right: 16px;
  bottom: -34px;
  margin: auto;
  width: 23px;
  height: 34px;
  z-index: 3;
}
.program__title .line-text {
  display: inline-block;
  background: linear-gradient(transparent 80%, #FF811B 20%);
  color: var(--main-color);
  line-height: 1.2;
}
.program__content {
  position: relative;
  background: url(/img/bg_program.jpg) no-repeat top right/cover;
  padding-bottom: 107px;
  margin-top: 100px;
}
.program__content-title {
  margin-top: 30px;
}
.program__arrow {
  text-align: center;
}
.program__text-wrap {
  position: relative;
  max-width: 1276px;
  margin: 0 auto;
}
.program__text-box {
  width: 59.09%;
  max-width: 650px;
  margin-top: 47px;
  font-size: 16px;
  font-weight: 500;
}
.program__text-box .bg_white {
  font-weight: 500;
}
.program__text-list {
  font-size: 18px;
  font-weight: 500;
  padding: 0 20px;
  margin: 40px 0;
}
.program__text-list li {
  text-indent: -1.7em;
  padding-left: 1.7em;
}
.program__text-list li::before {
  content: "";
  background: url(/img/check.svg) no-repeat top center/contain;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.program__text-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 35.34%;
}
.program__table-wrap {
  position: relative;
  margin-top: 90px;
}
.program__table-box {
  position: relative;
  width: 81.82%;
  max-width: 900px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
.program__table-title {
  background: var(--main-color);
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  border-radius: 20px 20px 0 0;
}
.program__table-content {
  display: flex;
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding: 36px 60px 32px;
}
.program__table-ul {
  width: 31%;
  border-right: 1px dotted #D9D9D9;
  padding-left: 58px;
}
.program__table-ul:nth-child(1) {
  padding-left: 0;
}
.program__table-ul:nth-child(2) {
  width: 38%;
}
.program__table-ul:nth-child(3) {
  border-right: none;
}
.program__table-list {
  font-size: 17px;
  font-weight: 500;
}
.program__table-list--title {
  font-size: 20px;
  font-weight: 500;
  color: var(--main-color);
}
.program__table-list .yellow {
  font-size: 10px;
}
.program__table-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 21.67%;
  max-width: 312px;
}
.program__table-illust {
  position: absolute;
  left: -75px;
  bottom: -80px;
}

/* ------監修者------ */
.supervisor {
  position: relative;
  background-image: linear-gradient(180deg, rgb(224, 246, 255), rgb(245, 248, 255));
  padding: 144px 120px;
}
.supervisor-arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.supervisor__title {
  color: var(--main-color);
}
.supervisor__wrap {
  display: flex;
  gap: 0 2.73%;
  margin-top: 58px;
}
.supervisor__wrap:nth-of-type(1) {
  margin-top: 50px;
}
.supervisor__img {
  width: 27.27%;
}
.supervisor__exp {
  width: 70%;
}
.supervisor__name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 2px solid #404040;
  padding-bottom: 15px;
}
.supervisor__name--m {
  font-size: 18px;
  font-weight: 500;
}
.supervisor__name--s {
  font-size: 16px;
}
.supervisor__text {
  font-size: 16px;
  margin-top: 24px;
}

/* ------こんな効果が期待できます------ */
.effect {
  position: relative;
  background: url(/img/bg_effect_wave@2x.png) no-repeat bottom center/contain, linear-gradient(180deg, rgb(255, 255, 255), rgba(64, 185, 245, 0.2));
  padding: 130px 0 300px;
}
.effect__illust {
  text-align: center;
}
.effect__title {
  color: var(--main-color);
}
.effect__box {
  width: 72.18%;
  max-width: 794px;
  margin: 74px auto 0;
}
.effect__box-list {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 2.5em;
  margin-top: 15px;
}
.effect__box-list:first-child {
  margin-top: 0;
}
.effect__box-list .text-l {
  font-size: 24px;
  font-weight: 500;
  color: var(--main-color);
}
.effect__box-list::before {
  content: "";
  background: url(/img/img_effect_check.svg) no-repeat top center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 28px;
}
.effect__img--01 {
  position: absolute;
  top: 237px;
  left: 17px;
  width: 19.44%;
  max-width: 280px;
}
.effect__img--02 {
  position: absolute;
  top: 507px;
  left: 49px;
  width: 13.89%;
  max-width: 200px;
}
.effect__img--03 {
  position: absolute;
  top: 200px;
  right: 62px;
  width: 17.36%;
  max-width: 250px;
}
.effect__img--04 {
  position: absolute;
  top: 415px;
  right: 77px;
  width: 13.89%;
  max-width: 200px;
}
.effect__img--05 {
  position: absolute;
  bottom: 150px;
  right: 129px;
  width: 17.36%;
  max-width: 250px;
}

/* ------4つのポイント------ */
.point {
  background-image: linear-gradient(180deg, rgb(233, 250, 255), rgb(244, 238, 255));
  padding-bottom: 80px;
}
.point__title .line {
  position: relative;
}
.point__title .line::before, .point__title .line::after {
  content: "";
  position: absolute;
  top: 0.8rem;
  height: 3rem;
}
.point__title .line::before {
  border-left: solid 3px;
  left: -1.8rem;
  transform: rotate(-30deg);
}
.point__title .line::after {
  border-right: solid 3px;
  right: -1.8rem;
  transform: rotate(30deg);
}
.point__title .text-l {
  font-family: "GFS Didot", serif;
  font-size: 90px;
  font-weight: bold;
  color: var(--main-color);
}
.point__title .color {
  color: var(--main-color);
}
.point__wrap {
  display: flex;
  gap: 0 4.55%;
  margin-top: 100px;
}
.point__wrap:first-of-type {
  margin-top: 50px;
}
.point__wrap--reverse {
  flex-direction: row-reverse;
}
.point__text-box {
  display: flex;
  gap: 0 1.82%;
  width: 50%;
}
.point__text-box--left {
  width: 12.91%;
}
.point__text-box--right {
  width: 85.27%;
}
.point__text-box--inner01 {
  display: flex;
  align-items: flex-end;
  gap: 0 3%;
}
.point__text-box--inner02 {
  margin-top: 20px;
}
.point__text-box--inner02 .color {
  font-weight: bold;
  color: var(--main-color);
}
.point__text-box--title {
  font-size: 28px;
  font-weight: 500;
  color: var(--main-color);
  line-height: 1.5;
}
.point__mov {
  width: 63.64%;
  max-width: 700px;
  aspect-ratio: 16/9;
  margin: 50px auto 100px;
}
.point__mov iframe {
  width: 100%;
  height: 100%;
}
.point__annotation {
  background: #fff;
  border-radius: 20px;
  padding: 30px 50px;
  margin-top: 40px;
}
.point__annotation-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--main-color);
}
.point__annotation-text {
  font-size: 16px;
}

/* ------導入後に受けられる具体的サービス------ */
.servise {
  position: relative;
  background-image: linear-gradient(180deg, rgb(255, 255, 255), rgb(217, 241, 253) 49%);
  padding-bottom: 100px;
}
.servise .servise-bg {
  position: relative;
}
.servise .servise-bg:after {
  content: "";
  background: #699AD6;
  position: absolute;
  width: 100%;
  height: 300px;
  bottom: 330px;
  z-index: 1;
}
.servise-arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.servise__title {
  color: var(--main-color);
  padding-top: 145px;
}
.servise__title .line {
  position: relative;
}
.servise__title .line::before, .servise__title .line::after {
  content: "";
  position: absolute;
  top: 0.8rem;
  height: 3rem;
}
.servise__title .line::before {
  border-left: solid 3px;
  left: -1.8rem;
  transform: rotate(-30deg);
}
.servise__title .line::after {
  border-right: solid 3px;
  right: -1.8rem;
  transform: rotate(30deg);
}
.servise__slidewrap {
  position: relative;
  overflow: visible;
  transform: translateX(29%);
  margin-top: 50px;
  z-index: 3;
}
.servise__slidewrap .swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 45.45%;
  height: auto;
  max-width: 500px;
  background-image: linear-gradient(180deg, rgb(210, 240, 247), rgb(174, 224, 255) 49%);
  border-radius: 0 20px 0 20px;
  padding: 10px;
  margin-top: 35px;
}
.servise__slidewrap .slide-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: var(--main-color);
  line-height: 1.5;
  margin-top: 20px;
}
.servise__slidewrap .slide-text {
  font-size: 16px;
  margin-top: 10px;
}
.servise__slidewrap .slide-number {
  position: absolute;
  left: 40px;
  top: -35px;
}
.servise__slidewrap .slide-inner {
  display: block;
  flex-grow: 1;
  border: 1px solid #fff;
  border-radius: 0 20px 0 20px;
  padding: 55px 40px 59px;
}
.servise__slidewrap .swiper-controller {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: center;
  transform: translateX(-28%);
  margin-top: 40px;
}
.servise__slidewrap .swiper-button-next,
.servise__slidewrap .swiper-button-prev {
  position: relative;
  top: auto;
  bottom: 0;
  left: auto;
  right: auto;
  background: var(--main-color);
  width: 40px;
  height: 40px;
  border-radius: 5px;
}
.servise__slidewrap .swiper-button-next::after,
.servise__slidewrap .swiper-button-prev::after {
  content: none;
}
.servise__slidewrap .swiper-button-next:before,
.servise__slidewrap .swiper-button-prev:before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.servise__slidewrap .swiper-button-prev::before {
  transform: rotate(-135deg);
}
.servise__bgimage {
  position: absolute;
  left: 14vw;
  bottom: 330px;
  width: 20.83%;
  max-width: 300px;
  z-index: 4;
}
.servise .btn-contact {
  margin-top: 76px;
}

/* ------お客様活用事例------ */
.usage {
  position: relative;
  background-image: linear-gradient(150deg, rgb(255, 255, 255), rgb(255, 235, 243) 33%, rgb(255, 237, 232) 58%, rgb(233, 250, 255) 90%);
}
.usage-arrow {
  text-align: center;
}
.usage-illust {
  text-align: center;
  padding-top: 34px;
}
.usage__title {
  color: var(--main-color);
  margin-top: 20px;
}
.usage__top-text {
  font-size: 16px;
  margin-top: 30px;
}
.usage__wrap {
  position: relative;
  background: #fff;
  border-radius: 0 20px 0 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 73px 100px 59px;
  margin-top: 30px;
}
.usage__wrap::before {
  content: "";
  background: url(/img/img_case01.svg) no-repeat top center;
  position: absolute;
  top: 10px;
  left: -12px;
  width: 152px;
  height: 73px;
}
.usage__intro {
  display: grid;
  grid-template-columns: 36.67% 58.33%;
  gap: 0 5%;
}
.usage__intro-img {
  grid-row: 1/3;
  grid-column: 1/2;
}
.usage__intro-toptext {
  display: flex;
  justify-content: space-between;
  grid-row: 1/2;
  grid-column: 2/3;
}
.usage__intro-undertext {
  position: relative;
  grid-row: 2/2;
  grid-column: 2/3;
  border-top: 1px solid var(--black);
  margin-top: 22px;
}
.usage__intro-undertext::before {
  content: "";
  position: absolute;
  top: -2px;
  display: block;
  background: var(--main-color);
  width: 50px;
  height: 3px;
}
.usage__intro-name {
  font-size: 28px;
  font-weight: bold;
  color: var(--main-color);
  line-height: 1.5;
}
.usage__intro-info {
  font-size: 18px;
  margin-top: 5px;
}
.usage__intro-title {
  font-size: 18px;
  font-weight: bold;
  color: var(--main-color);
  margin-top: 20px;
}
.usage__intro-text {
  font-size: 16px;
  margin-top: 5px;
}
.usage__solution {
  margin-top: 48px;
}
.usage__solution-title {
  background: #FF811B;
  border-radius: 5px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  pad: 15px 10px;
}
.usage__solution-list {
  display: flex;
  gap: 0 3.33%;
  margin-top: 40px;
}
.usage__solution-list:first-of-type {
  margin-top: 20px;
}
.usage__solution-list:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.usage__solution-exp {
  width: 46.67%;
  max-width: 420px;
}
.usage__solution-exp-title {
  font-size: 22px;
  font-weight: bold;
  color: var(--main-color);
}
.usage__solution-exp-text {
  font-size: 16px;
  margin-top: 10px;
}
.usage__solution-img {
  width: 50%;
  max-width: 450px;
}
.usage__voice {
  position: relative;
  margin-top: 80px;
  padding-bottom: 105px;
}
.usage__voice-title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: var(--main-color);
}
.usage__voice-ul {
  display: flex;
  gap: 0 6.11%;
  margin-top: 22px;
}
.usage__voice-list {
  position: relative;
  width: 36.67%;
  max-width: 330px;
  background: #fff;
  border-radius: 0 20px 0 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 32px 27px 52px;
}
.usage__voice-list::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -20px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-bottom: 30px solid var(--main-color);
  border-top: 0;
  transform: rotate(315deg);
}
.usage__voice-list-title {
  font-size: 22px;
  font-weight: bold;
  color: var(--main-color);
  line-height: 1.2;
}
.usage__voice-list-title .english {
  font-size: 16px;
  color: #A5A5A5;
}
.usage__voice-list-text {
  font-size: 16px;
  margin-top: 12px;
}
.usage__voice-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.usage__voice .btn-contact {
  margin-top: 70px;
}
.usage__voice-illlust {
  position: absolute;
  right: 34px;
  bottom: 18px;
}

/* ------お申し込みから実施までの流れ------ */
.flow {
  padding-bottom: 115px;
}
.flow-arrow {
  text-align: center;
}
.flow-illust {
  text-align: center;
  margin-top: 53px;
}
.flow__title {
  width: 81.82%;
  max-width: 900px;
  border: 2px solid var(--main-color);
  border-radius: 100px;
  color: var(--main-color);
  line-height: 1.5;
  padding: 15px 10px;
  margin: 0 auto;
}
.flow__list {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin-top: 45px;
}
.flow__list-inner {
  position: relative;
  background: #EAF1F9;
  border-radius: 0 20px 0 20px;
  padding: 32px 100px;
}
.flow__list-inner::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -20px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-bottom: 30px solid var(--main-color);
  border-top: 0;
  transform: rotate(315deg);
}
.flow__list-inner:nth-of-type(2n) {
  background: #F4F8FC;
}
.flow__list-innerflex {
  display: flex;
  gap: 0 4.55%;
}
.flow__list-number {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  background: #fff;
  border-radius: 100px;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: var(--main-color);
}
.flow__list-number::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 15px;
  display: block;
  width: 30px;
  height: 2px;
  background: var(--main-color);
}
.flow__list-illust {
  width: 7.73%;
  max-width: 85px;
}
.flow__list-textbox-title {
  font-size: 26px;
  font-weight: bold;
  color: var(--main-color);
  line-height: 1.5;
}
.flow__list-textbox-text {
  font-size: 16px;
}

/* ------よくあるご質問------ */
.qa {
  background: #F3F4F6;
  padding: 120px 0 115px;
}
.qa-accordion__wrap {
  margin-top: 30px;
}
.qa-accordion__question {
  position: relative;
  display: flex;
  gap: 0 2.09%;
  align-items: center;
  background: #fff;
  border-radius: 20px 20px 0 0;
  padding: 32px 41px;
  cursor: pointer;
}
.qa-accordion__question:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 3px solid var(--main-color);
  border-right: 3px solid var(--main-color);
  top: calc(50% - 0.3em);
  right: 20px;
  transform: rotate(135deg);
  transition: all 0.3s;
}
.qa-accordion__question.open:before {
  transform: rotate(315deg);
}
.qa-accordion__question-eng {
  font-size: 36px;
  font-weight: bold;
  color: var(--main-color);
  line-height: 1;
}
.qa-accordion__question-text {
  font-size: 24px;
  font-weight: bold;
}
.qa-accordion__answer {
  display: none;
  background: #F4F8FC;
  border-radius: 0 0 20px 20px;
  padding: 23px 100px;
}
.qa-accordion__answer-text {
  font-size: 18px;
}
.qa-accordion__answer-eng {
  font-size: 36px;
  font-weight: bold;
  color: #FF811B;
  line-height: 1;
}
.qa-accordion__answerflex {
  display: flex;
  gap: 0 2.09%;
}

/* ------安心のシンプル料金設定------ */
.price {
  position: relative;
}
.price.price01 {
  background-image: linear-gradient(180deg, rgb(243, 244, 246), rgb(247, 247, 247));
  padding-bottom: 76px;
  z-index: 1;
}
.price.price01::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  background: url(/img/bg_price.svg) no-repeat top center/cover;
  width: 100%;
  height: 959px;
  z-index: -1;
}
.price.price02 {
  background-image: linear-gradient(180deg, rgb(255, 255, 255), rgb(233, 250, 255));
  padding: 130px 0 58px;
}
.price-illust {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -75px;
  text-align: center;
  z-index: 3;
}
.price__title {
  color: var(--main-color);
  padding-top: 187px;
}
.price__content-title {
  width: 45.45%;
  max-width: 500px;
  border-top: 3px solid var(--black);
  border-bottom: 3px solid var(--black);
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  padding: 20px 0;
  margin: 60px auto 0;
}
.price__content-title--02 {
  margin-top: 0;
}
.price__content-list {
  width: 81.82%;
  max-width: 900px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 3%;
  margin: 43px auto 0;
}
.price__content-listinner {
  width: 44.44%;
  max-width: 400px;
  background: #fff;
  border: 3px solid var(--black);
  border-radius: 10px;
}
.price__content-listinner--size-s {
  width: 7.78%;
  max-width: 700px;
  text-align: center;
}
.price__content-listinner--blue {
  border: 3px solid var(--main-color);
}
.price__content-list-title {
  display: flex;
  justify-content: center;
  background: #ECECEC;
  border-bottom: 3px solid var(--black);
  border-radius: 10px 10px 0 0;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 5px;
}
.price__content-list-title--blue {
  background: var(--main-color);
  border-bottom: 3px solid var(--main-color);
  border-radius: 5px 5px 0 0;
  color: #fff;
}
.price__content-list-cost {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  padding: 55px 5px;
}
.price__content-list-cost .text-s {
  font-size: 20px;
  font-weight: bold;
  font-feature-settings: "palt";
  margin-bottom: 5px;
}
.price__content-list-cost--blue {
  padding: 20px 5px 55px;
}
.price__content-list-text {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  padding: 30px 5px 0;
}
.price__content-plus {
  text-align: center;
  margin-top: 26px;
}
.price__content-table {
  display: flex;
  width: 81.82%;
  max-width: 900px;
  border: 3px solid var(--black);
  border-radius: 10px;
  margin: 26px auto 0;
}
.price__content-table--text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44.44%;
  max-width: 400px;
  background: #ECECEC;
  border-right: 3px solid var(--black);
  border-radius: 10px 0 0 10px;
  font-size: 26px;
  font-weight: bold;
  color: var(--black);
  line-height: 1.5;
  padding: 0 5px;
}
.price__content-table--cost {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 55.56%;
  background: #fff;
  border-radius: 0 10px 10px 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 60px;
  font-weight: bold;
  color: var(--black);
  line-height: 1;
  padding: 25px 5px;
}
.price__content-table--cost .text-s {
  font-size: 20px;
  font-weight: bold;
  font-feature-settings: "palt";
}
.price__content-note {
  width: 81.82%;
  max-width: 900px;
  font-size: 14px;
  margin: 20px auto 0;
}
.price__content-note .color {
  color: var(--main-color);
}
.price__content-remarks {
  display: flex;
  justify-content: center;
  width: 25.45%;
  max-width: 280px;
  border: 1px solid var(--black);
  margin: 22px auto 0;
}
.price__content-remarks--black, .price__content-remarks--white {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.price__content-remarks--black {
  width: 42.86%;
  max-width: 120px;
  background: var(--black);
  color: #FF811B;
}
.price__content-remarks--white {
  width: 57.14%;
  background: #FF811B;
  color: #fff;
}
.price__content-supplement {
  width: 81.82%;
  max-width: 900px;
  background: #fff;
  border-radius: 0 20px 0 20px;
  padding: 28px 40px 35px;
  margin: 25px auto 0;
}
.price__content-supplement-title {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: var(--main-color);
  padding-left: 45px;
}
.price__content-supplement-title::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(/img/icon_megahorne.svg) no-repeat center center;
  width: 37px;
  height: 30px;
}
.price__content-supplement-text {
  margin-top: 10px;
  font-size: 16px;
}
.price__strong-text {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-top: 80px;
}
.price__strong-text .text-l {
  font-size: 50px;
  font-weight: bold;
  color: var(--main-color);
}
.price__strong-text .dots {
  background-image: radial-gradient(circle at center, #FF811B 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: 0.1em; /* 縦方向の位置調整 */
}
.price-arrow {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -10px;
  text-align: center;
  z-index: 1;
}
.price .link {
  position: relative;
  color: var(--main-color);
  text-decoration: underline;
  padding-right: 8px;
}
.price .link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url(/img/icon_window.svg) no-repeat center center;
  width: 12px;
  height: 12px;
  margin-left: 5px;
}

/* ------最後のお問い合わせボタン------ */
.contact-wrap {
  position: relative;
  background: #fff;
  padding: 100px 0 65px;
}
.contact-wrap-arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 1;
}

/* -------------------pc END------------------------------- */
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  /* ------mv------ */
  .mv {
    /* ------お悩みありませんか？------ */
  }
  .mv .btn-contact {
    bottom: 220px;
    width: 96%;
  }
  .mv .worries {
    margin-top: -180px;
    padding-bottom: 60px;
  }
  .mv .worries__title {
    font-size: 20px;
  }
  .mv .worries__title .dots {
    background-image: radial-gradient(circle at center, #FF811B 15%, transparent 15%); /* 点の色とサイズ調整 */
    background-position: top right; /* 点の位置 */
    background-repeat: repeat-x; /* 横方向に繰り返し */
    background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
    padding-top: 0.1em; /* 縦方向の位置調整 */
  }
  .mv .worries__content {
    width: 100%;
    max-width: 100%;
    padding: 20px 0;
  }
  /* ------共通パーツ------ */
  .sec-title {
    font-size: 24px;
  }
  .sec-title .text-m {
    font-size: 20px;
    font-weight: bold;
  }
  .sec-title .text-l {
    font-size: 28px;
  }
  .yellow {
    color: #FF811B;
  }
  .btn-contact {
    width: 100%;
    max-width: 100%;
  }
  /* ------その悩み解決しましょう------ */
  .program {
    position: relative;
    padding: 60px 0 0;
  }
  .program-arrow {
    top: -40px;
    width: 21.33%;
  }
  .program__title {
    font-size: 18px;
    margin-top: 0;
    border-bottom: 2px solid var(--main-color);
  }
  .program__title::before {
    content: "";
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -34px;
    margin: auto;
    width: 23px;
    height: 34px;
    z-index: 2;
  }
  .program__title::after {
    content: "";
    background: url(/img/title_diagonalline.svg) no-repeat bottom center/100%;
    position: absolute;
    left: 0;
    right: 13px;
    bottom: -24px;
    margin: auto;
    width: 5%;
    height: 34px;
    z-index: 3;
  }
  .program__title .line-text {
    display: inline-block;
    background: linear-gradient(transparent 80%, #FF811B 20%);
    font-size: 24px;
    color: var(--main-color);
    line-height: 1.2;
  }
  .program__title .text-m {
    font-size: 22px;
  }
  .program__title .text-l {
    font-size: 26px;
  }
  .program__content {
    background-position: top center;
    padding-bottom: 50px;
    margin-top: 40px;
  }
  .program__content-title {
    margin-top: 13px;
  }
  .program__arrow {
    width: 28.27%;
    margin: 0 auto;
  }
  .program__text-wrap {
    max-width: 100%;
  }
  .program__text-box {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    font-size: 14px;
  }
  .program__text-list {
    display: flex;
    flex-direction: column;
    gap: 5px 0;
    font-size: 15px;
    padding: 0 10px;
    margin: 20px 0;
  }
  .program__text-img {
    position: static;
    width: 100%;
    margin-top: 10px;
  }
  .program__table-wrap {
    margin-top: 20px;
  }
  .program__table-box {
    width: 100%;
    max-width: 100%;
  }
  .program__table-title {
    font-size: 16px;
    border-radius: 10px 10px 0 0;
  }
  .program__table-content {
    flex-direction: column;
    border-radius: 0 0 10px 10px;
    padding: 24px 20px;
  }
  .program__table-ul {
    display: flex;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #D9D9D9;
    padding-left: 0;
    padding-bottom: 14px;
  }
  .program__table-ul:last-of-type {
    border-bottom: none;
  }
  .program__table-ul:nth-child(2) {
    width: 100%;
  }
  .program__table-list-wrap {
    width: 50%;
    padding: 10px;
  }
  .program__table-list {
    font-size: 14px;
  }
  .program__table-list--title {
    width: 50%;
    font-size: 18px;
    line-height: 1.2;
    padding: 10px;
  }
  .program__table-list .yellow {
    font-size: 12px;
  }
  .program__table-illust {
    position: absolute;
    left: 30px;
    bottom: -50px;
    width: 22%;
  }
  /* ------監修者------ */
  .supervisor {
    padding: 60px 0;
  }
  .supervisor-arrow {
    width: 21.33%;
  }
  .supervisor__wrap {
    flex-direction: column;
    gap: 10px 0;
    margin-top: 36px;
  }
  .supervisor__wrap:nth-of-type(1) {
    margin-top: 15px;
  }
  .supervisor__img {
    text-align: center;
    width: 100%;
  }
  .supervisor__exp {
    width: 100%;
  }
  .supervisor__name {
    text-align: center;
    font-size: 16px;
    padding-bottom: 8px;
  }
  .supervisor__name--m {
    font-size: 14px;
  }
  .supervisor__name--s {
    font-size: 14px;
  }
  .supervisor__text {
    font-size: 14px;
    margin-top: 12px;
  }
  /* ------こんな効果が期待できます------ */
  .effect {
    position: relative;
    background: url(/img/bg_effect_wave@2x.png) no-repeat bottom center/contain, linear-gradient(180deg, rgb(255, 255, 255), rgba(64, 185, 245, 0.2));
    padding: 40px 0 100px;
  }
  .effect__illust {
    width: 11.47%;
    margin: 0 auto;
  }
  .effect__box {
    width: 100%;
    max-width: 100%;
    margin: 20px auto 0;
  }
  .effect__box-list {
    font-size: 15px;
    padding-left: 2.5em;
    margin-top: 16px;
  }
  .effect__box-list .text-l {
    font-size: 18px;
  }
  .effect__box-list::before {
    content: "";
    background: url(/img/img_effect_check.svg) no-repeat top center/contain;
    width: 20px;
    height: 20px;
    top: 16px;
  }
  .effect__img--01 {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-top: 27px;
  }
  /* ------4つのポイント------ */
  .point {
    background-image: linear-gradient(180deg, rgb(233, 250, 255), rgb(244, 238, 255));
    padding-bottom: 32px;
  }
  .point__title {
    line-height: 1;
  }
  .point__title .line::before, .point__title .line::after {
    height: 4rem;
  }
  .point__title .text-l {
    font-size: 60px;
  }
  .point__wrap {
    flex-direction: column-reverse;
    gap: 12px 0;
    margin-top: 40px;
  }
  .point__wrap:first-of-type {
    margin-top: 20px;
  }
  .point__wrap--reverse {
    flex-direction: column-reverse;
  }
  .point__text-box {
    display: block;
    width: 100%;
  }
  .point__text-box--right {
    width: 100%;
  }
  .point__text-box--inner01 {
    gap: 0 3.73%;
  }
  .point__text-box--inner02 {
    margin-top: 10px;
  }
  .point__text-box--title {
    font-size: 20px;
  }
  .point__text-box--point {
    width: 10%;
  }
  .point__text-box--point img {
    width: 100%;
  }
  .point__mov {
    width: 100%;
    margin: 10px auto 40px;
  }
  .point__annotation {
    padding: 15px 21px;
    margin-top: 10px;
  }
  .point__annotation-title {
    font-size: 14px;
  }
  .point__annotation-text {
    font-size: 12px;
  }
  /* ------導入後に受けられる具体的サービス------ */
  .servise {
    padding-bottom: 38px;
  }
  .servise .servise-bg:after {
    height: 150px;
    bottom: 430px;
  }
  .servise-arrow {
    width: 21.33%;
    margin: 0 auto;
  }
  .servise__title {
    padding-top: 76px;
  }
  .servise__title .line::before, .servise__title .line::after {
    height: 4rem;
  }
  .servise__slidewrap {
    transform: translateX(0);
    overflow: hidden;
    padding: 0 3.43%;
    margin-top: 20px;
  }
  .servise__slidewrap .swiper-slide {
    width: 100%;
    max-width: 100%;
    border-radius: 0 10px 0 10px;
    padding: 6px;
    margin-top: 35px;
  }
  .servise__slidewrap .slide-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
  }
  .servise__slidewrap .slide-text {
    font-size: 12px;
    line-height: 2;
  }
  .servise__slidewrap .slide-number {
    position: absolute;
    left: 30px;
    top: -35px;
    width: 30%;
  }
  .servise__slidewrap .slide-inner {
    border-radius: 0 10px 0 10px;
    padding: 39px 24px;
  }
  .servise__slidewrap .swiper-controller {
    gap: 60px;
    justify-content: center;
    margin-top: 40px;
    transform: translateX(0);
  }
  .servise__slidewrap .swiper-pagination {
    margin-right: auto;
  }
  .servise .btn-contact {
    margin-top: 30px;
  }
  /* ------お客様活用事例------ */
  .usage-arrow {
    width: 21.33%;
    margin: 0 auto;
  }
  .usage-illust {
    width: 12.27%;
    margin: 0 auto;
    padding-top: 30px;
  }
  .usage__title {
    margin-top: 10px;
  }
  .usage__top-text {
    font-size: 14px;
    margin-top: 15px;
  }
  .usage__wrap {
    border-radius: 0 10px 0 10px;
    padding: 56px 20px 34px;
    margin-top: 15px;
  }
  .usage__wrap::before {
    content: "";
    background: url(/img/img_case01.svg) no-repeat top center/contain;
    position: absolute;
    top: 16px;
    left: -7px;
    width: 82px;
    height: 39px;
  }
  .usage__intro {
    display: grid;
    grid-template-columns: 37.33% 58.67%;
    gap: 0 4%;
  }
  .usage__intro-img {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .usage__intro-toptext {
    flex-direction: column-reverse;
    justify-content: flex-end;
    gap: 10px 0;
  }
  .usage__intro-undertext {
    grid-row: 2/3;
    grid-column: 1/3;
    padding-top: 11px;
  }
  .usage__intro-undertext::before {
    width: 30px;
  }
  .usage__intro-name {
    font-size: 20px;
  }
  .usage__intro-info {
    font-size: 14px;
  }
  .usage__intro-title {
    font-size: 14px;
    margin-top: 0;
  }
  .usage__intro-text {
    font-size: 12px;
    margin-top: 5px;
  }
  .usage__intro-logo {
    width: 35%;
  }
  .usage__solution {
    margin-top: 26px;
  }
  .usage__solution-title {
    font-size: 17px;
    pad: 4px 10px;
  }
  .usage__solution-list {
    flex-direction: column-reverse;
    gap: 10px 0;
    margin-top: 30px;
  }
  .usage__solution-list:nth-of-type(2n) {
    flex-direction: column-reverse;
  }
  .usage__solution-exp {
    width: 100%;
    max-width: 100%;
  }
  .usage__solution-exp-title {
    font-size: 20px;
  }
  .usage__solution-exp-text {
    font-size: 14px;
    margin-top: 5px;
  }
  .usage__solution-img {
    width: 100%;
    max-width: 100%;
  }
  .usage__voice {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .usage__voice-title {
    font-size: 20px;
  }
  .usage__voice-ul {
    flex-direction: column;
    gap: 10px 0;
    margin-top: 16px;
  }
  .usage__voice-list {
    width: 100%;
    max-width: 100%;
    padding: 32px 27px 23px;
  }
  .usage__voice-list-title {
    font-size: 20px;
  }
  .usage__voice-list-title .english {
    font-size: 16px;
    color: #A5A5A5;
  }
  .usage__voice-list-text {
    margin-top: 5px;
  }
  .usage__voice .btn-contact {
    margin-top: 30px;
  }
  /* ------お申し込みから実施までの流れ------ */
  .flow {
    padding-bottom: 66px;
  }
  .flow-arrow {
    width: 21.33%;
    margin: 0 auto;
  }
  .flow-illust {
    width: 16.8%;
    margin: 30px auto 0;
  }
  .flow__title {
    width: 100%;
    max-width: 100%;
    border-top: 2px solid var(--main-color);
    border-bottom: 2px solid var(--main-color);
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding: 7px 5px;
  }
  .flow__list {
    gap: 5px 0;
    margin-top: 24px;
  }
  .flow__list-inner {
    padding: 27px 22px;
  }
  .flow__list-innerflex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .flow__list-number {
    width: 75px;
    height: 75px;
  }
  .flow__list-illust {
    width: calc(100% - 95px);
    max-width: calc(100% - 95px);
  }
  .flow__list-textbox {
    width: calc(100% - 95px);
    margin-left: 95px;
  }
  .flow__list-textbox-title {
    font-size: 20px;
    margin-top: 5px;
  }
  .flow__list-textbox-text {
    font-size: 14px;
    margin-top: 5px;
  }
  /* ------よくあるご質問------ */
  .qa {
    padding: 38px 0 68px;
  }
  .qa-accordion__wrap {
    margin-top: 10px;
  }
  .qa-accordion__question {
    gap: 0 3.2%;
    border-radius: 10px 10px 0 0;
    padding: 13px 30px 13px 20px;
  }
  .qa-accordion__question:before {
    width: 10px;
    height: 10px;
    right: 10px;
  }
  .qa-accordion__question-eng {
    font-size: 24px;
  }
  .qa-accordion__question-text {
    font-size: 16px;
  }
  .qa-accordion__answer {
    border-radius: 0 0 10px 10px;
    padding: 10px 20px;
  }
  .qa-accordion__answer-text {
    font-size: 14px;
  }
  .qa-accordion__answer-eng {
    font-size: 24px;
  }
  .qa-accordion__answerflex {
    display: flex;
    gap: 0 3.2%;
  }
  /* ------安心のシンプル料金設定------ */
  .price {
    position: relative;
    padding-top: 68px;
  }
  .price.price01 {
    background-image: linear-gradient(180deg, rgb(243, 244, 246), rgb(247, 247, 247));
    padding-bottom: 10px;
    z-index: 1;
  }
  .price.price01::after {
    background: url(/img/bg_price_sp.svg) no-repeat top center/contain;
    height: 959px;
  }
  .price.price02 {
    padding: 75px 0 29px;
  }
  .price-illust {
    top: -40px;
    width: 17.87%;
  }
  .price__title {
    color: var(--main-color);
    padding-top: 20px;
  }
  .price__content-title {
    width: 100%;
    max-width: 100%;
    border-top: 2px solid var(--black);
    border-bottom: 2px solid var(--black);
    font-size: 20px;
    padding: 10px 0;
    margin: 38px auto 0;
  }
  .price__content-title--02 {
    margin-top: 0;
  }
  .price__content-list {
    width: 100%;
    max-width: 100%;
    gap: 0 1%;
    margin: 20px auto 0;
  }
  .price__content-listinner {
    width: 47%;
    max-width: 47%;
    border: 2px solid var(--black);
  }
  .price__content-listinner--size-s {
    width: 4%;
    max-width: 4%;
  }
  .price__content-listinner--blue {
    border: 2px solid var(--main-color);
  }
  .price__content-list-title {
    border-bottom: 2px solid var(--black);
    font-size: 16px;
    padding: 15px;
  }
  .price__content-list-title--blue {
    border-bottom: 2px solid var(--main-color);
  }
  .price__content-list-cost {
    font-size: 20px;
    padding: 20px 0;
  }
  .price__content-list-cost .text-s {
    font-size: 10px;
    margin-bottom: 3px;
  }
  .price__content-list-cost--blue {
    padding-top: 10px;
  }
  .price__content-list-text {
    font-size: 16px;
    padding-top: 15px;
  }
  .price__content-plus {
    width: 4.67%;
    margin: 6px auto 0;
  }
  .price__content-table {
    width: 100%;
    max-width: 100%;
    border: 2px solid var(--black);
    margin: 6px auto 0;
  }
  .price__content-table--text {
    width: 40%;
    max-width: 40%;
    border-right: 2px solid var(--black);
    border-radius: 10px 0 0 10px;
    font-size: 16px;
  }
  .price__content-table--cost {
    width: 60%;
    font-size: 20px;
    border-radius: 0 10px 10px 0;
    padding: 10px 5px;
  }
  .price__content-table--cost .text-s {
    font-size: 10px;
  }
  .price__content-note {
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    margin: 10px auto 0;
  }
  .price__content-remarks {
    width: 58.93%;
    max-width: 58.93%;
    border: 1px solid var(--black);
    margin: 15px auto 0;
  }
  .price__content-remarks--black, .price__content-remarks--white {
    font-size: 14px;
  }
  .price__content-remarks--black {
    width: 45.25%;
    max-width: 45.25%;
  }
  .price__content-remarks--white {
    width: 54.75%;
  }
  .price__content-supplement {
    width: 100%;
    max-width: 100%;
    padding: 22px 20px;
    margin: 18px auto 0;
  }
  .price__content-supplement-title {
    font-size: 14px;
    padding-left: 40px;
  }
  .price__content-supplement-title::before {
    background: url(/img/icon_megahorne.svg) no-repeat center center/contain;
    width: 31px;
    height: 25px;
  }
  .price__content-supplement-text {
    margin-top: 3px;
    font-size: 12px;
  }
  .price__strong-text {
    font-size: 18px;
    margin-top: 34px;
  }
  .price__strong-text .text-l {
    font-size: 26px;
  }
  .price-arrow {
    width: 21.33%;
    margin: 0 auto;
    top: -5px;
  }
  .price .link {
    padding-right: 4px;
  }
  .price .link::after {
    background: url(/img/icon_window.svg) no-repeat center center/contain;
  }
  /* ------最後のお問い合わせボタン------ */
  .contact-wrap {
    padding: 80px 0 33px;
  }
  .contact-wrap-arrow {
    width: 21.33%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 1;
  }
}
/* -------------------sp END------------------------------- *//*# sourceMappingURL=top.css.map */