body {
  margin: 0;
  font-family: var(--font-family-pr);
  color: var(--black);
  line-height: 1.5;
  scroll-behavior: smooth;
  font-size: var(--p);
  width: 75%;
}

@media screen and (max-width: 1050px) {
  body {
    width: 100%;
  }
}

p {
  font-weight: 500;
}
.content-sp {
  display: none;
}
.actions input {
  width: unset;
}

/* イベントバナー表示 */
.seminar-box {
  text-align: center;
  font-family: var(--font-family-pr);
  margin: 50px auto 50px;
  font-size: 20px;
  color: #363089;
}
.seminar-box p {
  margin-bottom: 5px;
}
.seminar-banner {
  width: 40%;
  margin: 0 auto;
  box-shadow: 1px 1px 2px 2px #ddd;
}
.seminar-banner a {
  width: 100%;
  height: 100%;
  display: block;
}
section {
  padding: 100px 0;
  overflow: hidden;
}
.inner_box {
  max-width: 1050px;
  margin: 0 auto;
  width: 100%;
}
.bk_yellow {
  background: var(--mid-yellow);
}
h1 {
  font-size: var(--h1);
  text-align: left;
  font-family: var(--font-family-pr);
  display: inline;
  padding: 0 1px 0px;
  line-height: 1.3;
  /* background: linear-gradient(90deg, #363089 0%, #e43482 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #ffffff;
}
h2 {
  font-size: var(--h2);
  color: #363089;
  font-family: var(--font-family-pr);
  text-align: center;
  background: linear-gradient(90deg, #363089 30%, #e43482 70%) ;
  -webkit-background-clip: text ;
  -webkit-text-fill-color: transparent;
}
h3 {
  font-size: var(--h4);
  font-family: var(--font-family-pr);
}
.heading {
  background: #363089;
  color: #fff;
  font-size: var(--p);
  width: fit-content;
  padding: 3px 10px;
  margin: 0 auto 10px;
  font-family: var(--font-family-pr);
}
.section-txt {
  text-align: center;
  margin-top: 10px;
}
.Forsp {
  display: none;
}
img {
  width: 100%;
}

/* header */
header {
  box-shadow: none;
  width: 75%;
}
header.Forpc {
  display: block;
}
.header-contents {
  max-width: 1920px;
  padding: 1rem 1.5rem;
  width: auto;
  text-align: right;
}
.header-contents a {
  text-decoration-line: underline;
}
.header-contents .header-logo {
  width: 150px;
}
.header-btn-area a {
  padding: 6px 0;
  border-radius: 0;
}
.header-btn-area a:first-child {
  background: var(--red-orange);
}
.header-btn-area a:last-child {
  background: #363089;
}

/* case_Header */
header.case_header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  background-color: #fff;
  box-shadow: 0px 2px 5px rgb(0 0 0 / 20%);
}

header.case_header .header-logo {
  width: 200px;
  margin-left: 30px;
}

header.case_header .button-container {
  display: flex;
  margin-right: 30px;
}

header.case_header .button-freelance {
  display: block;
  color: #120e6a;
  font-size: 12px;
  font-family: Noto Sans JP Bold;
  text-align: center;
  margin-right: 10px;
  padding: 15px;
  border: 1px solid #120e6a;
  border-radius: 4px;
  background-color: #fff;
  transition: 0.3s;
}

header.case_header .button-freelance:hover {
  background-color: #b1e6e3;
}

header.case_header .button-contact {
  display: block;
  width: auto;
  color: #fff;
  font-size: 12px;
  font-family: Noto Sans JP Bold;
  text-align: center;
  padding: 15px;
  border-radius: 4px;
  background-color: #c91623;
}

header.case_header .button-contact:hover {
  background-color: #fff;
  border: 1px solid #c91623;
  color: #c91623;
}

.button-contact {
  display: block;
  color: #fff;
  font-size: 18px;
  font-family: Noto Sans JP Bold;
  text-align: center;
  padding: 20px;
  border: 1px solid #c91623;
  border-radius: 4px;
  background-color: #c91623;
  width: 260px;
  transition: 0.3s;
}

.button-contact:hover {
  background-color: #fff;
  border: 1px solid #c91623;
  color: #c91623;
}

@media screen and (max-width: 1050px) {
  header {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .content-sp {
    display: block;
  }
  header.case_header {
    display: block;
  }

  header.case_header .header-logo {
    width: 180px;
    margin: 0 auto;
  }

  header.case_header .button-container {
    display: none;
  }
  .fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
  }

  .fixed-footer .button-freelance {
    display: block;
    color: #120e6a;
    font-size: 12px;
    font-family: Noto Sans JP Bold;
    text-align: center;
    margin-right: 10px;
    padding: 15px;
    border: 1px solid #120e6a;
    border-radius: 4px;
    background-color: #fff;
    width: 38%;
  }

  .fixed-footer .button-contact {
    display: block;
    width: 38%;
    color: #fff;
    font-size: 12px;
    font-family: Noto Sans JP Bold;
    text-align: center;
    padding: 15px;
    border-radius: 4px;
    background-color: #c91623;
  }
}


/* ----------
スクロールすると出てくるメニュー
---------- */
#scrollmenu {
  position: fixed;
  width: 75%;
  z-index: 2;
  background: #06016a96;
  color: #fff;
  padding: 15px 0;
}
#scrollmenu .g-nav-menu {
  display: flex;
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-around;
  font-size: var(--p);
}

/*　上に上がる動き　*/
#scrollmenu.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#scrollmenu.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 1050px) {
  #scrollmenu {
    width: 100%;
  }
}

/* button */
.btn {
  width: 200px;
  background: #e43482;
  padding: 0.8rem 0.5rem;
  font-family: var(--font-family-pr);
  margin: 40px auto 10px;
  font-size: 16px;
  border-radius: 50px !important;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid #e43482;
}
.btn:hover {
  opacity: 0.7;
}
.btn::after {
  content: none;
}
.dl_btn {
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
}
.dl_btn:hover {
  background: #2e328d;
  color: #ffffff;
}
.dl_btn img {
  width: 1.1rem;
  height: 1.1rem;
  transition: all 0.3s ease;
}
.dl_btn:hover img {
  filter: invert(1);
}
/* fv */
#fv {
  padding: 0;
  width: 100%;
  /* height: 100vh;
  min-height: 786px; */
  background: linear-gradient(90deg, #363089 60%, #e43482 100%);
}
#fv .fv_pc {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 11rem 0 0 0;
  /* height: 100vh; */
  max-width: 1920px;
  margin: auto;
  /* min-height: 786px; */
}
#fv .fv_pc .sp-only {
  display: none;
}

#fv .top_img {
  width: 35%;
  height: auto;
  margin-top: auto;
}
#fv .top_img img {
  object-fit: contain;
  object-position: bottom;
  height: 100%;
}
#fv .top_img .caption {
  font-size: 10px;
  text-align: right;
}
#fv .top_content {
  padding: 0 3rem 7rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#fv .top_content h1 .sp-only {
  display: inline-block;
}
#fv .top_content p {
  color: #ffffff;
  font-size: 16px;
}
#fv .top_content p span {
  color: #ffffff;
  font-size: 10px;
}
#fv .top_content p .sp-only {
  display: inline-block;
}
#fv .top_content .badge {
  width: 25rem;
}

@media screen and (max-width: 750px) {
  #fv .top_content h1 {
    text-align: center !important;
  }
  #fv .top_content p {
    text-align: center !important;
  }
}

@media screen and (max-width: 480px) {
  #fv .top_content .badge {
    width: 100%;
  }
  #fv .top_content h1 {
    text-align: left !important;
  }
  #fv .top_content p {
    text-align: left !important;
  }

  #fv .top_content h1 .sp-only {
    display: none;
  }
  #fv .top_content p .sp-only {
    display: none;
  }
}

#fv .top_txt {
  color: #363089;
  margin-top: 10px;
  font-family: var(--font-family-pr);
  font-size: 16px;
}
#fv .top_txt .sp-only {
  display: block;
}
#fv .cv_btn_area {
  width: 100%;
  display: flex;
  justify-content: start;
  gap: 1rem;
  margin-top: 1rem;
}
#fv .cv_btn_area a {
  margin: 10px auto 0;
}
.cv_btn_area .btn img {
  width: 1.2rem;
  height: 1.2rem;
}
.download_btn {
  text-align: center;
  display: flex;
}
.download_btn .btn {
  background: none;
  box-shadow: none;
  border: none;
  color: var(--red-orange);
  width: fit-content;
  border-bottom: 1px solid var(--red-orange);
  margin: 3px auto;
  font-size: 11px;
  font-family: var(--font-family-pr);
  padding: 3px;
  text-align: center;
}
.download_btn .btn:after {
  content: none;
}
.arrow-bottom {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto 10px;
  border-bottom: 4px solid #000;
  border-right: 4px solid #000;
  transform: rotate(45deg);
}

/* intro */
#intro {
  background: var(--light-blue);
}
#intro .intro_title {
  font-family: var(--font-family-pr);
  font-size: 20px;
  text-align: center;
}
#intro .intro_title img {
  width: 240px;
  margin: 0 10px;
}
#intro .intro_box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 800px;
  margin: 30px auto;
}
#intro .intro_box .intro_box_s {
  background-color: #fff;
  border: 1px solid #363089;
  border-radius: 5px;
  width: 350px;
  height: 560px;
}
#intro .intro_box .intro_box_s p {
  color: #363089;
  font-family: var(--font-family-pr);
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
}
#intro .intro_box .intro_box_s p.intro_text {
  font-size: var(--p);
  padding: 0 20px;
  text-align: left;
}
#intro .intro_box .intro_box_s .btn {
  width: 80%;
  margin: 20px auto 0;
  display: block;
}
#intro .intro_box .intro_box_s:last-child .btn {
  margin: 43px auto 0;
}
#intro .intro_box .intro_box_s img {
  width: 330px;
  margin: 0 auto;
  display: block;
}
#intro .intro_bottom {
  font-size: 20px;
  font-family: var(--font-family-pr);
  background: linear-gradient(transparent 60%, #ffefb7 0%);
  display: block;
  width: fit-content;
  padding: 0 1px 0px;
  margin: 20px auto 0;
}

/* features */
#features {
  padding-bottom: 0;
}
#features .features_box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-around;
  margin-top: 48px;
}

#features .features_box .features_s_box {
  width: 45%;
  position: relative;
  margin-bottom: 40px;
  background: #f5f4ff;
  border-radius: 5px;
}
#features .features_box .features_s_box:nth-child(3),
#features .features_box .features_s_box:nth-child(4) {
  margin-bottom: 0px;
}

#features .features_box .features_s_box h3 {
  padding: 20px 10px 10px;
  text-align: center;
  border-bottom: 5px solid #ffffff;
}

#features .features_box .features_s_box h3 span {
  font-size: 10px;
  margin-left: 5px;
}

#features .features_box .features_s_box h3 .Forsp {
  display: none;
}

#features .features_box .features_s_box ul {
  padding: 20px 10px 10px;
  height: fit-content;
}
#features .features_box .features_s_box ul li {
  font-weight: 600;
  text-indent: -1em;
  padding-left: 1em;
  margin: 5px 0;
}
#features .features_box .features_s_box .demerit {
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #363089;
  font-size: 14px;
  padding: 3px 15px;
  border-radius: 50px;
  width: max-content;
  color: var(--white);
  font-weight: 600;
}

/* clients */
#clients {
  background: #ffffff;
  padding: 2rem 0;
}
#clients .slider_clients {
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
#clients .slider_clients .slick-slide {
  width: 70rem;
  position: relative;
  overflow: hidden;
}
#clients .slider_clients .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#clients .slick-list {
  overflow: inherit !important;
}

/* about*/
#about .graph_area {
  background-color: var(--light-blue);
  display: flex;
  justify-content: space-around;
  padding: 20px;
  margin: 30px auto;
}
#about .graph_area div {
  width: 400px;
}
#about .graph_area p {
  text-align: center;
  font-size: 20px;
  color: #363089;
  font-family: var(--font-family-pr);
  margin-bottom: 10px;
}

/* cv area */
#cv_area {
  position: relative;
  padding: 50px 2rem;
}
#cv_area.cv_area--bg {
  background-color: #f5f4ff;
}
#cv_area.Forpc .cv_box_pc {
  display: flex;
  justify-content: center;
  align-items: center;
}
#cv_area.Forpc .cv_area_img {
  width: 160px;
  margin-right: 30px;
}
#cv_area.Forpc .cv_area_right {
  width: 70%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background: blue;
  padding: 3rem 2rem;
  border-radius: 30px;
  background: linear-gradient(90deg, #363089 60%, #e43482 100%);
  max-width: 900px;
}
#cv_area.Forpc .cv_area_right .cv_title {
  font-family: var(--font-family-pr);
  font-size: 1rem;
  color: #ffffff;
}
#cv_area.Forpc .cv_area_right .cv_title span {
  font-size: var(--h3);
  margin-bottom: 1rem;
  display: inline-block;
}
#cv_area .cv_btn_area {
  margin-top: 0;
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

#cv_area .cv_btn_area .btn {
  margin: 0;
  background: #e43482;
  padding: 1rem 2rem;
  border: 1px;
}
#cv_area .cv_btn_area .dl_btn {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
}

/* about */
#about {
  padding: 0;
}
#about .inner_box {
  max-width: unset !important;
  background: linear-gradient(90deg, #363089 60%, #e43482 100%);
  width: 100% !important;
  height: 30rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ab #about .about_box_s {
  margin-top: 3rem;
  background-color: #ffffff;
}
#about .about_box_title {
  display: flex;
  align-items: center;
}
#about .about_box_title .number {
  font-family: "Montserrat", "Noto Sans JP", serif;
  font-size: 34px;
  width: 50px;
  height: 50px;
  background: var(--light-blue);
  border-radius: 30px;
  text-align: center;
  margin-right: 20px;
  color: #363089;
}
#about .about_box_title .feature_title {
  font-size: 20px;
  color: #363089;
  font-family: var(--font-family-pr);
}
.about_ex_box {
  display: flex;
  align-items: center;
  gap: 11%;
  background: antiquewhite;
  padding: 2rem 4rem;
  max-width: 1050px;
  background: transparent;
  margin: auto;
  color: #ffffff;
}
#about .light {
  display: flex;
  margin-top: 10px;
  align-items: flex-start;
}
#about .light p {
  color: #363089;
  font-family: var(--font-family-pr);
}
#about .light i {
  font-size: 22px;
  margin-right: 5px;
  color: #ffe489;
}
#about .about_lt {
  flex: 1;
  display: flex;
  justify-content: start;
  width: 50%;
  flex-direction: column;
}
#about .about_lt h2 {
  color: #ffffff;
  position: relative;
  text-align: left;
  background: unset !important;
  -webkit-text-fill-color: unset;
}

#about .about_lt span {
  font-size: var(--p);
  color: #c1c1c1c1;
  display: inline-block;
  font-weight: 500;
}
#about .line {
  width: 1px;
  height: 26rem;
  background-color: #ffffff;
}
#about .about_rt {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  line-height: 1.7;
}
#about .about_rt img {
  width: 200px;
}
#about .about_txt {
  flex: 1;
  font-size: var(--h3);
}
#about .about_last_txt {
  text-align: center;
  margin: 20px auto 0;
}

/* merit */
#merit {
  background-color: #f5f4ff;
  padding-bottom: 3rem;
}
#merit .inner_box h2 {
  background: linear-gradient(90deg, #363089 30%, #e43482 70%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
#merit .merit_box_s {
  /* border: 2px solid #363089;
  border-radius: 5px;
  padding: 20px;
  margin-top: 20px;
  background-color: #ffffff; */
  margin-top: 5rem;
}
#merit .merit_box_main_title {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#merit .merit_box_main_title h2 {
  background: linear-gradient(90deg, #363089 30%, #e43482 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#merit .merit_box_main_title span {
  font-size: var(--p);
  color: #7c7c7c;
  display: inline-block;
  font-weight: 500;
}
#merit .merit_box_title {
  display: flex;
  align-items: center;
}
#merit .merit_box_title .number {
  font-family: "Montserrat", "Noto Sans JP", serif;
  font-size: 34px;
  width: 50px;
  height: 50px;
  background: var(--light-blue);
  border-radius: 30px;
  text-align: center;
  margin-right: 20px;
  color: #363089;
}
#merit .merit_box_title .merit_title {
  font-size: 20px;
  color: #363089;
  font-family: var(--font-family-pr);
}
.merit_ex_box {
  display: flex;
  justify-content: center;
}
#merit .light {
  display: flex;
  margin-top: 10px;
  align-items: flex-start;
}
#merit .light p {
  color: #363089;
  font-family: var(--font-family-pr);
}
#merit .light i {
  font-size: 22px;
  margin-right: 5px;
  color: #ffe489;
}
#merit .merit_img {
  margin-right: 20px;
}
#merit .merit_img img {
  width: 10rem;
}
#merit .merit_txt {
  width: 70%;
  font-size: 1rem;
}
#merit .merit_last_txt {
  text-align: center;
  margin: 20px auto 0;
}
#merit .merit_txt .merit_title {
  font-size: var(--h3);
  margin-bottom: 1rem;
  font-weight: 700;
}

/* voice */
#voice {
  background-color: #f5f4ff;
  padding-bottom: 0;
}
#voice .voice_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
  padding: 0 40px;
}
#voice .voice_box_s {
  background: #fff;
  border: 2px solid #363089;
  border-radius: 5px;
  padding: 20px;
}
#voice .voice_img img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin: 0 auto;
  object-position: center top;
}
#voice .voice-label {
  display: block;
  background: #363089;
  color: #ffffff;
  font-size: 12px;
  font-family: var(--font-family-pr);
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  width: fit-content;
  margin: 10px 0 5px;
  text-align: left;
}
#voice h3 {
  color: #363089;
  text-align: center;
  margin: 10px auto;
}
#voice a {
  margin: 0 0 0 auto;
  display: block;
  width: fit-content;
  border-bottom: 1px solid;
  font-family: var(--font-family-pr);
  color: #363089;
  margin-top: 2rem;
}
#voice a i {
  margin-left: 5px;
}

/* cv area2 */
.cv_area_2 {
  background: #fff !important;
}

/* solution */
#solution {
  background: var(--light-blue);
}
#solution .solution_box {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#solution .solution_box_s {
  background: #fff;
  border: 2px solid #363089;
  border-radius: 5px;
  padding-bottom: 20px;
  width: 22vw;
  margin: 0 5px;
}
#solution .solution_box_s h3 {
  background: #363089;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}
#solution .tag {
  display: flex;
}
#solution .tag p {
  background: #ffdc5f;
  padding: 2px 5px 2px 15px;
  color: #363089;
  position: relative;
  font-size: 12px;
  margin: 5px 5px 5px 0;
}
#solution .tag p:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 10px;
  left: 4px;
  font-size: 9px;
  background: #fff;
  top: 8px;
}
#solution p,
#solution .tag,
#solution .solution_txtbox {
  padding: 0 20px;
}
#solution .solution_bt {
  background: var(--light-blue);
  padding: 5px 0;
  text-align: center;
  font-family: var(--font-family-pr);
  margin: 10px 0;
  color: #363089;
}
#solution .solution_txtbox {
  display: flex;
}
#solution .solution_txtbox p {
  padding: 0;
}
#solution .solution_img {
  flex: 0.8;
  margin-right: 10px;
}
#solution .solution_people {
  flex: 2.5;
}
#solution .solution_people_txt {
  font-family: var(--font-family-pr);
}

/* example */
#example {
  background-color: #363089;
}
#example .heading {
  background-color: #e43482;
  color: #ffffff;
}
#example h2 {
  color: #ffffff !important;
  background: none !important;
  -webkit-text-fill-color: unset;
}
#example .section-txt {
  color: #ffffff;
}
#example .slider {
  margin-top: 20px;
  display: flex;
}
#example .slider-box {
  background-color: var(--light-blue);
  border-radius: 5px;
  padding-bottom: 20px;
  text-align: center;
  height: auto !important;
  background: #ffffff;
}
#example .slick-prev:before,
.slick-next:before {
  color: #363089 !important;
}
#example .slick-dots li button:before {
  font-size: var(--p);
}
#example .slick-dots li.slick-active button:before {
  color: #ffffff;
  content: "●";
}
#example .slick-dots li button:before {
  content: "◯";
  color: #ffffff;
  opacity: 1;
}
#example .slick-dots {
  bottom: -30px;
}
#example .slider-box h3 {
  border-bottom: 1px solid;
  margin: 15px;
}
#example .tag p {
  background: #ffdc5f;
  padding: 2px 5px 2px 15px;
  color: #363089;
  position: relative;
  font-size: var(--p);
  margin: 5px 5px 5px 0;
  width: fit-content;
  margin: 0 auto;
  font-family: var(--font-family-pr);
}
#example .tag p:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 10px;
  left: 4px;
  font-size: 9px;
  background: #fff;
  top: 11px;
}
#example .price {
  color: #363089;
  font-family: var(--font-family-pr);
  font-size: var(--h4);
  margin: 10px 0;
}
#example .price span {
  font-size: var(--h2);
  font-family: "Montserrat", "Noto Sans JP", serif;
}
#example .slider-box ul {
  text-align: left;
  margin: 0 auto;
  display: block;
  width: 90%;
}
#example .slider-box ul li {
  padding-left: 15px;
  position: relative;
  font-family: var(--font-family-pr);
}
#example .slider-box ul li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  left: 4px;
  font-size: 9px;
  background: #363089;
  top: 8px;
}
#example .slick-content {
  position: relative;
}
#example .slick-slide {
  padding-left: 25px;
  padding-right: 25px;
}
#example .slick-content-child {
  padding: 15px;
}
#example .slick-prev:before,
.slick-next:before {
  color: #ffffff !important;
}

/* video */
#video {
  background-color: #f5f4ff;
  padding: 80px 0 0;
}

#video .video-container {
  max-width: 800px;
  margin: 40px auto 0;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

#video .video-container iframe {
  display: block;
  width: 100%;
  height: 450px;
}

/* step */
#step {
  padding-bottom: 3rem;
  padding: 100px 1rem 0;
}
#step .accordion-area {
  list-style: none;
  margin: 20px auto 0;
}
#step .accordion-area li {
  margin: 10px 0;
  text-align: left;
}
#step .accordion-area section {
  border: 1px solid #ccc;
}
/*アコーディオンタイトル*/
#step .title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: var(--h4);
  padding: 5px 15px;
  transition: all 0.5s ease;
  background: #fff;
  font-family: var(--font-family-pr);
  background-color: #363089;
  color: #fff;
}
#step h3 strong {
  font-size: var(--h3);
  margin-right: 5px;
  color: #fff;
  font-family: "Montserrat", "Noto Sans JP", serif;
  font-weight: 700;
}
#step .box strong {
  font-size: 20px;
  margin-right: 5px;
  color: #f72d3c;
  font-family: var(--font-family-pr);
}
/*アイコンの＋と×*/
#step .title::before,
#step .title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #fff;
}
#step .title::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}
#step .title::after {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}
/*　closeというクラスがついたら形状変化　*/
#step .title.close::before {
  transform: rotate(0deg);
}

#step .title.close::after {
  transform: rotate(90deg);
}
/*アコーディオンで現れるエリア*/
#step .box {
  display: none; /*はじめは非表示*/
  background: #fff;
  padding: 15px;
  border: 2px solid #363089;
}
#step .box.first-box {
  display: block;
}
#step .box .cv_btn_area {
  width: 360px;
  margin: 0px auto 10px;
}

/* faq */
#faq {
  background: #363089;
  padding: 100px 1rem;
}
#faq .heading {
  background: #e43482;
  color: #ffffff;
}
#faq h2 {
  color: #ffffff !important;
  background: none !important;
  -webkit-text-fill-color: unset;
}
#faq .section-txt {
  color: #ffffff;
}
#faq .faq_box_s {
  border: 2px solid #363089;
  padding-left: 1.7em;
  text-indent: -1.7em;
  border-radius: 5px;
  margin: 20px 0 0;
  background: #ffffff;
}
#faq .faq_box_s h3 {
  padding: 10px 10px 3px 10px;
}
#faq .faq_box_s p {
  padding: 0 10px 10px 10px;
}
#faq .faq_box_s p strong,
#faq .faq_box_s h3 strong {
  font-size: 20px;
  margin-right: 7px;
  color: #363089;
  font-family: var(--font-family-pr);
}
#faq .faq_box_s h3.q strong {
  color: #363089;
}
#faq .faq_box_s p.a strong {
  color: #c52922;
}

#resources {
  padding-inline: 2rem;
}
#resources h2 {
  margin-bottom: 30px;
}

#resources .resources_area{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  text-align: left;
  margin-top: 50px;
  padding: 0 1rem;
}
@media screen and (max-width:768px){
  #resources {
    padding-inline: 0;
  }
  #resources .resources_area{
    grid-template-columns: 1fr;
    padding: 0;
  }
}

#resources a{
  display: block;
  border: solid 1px #eee;
  height: 100%;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: 0.3s;
}

#resources a:hover{
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  transform: translate(2px, 2px);
}

#resources h3{
  color: #363089;
  padding: 1rem 1rem 0.5rem;
}

#resources h4{
  color: var(--black);
  padding: 0.5rem 1rem 0.5rem;
}

#resources ul {
  padding: 0 1rem 1rem 1rem;
}

#resources ul li {
  padding-left: 1rem;
  position: relative;
  margin-bottom: 0.3rem;
  font-size: 0.875rem;
}

#resources ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #363089;
  border-radius: 100px;
  position: absolute;
  left: 3px;
  top: 0.5rem;
}



/* footer */
footer {
  background: #363089;
}
footer .footer-box {
  color: #363089;
  width: unset !important;
  justify-content: space-around !important;
  align-items: center !important;
  padding: 0 2rem !important;
}
footer .footer-txt {
  font-size: 26px;
  font-family: var(--font-family-pr);
  margin: 20px 0 10px;
}
footer .footer-logo {
  width: 440px;
  color: #000000;
  background: #ffffff;
  padding: 2rem;
  margin-right: 2rem;
  border-radius: 20px;
}
footer .footer_logo_img {
  width: 200px !important;
}
footer small {
  color: #ffffff;
}
.triangle {
  border-left: 7px solid #ffffff;
}
footer .footer-link-box {
  color: #ffffff !important;
  justify-content: end !important;
  gap: 2rem !important;
}
footer .footer-link-box ul.footer-s-link li:first-child {
  padding-bottom: 0.5rem;
}

/* freelance plus */
.freelanceplus-box {
  margin-top: 20px;
  text-align: center;
}
.freelanceplus-box p strong {
  color: #363089;
  background: var(--mid-yellow);
}
.freelanceplus-box .freelanceplus-banner {
  margin: 20px auto 0;
  text-align: center;
  width: 50%;
  font-weight: bold;
  color: #363089;
}
.freelanceplus-box .freelanceplus-banner a {
  margin-top: 10px;
  display: block;
  box-shadow: 1px 1px 2px 2px #ddd;
}

.service_banner {
  width: 768px;
  margin: 0px auto 100px;
  display: block;
}
.service_banner h3 {
  text-align: center;
  color: #363089;
  margin-bottom: 24px;
}

@media screen and (max-width: 1050px) {
  .freelanceplus-box .freelanceplus-banner {
    width: 90%;
  }
  .seminar-box p {
    font-size: 13px;
  }
  .inner_box {
    width: 90vw;
  }

  #solution .solution_box {
    display: inherit;
  }
  #solution .solution_box_s {
    width: 100%;
    margin: 10px 0;
  }
  #cv_area.Forpc .cv_area_right {
    width: 90%;
  }
  .service_banner {
    width: 80%;
    margin: 80px auto;
    display: block;
  }
}
/* 
@media screen and (max-width: 900px) {
  #fv {
    padding: 0 0 5rem 0;
  }
  #fv .top_content {
    padding: 0;
    align-items: center;
    width: 100%;
  }
  #fv .fv_pc .top_img {
    display: none;
  }
  #fv .fv_pc {
    padding: 5rem 1.5rem 0 1.5rem;
  }
  #fv .fv_pc .sp-only {
    display: block;
  }
  #fv .fv_pc .fvimg {
    width: 20rem;
  }
  #fv .top_content .badge {
    display: none;
  }
  #fv .cv_btn_area {
    justify-content: center;
    margin-top: 0;
  }
} */

@media screen and (max-width: 750px) {
  #fv {
    padding: 0 0 5rem 0;
  }
  #fv .top_content {
    padding: 0;
    align-items: center;
    width: 100%;
  }
  #fv .fv_pc .top_img {
    display: none;
  }
  #fv .fv_pc {
    padding: 5rem 1.5rem 0 1.5rem;
  }
  #fv .fv_pc .sp-only {
    display: block;
  }
  #fv .fv_pc .fvimg {
    width: 20rem;
  }
  #fv .top_content .badge {
    display: none;
  }
  #fv .cv_btn_area {
    justify-content: center;
    margin-top: 0;
  }
  header.Forpc {
    display: none;
  }
  .header-sp .header__menu-btn span:nth-child(1) {
    top: 7px !important;
  }
  .header-sp .header__menu-btn span:nth-child(2) {
    top: 15px !important;
  }
  .header-sp .header__menu-btn span:nth-child(3) {
    top: 23px !important;
  }
  .header-sp .header__inner.active .header__menu-btn span:nth-child(1) {
    top: 14px !important;
  }
  .header-sp .header__inner.active .header__menu-btn span:nth-child(3) {
    top: 14px !important;
  }
  .seminar-banner {
    width: 85%;
  }
  .cv_area_sp {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cv_area_sp div {
    width: 80px;
    margin-right: 10px;
  }
  .cv_area_sp p {
    font-family: var(--font-family-pr);
  }
  #cv_area:before,
  #cv_area:after {
    width: 70px;
    height: 70px;
  }
  section {
    padding: 50px 0;
  }
  .header-cta {
    margin: 40px auto;
  }
  .header-cta div.blue a {
    background-color: transparent;
    border: 1px solid #2e328d;
    color: #2e328d;
  }
  h1 {
    font-size: 8vw;
  }
  h2 {
    font-size: 21px;
  }
  .inner_box {
    width: 90%;
  }

  #fv .top_txt {
    font-size: var(--h4);
  }
  #fv .top_img {
    width: 100%;
    margin: 20px auto 30px;
  }
  #fv .fv_pc {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    padding: 7rem 1.5rem 0 1.5rem;
  }
  #fv .top_content {
    padding-left: 0;
  }
  #fv .top_img {
    width: 90%;
    margin: 20px auto 30px;
    position: absolute;
    bottom: 0;
  }
  .btn {
    font-size: var(--p);
    margin: 20px auto 20px;
  }
  .Forsp {
    display: block !important;
  }
  /* .Forpc {
    display: none !important;
  } */
  .btn {
    font-size: var(--p);
    margin: 20px auto;
  }
  .section-txt {
    font-size: 13px;
  }
  .header-sp .header-logo {
    width: 135px;
    height: auto;
  }
  .header-sp .header__menu {
    background: #f5f4ff;
  }
  .header-sp .menu__item {
    border-bottom: 1px solid #363089;
  }
  .header-sp .menu__link {
    color: #363089;
    font-size: var(--p);
    font-family: var(--font-family-pr);
  }
  .header-sp .header__inner {
    background: #ffffff;
  }
  .header-sp .header__inner.active .header__menu-btn span:nth-child(2) {
    opacity: 0;
  }
  .active {
    opacity: 1;
    visibility: visible;
  }
  #intro .intro_title {
    font-size: var(--p);
  }
  #intro .intro_box {
    width: 100%;
    margin: 30px auto 10px;
    display: block;
  }
  #intro .intro_box .intro_box_s {
    width: 100%;
    height: auto;
    margin: 20px 0;
  }
  #intro .intro_box .intro_box_s .btn {
    margin: 20px auto 30px;
  }
  #intro .intro_box .intro_box_s:last-child .btn {
    margin: 20px auto 30px;
  }
  #intro .intro_title img {
    width: 180px;
  }
  #intro .intro_box .intro_box_s p {
    font-size: var(--p);
    margin: 10px 0;
  }
  #about .graph_area {
    display: inherit;
  }
  #about .graph_area div {
    width: 100%;
  }
  #intro .intro_box .intro_box_s img {
    width: 70%;
  }
  #intro .intro_box .intro_box_s p.intro_text {
    font-size: 13px;
  }
  #features .features_box {
    display: block;
  }
  #features .features_box .features_s_box {
    width: 100%;
    margin: 0 auto 40px;
  }
  #features .features_box .features_s_box h3 .Forsp {
    display: block;
  }
  #features .features_box .features_s_box:nth-child(3),
  #features .features_box .features_s_box:nth-child(4) {
    margin: 0 auto 40px;
  }
  #about .graph_2 {
    margin-top: 20px;
  }
  #clients .slider_clients .slick-slide {
    height: 110px;
  }
  .about_ex_box {
    flex-direction: column;
    padding: 2rem;
  }
  #about .line {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
  }
  #about .about_lt {
    width: 100%;
  }
  #about .about_lt h2 {
    margin-bottom: 0;
  }
  #about .about_txt p {
    font-size: var(--h4);
  }
  #about .line {
    margin: 2rem 0;
  }
  #about .about_rt {
    width: 100%;
  }
  #merit .merit_txt {
    width: 80%;
    margin-left: auto;
  }
  #merit .merit_img img {
    width: 8rem;
  }
  .merit_ex_box {
    display: inherit;
  }
  #merit .merit_img {
    margin: 0;
  }
  #voice .voice_box {
    display: inherit;
    margin: 0;
  }
  #voice .voice_box_s {
    width: auto;
    margin-top: 20px;
  }
  #voice a {
    margin-top: 10px;
  }
  #solution .solution_box {
    display: inherit;
    margin: 0;
  }
  #solution .solution_box_s {
    width: auto;
    margin-top: 20px;
  }
  #example .slider-box {
    width: 100%;
  }
  #example .slick-next {
    right: -9px;
  }
  #example .slick-prev {
    left: -9px;
    z-index: 100;
  }
  #step .box .cv_btn_area {
    width: 90%;
  }
  #step .box .cv_btn_area .btn {
    width: 90%;
    margin-top: 2rem;
  }
  #example .price {
    font-size: var(--p);
  }
  #example .slider-box ul {
    width: 90%;
  }
  #example .price span {
    font-size: 24px;
  }
  #video .video-container {
    max-width: 100%;
    margin: 20px auto 0;
  }
  #video .video-container iframe {
    height: 300px;
  }
  #cv_area .cv_btn_area {
    flex-direction: column;
  }
  #cv_area .cv_btn_area .btn {
    margin: 0 auto;
  }
  #cv_area.Forpc .cv_area_right {
    width: auto;
  }
  #cv_area.Forpc .cv_area_right .cv_title .sp-only {
    display: none;
  }
  .download_btn {
    justify-content: center;
  }
  .download_btn .btn {
    margin: 3px 10px;
  }
  footer .footer-logo div {
    width: 200px !important;
  }
  footer .footer-logo {
    width: unset !important;
    margin-right: 0;
  }
  footer .footer-link-box {
    width: 100% !important;
  }
}

@media screen and (max-width: 480px) {
  #fv .cv_btn_area {
    flex-direction: column;
    gap: 0;
  }
  #fv .cv_btn_area a {
    margin: 0 auto 20px;
    padding: 1rem 2rem;
  }
  #fv .cv_btn_area .dl_btn {
    margin: 0 auto;
  }
  #fv .top_txt .sp-only {
    display: none;
  }
  #fv .top_img {
    width: 130%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #clients {
    padding: 1rem 0;
  }
  .service_banner {
    width: 80%;
    margin: 0 auto 80px;
    display: block;
  }
  .service_banner h3 {
    font-size: 16px;
  }
  #voice .voice_box {
    padding-inline: 0;
  }
}

/* 数字で見るページ専用 */
.number-btn {
  width: 380px;
  background: #ffffff;
  color: #000000;
  display: block;
  margin-top: 40px;
}
.number-btn::after {
  border-left: 10px solid #437cd6;
}
.btn-top-text {
  font-family: var(--font-family-pr);
  color: #000000;
  margin-top: 20px;
  margin-bottom: -30px;
  text-align: center;
}
#number .number-2 {
  padding: 0;
}
#number .title {
  margin: 65px auto 0;
  background: url(../img/number/number_titile_bk.png) no-repeat center center;
  background-color: #e9f2ff;
  background-size: cover;
  background-blend-mode: darken;
  text-align: center;
}
#number section {
  margin: 0px auto 30px;
}
#number .title h1 {
  font-size: 35px;
  font-family: var(--font-family-pr) !important;
  color: #363089;
  padding-bottom: 10px;
  background: none;
}
#number h2 {
  text-align: center;
  margin-bottom: 30px;
}
#number .inner-box {
  margin: 20px auto 0;
}
#number .number-box {
  display: flex;
}
#number .number-box.under .number-s-3box {
  flex: 1;
}
#number .number-box.under .number-s-3box .br {
  margin: 0;
}
#number .number-box.under .number-s-2box.commingsoon {
  flex: 2;
  background: #e4f0ff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: auto;
}
#number .number-s-3box {
  width: 33.333%;
  margin: 15px;
  border: 2px solid #e4f0ff;
  border-radius: 5px;
}
#number .number-s-2box {
  width: 50%;
  margin: 15px;
  border: 2px solid #e4f0ff;
  border-radius: 5px;
}
#number .number-s-2box .box-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 14px 0;
}
#number .number-s-2box .box-flex .number-img {
  order: 1;
  width: 40%;
  margin-right: 20px;
  margin-left: 0;
}
#number .number-s-2box .box-flex p {
  order: 2;
}
#number .number-title {
  font-size: 20px;
  font-family: var(--font-family-pr);
  width: 100%;
  background-color: #e4f0ff;
  color: #363089;
  position: relative;
  padding: 5px 0 7px;
}
#number .number-title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #e4f0ff;
}
#number .number-s-3box p,
#number .number-s-2box p {
  font-size: 20px;
  color: #363089;
  font-family: var(--font-family-pr);
  text-align: center;
}
#number .number-s-3box p small {
  font-size: 10px;
}
#number .number-s-2box:first-child .count-up-no {
  width: 80px;
  display: inline-block;
}
#number .number-s-2box:last-child .count-up-no {
  width: 140px;
  display: inline-block;
}
#number .count-up-no {
  font-size: 80px;
  color: #363089;
  margin-right: 5px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
#number .number-img {
  width: 60%;
  margin: 0 auto;
}
#number .number-cta {
  margin: 0;
}
#number .number-s-3box p.br {
  line-height: 1.3;
  margin-top: 35px;
}
#number .number-s-3box.anken {
  position: relative;
}
#number .number-s-3box.anken .anken-1 {
  position: absolute;
  width: 40px;
  left: 10px;
  top: 50px;
}
#number .number-s-3box.anken .anken-2 {
  position: absolute;
  width: 40px;
  right: 10px;
  bottom: 10px;
}
#number .quote {
  text-align: right;
  color: #363089;
}
#number .chart-area {
  position: relative;
  width: 100%;
  height: 50vh;
}

@media screen and (max-width: 750px) {
  #number .number-box {
    display: inherit;
  }
  #number .inner-box {
    width: 90%;
    margin: 0 auto;
  }
  #number .number-s-3box,
  #number .number-s-2box {
    width: auto;
    margin: 30px 0;
  }
  #number .number-s-2box .box-flex .number-img {
    width: 40%;
  }
  #number .number-s-3box p,
  #number .number-s-2box p {
    font-size: var(--h4);
  }
  #number .number-s-3box p.br {
    margin-bottom: 30px;
  }
  #number .fixbutton {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    background-color: #ffffffbd;
    width: 100%;
    z-index: 100;
    display: flex;
    justify-content: space-evenly;
    transition: 0.3s;
    opacity: 1;
  }
  .fixbutton .btn {
    width: 90%;
  }
  .number-btn {
    width: 80%;
  }
}

#movie {
  width: 60%;
  height: auto;
  margin: 0 auto;
  display: block;
}
#webinar {
  background: var(--light-blue);
}
#webinar .attention {
  width: 60%;
  margin: 0 auto;
}
.webinar-video-img {
  width: 50%;
  margin: 20px auto;
}

@media screen and (max-width: 750px) {
  .webinar-video-img {
    width: 70%;
  }
  #movie,
  #webinar .attention {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .content-sp {
    display: block;
  }
  header.case_header {
    display: block;
  }

  header.case_header .header-logo {
    width: 180px;
    margin: 0 auto;
  }

  header.case_header .button-container {
    display: none;
  }
  .fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
  }

  .fixed-footer .button-freelance {
    display: block;
    color: #363089;
    font-size: 12px;
    font-family: var(--font-family-pr);
    text-align: center;
    margin-right: 10px;
    padding: 15px;
    border: 1px solid #363089;
    border-radius: 4px;
    background-color: #fff;
    width: 38%;
  }

  .fixed-footer .button-contact {
    display: block;
    width: 38%;
    color: #fff;
    font-size: 12px;
    font-family: var(--font-family-pr);
    text-align: center;
    padding: 15px;
    border-radius: 4px;
    background-color: var(--deep-red);
  }
}

/* freelance-plus */
#freelance-plus {
  display: flex;
  justify-content: center;
  padding: 3rem 2rem 0;
  img {
    width: 40rem;
  }
}

@media screen and (max-width: 768px) {
  #freelance-plus {
    padding: 0 2rem;
    img {
      width: 100%;
    }
  }
}

/* お問い合わせフォーム*/
.contact-box {
  width: 25%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  right: 0;
}

.contact-box-inner {
  padding-top: 60px;
  width: 100%;
  height: 100vh;
  border-left: 1px solid #363089;
}
.contact-box h2 {
  font-size: 20px;
  color: #120e6a!important;
  -webkit-text-fill-color: unset;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 1050px) {
  .pc-only {
    display: none;
  }
}
