body {
  margin: 0;
  font-family: "Noto Sans JP", "Montserrat", serif;
  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: bold;
}
.content-sp {
  display: none;
}
.actions input {
  width: unset;
}

section {
  padding: 100px 0;
  overflow: hidden;
}
.inner_box {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

h1 {
  font-size: 48px;
  text-align: left;
  font-family: "Noto Sans JP", "Montserrat", serif;
  display: inline;
  padding: 0 1px 0px;
  line-height: 1.3;
  color: #ffffff;
  text-shadow: 1px 1px 15px #7e7b7b;
  text-align: center;
  display: block;
  /* background: linear-gradient(90deg, #363089 0%, #e43482 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}
@media screen and (max-width: 1050px) {
  h1 {
    text-shadow: none;
    text-align: left;
  }
}
h2 {
  font-size: 40px;
  color: #ea691f;
  font-family: "Noto Sans JP", "Montserrat", serif;
  text-align: center;
}
h3 {
  font-size: 20px;
  font-family: "Noto Sans JP", "Montserrat", serif;
}
header {
  width: 75%;
}
@media screen and (max-width: 1050px) {
  header {
    width: 100%;
  }
}
.heading {
  background: var(--deep-blue);
  color: #fff;
  font-size: var(--p);
  width: fit-content;
  padding: 3px 10px;
  margin: 0 auto 10px;
  font-family: "Noto Sans JP", "Montserrat", serif;
}
.section-txt {
  text-align: center;
  margin-top: 10px;
}
.Forsp {
  display: none;
}
img {
  width: 100%;
}

/* header */
header {
  box-shadow: none;
  background: linear-gradient(90deg, #ea691fed, 50%, #ffbf00ed);
  position: fixed;
}
header p {
  font-size: 9px;
  text-align: left;
}
header p a {
  text-decoration-line: underline;
}
.header-contents {
  max-width: 1920px;
  padding: 1.5rem clamp(0.5rem, -0.707rem + 1.84vw, 1.5rem);
  width: auto;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, -0.103rem + 0.92vw, 1rem);
}
.header-contents ul {
  width: 80%;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: clamp(0.5rem, -0.103rem + 0.92vw, 1rem);
}
@media screen and (max-width: 900px) {
  .header-contents ul {
    display: none;
  }
}
/* .header-contents ul li:nth-last-child(1) {
  width: 150px;
} */
.header-contents ul li a {
  font-weight: 700;
  font-size: clamp(0.625rem, 0.474rem + 0.23vw, 0.75rem);
}
.header-contents ul li a.btn {
  margin: auto !important;
  width: auto;
  font-size: clamp(0.625rem, 0.323rem + 0.46vw, 0.875rem);
  padding: 0.5rem !important;
  background: #ea691f;
  color: #ffffff;
  position: relative;
  width: clamp(5rem, 1.228rem + 5.75vw, 8.125rem);
}
.header-contents ul li a.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -70%);
  width: 5rem;
  height: 2rem;
  background-image: url(../img/cta_pop.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.header-contents .header-logo {
  width: 50%;
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, -0.103rem + 0.92vw, 1rem);
}
@media screen and (max-width: 900px) {
  .header-contents .header-logo {
    width: 100%;
    align-items: start;
    /* flex-direction: column; */
  }
}
.header-contents .header-logo a img {
  filter: invert(1);
  width: 180px;
}
@media screen and (max-width: 1050px) {
  .header-contents .header-logo a img {
    width: 230px;
  }
}
.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: var(--deep-blue);
}

/* case_Header */
header.case_header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  position: absolute;
  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: 420px) {
  .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 {
  background: var(--tr-blue);
}

/* fv */
#fv {
  padding: 0;
  width: 100%;
  height: 100vh;
  min-height: 786px;
  background: linear-gradient(90deg, #ea691f, 50%, #ffbf00);
}
#fv .fv_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  max-width: 1920px;
  margin: auto;
  padding: 2rem;
  gap: 2rem;
  min-height: 780px;
}
#fv .cv_btn_area .btn {
  background: #ea691f;
  color: #ffffff;
}
#fv .cv_btn_area .dl_btn {
  background: #ffffff;
  color: #ea691f;
}
#fv .top_img {
  width: 100%;
  height: 80%;
}
@media screen and (max-width: 1050px) {
  #fv .cv_btn_area .btn {
    background: #ffffff;
    color: #ea691f;
  }
  #fv .cv_btn_area .dl_btn {
    background: transparent;
    color: #ffffff;
  }
  #fv .top_img {
    width: 60%;
  }
}
#fv .top_img img {
  border-radius: 30px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: brightness(0.6);
}
#fv .top_img .caption {
  font-size: 10px;
  text-align: right;
}
#fv .top_content {
  padding: 0;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1050px) {
  #fv .top_content {
    position: unset;
    transform: unset;
    width: auto;
  }
}
#fv .top_txt {
  color: #ffffff;
  margin-top: 10px;
  font-family: "Noto Sans JP", "Montserrat", serif;
  font-size: 16px;
  text-shadow: 1px 1px 10px #7e7b7b;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  #fv .top_txt {
    text-shadow: none;
    text-align: left;
  }
}
#fv .top_txt .sp-only {
  display: block;
}
#fv .cv_btn_area {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 1050px) {
  #fv .cv_btn_area {
    justify-content: space-between;
  }
}
.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: "Noto Sans JP", "Montserrat", serif;
  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);
}

.benefits_area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  max-width: 500px;
  width: 100%;
  margin: 3rem auto 0;
}
.benefits_area li {
  width: 100%;
}
.benefits_area li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: drop-shadow(1px 1px 15px #111111);
}
@media screen and (max-width: 1050px) {
  .benefits_area li img {
    filter: none;
  }
}
/* clients */
#clients {
  background: linear-gradient(90deg, #ea691f, 50%, #ffbf00);
  padding: 0;
}
#clients .inner_box {
  padding-top: 4rem;
  margin: 0;
  width: 100% !important;
  max-width: 100%;
  background: #ffffff;
  border-radius: 50px 50px 0 0;
}
#clients .slider_clients {
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
#clients .slider_clients .slick-slide {
  width: 150rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
#clients .slider_clients .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#clients .slider_clients2 {
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
#clients .slider_clients2 .slick-slide {
  width: 150rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
#clients .slider_clients2 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#clients .slick-list {
  overflow: inherit !important;
  height: 6rem !important;
}
.slick-track {
  height: 6rem !important;
}

/* problem */
#problem {
  background: #ffffff;
  margin-bottom: 0;
}
#problem .inner_box {
  padding-top: 5rem;
  width: 100%;
}
#problem .inner_box h2 {
  position: relative;
  margin-bottom: 3rem;
}
#problem .inner_box h2 .sp-only {
  display: none;
}
#problem .inner_box h2::before {
  content: "CASE";
  display: block;
  width: 100%;
  height: 100%;
  color: #ea691f;
  position: absolute;
  top: -70px;
  font-size: 5rem;
  opacity: 0.1;
  font-family: "Montserrat", "Noto Sans JP", serif;
  font-weight: 600;
}
#problem .inner_box .problem_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
#problem .inner_box .problem_box .problem_box_txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  position: relative;
}
@media screen and (max-width: 1250px) {
  #problem .inner_box .problem_box .problem_box_txt {
    gap: 5rem;
    flex-direction: column;
  }
}
#problem .inner_box .problem_box .problem_box_txt .problem_box_item {
  width: 20rem;
  background: transparent;
  padding: 5rem 5rem 0 5rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
#problem .inner_box .problem_box .problem_box_txt .problem_box_item img {
  position: absolute;
  top: 2rem;
  left: 0rem;
  z-index: -1;
}
#problem .inner_box .problem_box .problem_box_txt .problem_box_item div {
  background: #ea691f;
  color: #ffffff;
  width: 5rem;
  padding: 0.3rem;
  text-align: center;
  font-weight: 700;
  border-radius: 50px;
  margin-bottom: 1rem;
}
#problem .inner_box .problem_box .problem_image {
  width: 100%;
  z-index: 2;
}
#problem .inner_box .problem_box .problem_image img {
  width: 20rem;
  margin: auto;
}
#problem .inner_box .problem_box .problem_image .pc-only {
  display: block;
}
#problem .inner_box .problem_box .problem_image .sp-only {
  display: none;
}
#problem .inner_box .problem_box .problem_box_txt2 {
  width: 100%;
}
#problem .inner_box .problem_box .problem_box_txt2 .sp-only {
  display: block;
}
#problem .inner_box .problem_box .problem_box_txt2 p .sp-only {
  display: none;
}
#problem .inner_box .problem_box .problem_box_txt2 p {
  text-align: center;
  position: relative;
  color: #ffffff;
  font-size: 1.5rem;
  z-index: 1;
}
#problem .inner_box .problem_box .problem_box_txt2 p span::before {
  content: "";
  display: block;
  width: 30rem;
  height: 15rem;
  background: #ea691f;
  margin: 10px 0;
  position: absolute;
  top: -9rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 30px;
  z-index: -1;
}

/* service */
#service {
  padding: 5rem 0 0;
}
#service .inner_box {
  width: 100% !important
   ;
  padding: 10rem 0 100px;
  background: #ea691f;
  border-radius: 50px 50px 0 0;
  max-width: 100%;
}
#service .inner_box .sp-only {
  display: block;
}
#service .inner_box h2 {
  color: #ffffff;
  position: relative;
  margin-bottom: 2rem;
}
#service .inner_box h2 .sp-only {
  display: block;
}
#service .inner_box h2::before {
  content: "SEVICE";
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  position: absolute;
  top: -70px;
  font-size: 5rem;
  opacity: 0.1;
  font-family: "Montserrat", "Noto Sans JP", serif;
  font-weight: 600;
}
#service .inner_box p {
  color: #ffffff;
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: 16px;
}
#service .inner_box .service_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  max-width: 1200px;
  margin: auto;
}
#service .inner_box .service_box h3 {
  width: 100%;
  color: #ffffff;
  margin-bottom: 1rem;
  text-align: center;
}
#service .inner_box .service_box .service_box_item {
  width: 40%;
  background: #ffffff;
  padding: 2rem;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 2rem;
}
#service .inner_box .service_box .service_box_item img {
  width: 4rem;
  height: 4rem;
}
#service .inner_box .service_box .service_box_item .service_box_item_txt {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
#service .inner_box .service_box .service_box_item .service_box_item_txt h3 {
  color: #000000;
  text-align: left;
  margin-bottom: 0;
}
#service
  .inner_box
  .service_box
  .service_box_item
  .service_box_item_txt
  h3
  .sp-only {
  display: none;
}
#service .inner_box .service_box .service_box_item .service_box_item_txt p {
  color: #000000;
  text-align: left;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 14px;
}

/* reason */
#reason {
  background: #ea691f;
  padding-bottom: 0;
}
#reason > .inner_box {
  width: 100% !important;
  padding-top: 10rem;
  border-radius: 30px 30px 0 0;
  background: #fef9e1;
  margin: 0;
  max-width: 100%;
}
#reason .inner_box .pc-only {
  display: block;
}
#reason .inner_box .sp-only {
  display: none;
}
#reason .inner_box h2 {
  color: #ea691f;
  margin-bottom: 3rem;
  position: relative;
}
#reason .inner_box h2 .sp-only {
  display: none;
}
#reason .inner_box h2::before {
  content: "REASON";
  display: block;
  width: 100%;
  height: 100%;
  color: #ea691f;
  position: absolute;
  top: -70px;
  font-size: 5rem;
  opacity: 0.1;
  font-family: "Montserrat", "Noto Sans JP", serif;
  font-weight: 600;
}
#reason .inner_box img {
  display: block;
  margin: auto;
  width: 50rem;
}
#reason .inner_box .reason_compare {
  max-width: 480px;
  margin: 0 auto;
  background: #ef6528;
  border-radius: 35px;
  padding: 2rem;
  position: relative;
}
/* @media screen and (max-width: 750px) {
  #reason .inner_box .reason_compare {
    text-align: center;
  }
} */

#reason .reason_compare h3 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 1.5rem;
}

#reason .reason_compare::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 24px solid #ef6528;
}

#reason .reason_compare .reason_compare_meta {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#reason .reason_compare .reason_compare_meta_row {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 480px) {
  #reason .reason_compare .reason_compare_meta_row {
    flex-direction: column;
    /* align-items: start; */
    gap: 0.3rem;
  }
}

#reason .reason_compare .reason_compare_meta_row dt {
  width: 7rem;
  text-align: center;
  background: #ffffff;
  color: #ef6528;
  border-radius: 999px;
  padding: 0.2rem 0.8rem;
  font-weight: 700;
}
#reason .reason_compare .reason_compare_meta_row dd {
  color: #ffffff;
  font-weight: 700;
}

#reason .reason_area{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.3rem, -0.312rem + 2.8vw, 1rem);
  width: 95%;
  max-width: 960px;
  margin: 3rem auto 0;
  text-align: center;
}

@media screen and (max-width: 750px) {
  #reason .reason_area {
    width: 100%;
  }
}

#reason .reason_area article {
  display: flex;
  flex-direction: column;
}

#reason .reason_area article h3 {
  font-size: clamp(0.625rem, 0.078rem + 2.5vw, 1.25rem) !important;
}

#reason .reason_card {
  background: #FFFFFF;
  border: 2px solid #ef6528;
  border-radius: clamp(0.625rem, -0.469rem + 5vw, 1.875rem);
  padding: clamp(1rem, 0.125rem + 4vw, 2rem) clamp(0.3rem, -0.312rem + 2.8vw, 1rem);
  height: 100%;
  display: grid;
  grid-template-rows: repeat(6, auto);
  align-items: start;
  row-gap: clamp(0.2rem, 0.8vw, 0.6rem);
  margin-top: 1rem;
  /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); */
}

#reason .reason_card dt{
  background: #ea691f;
  width: 100%;
  max-width: 200px;
  padding: 0.3rem;
  font-weight: 700;
  color: #ffffff;
  margin: auto;
  border-radius: 30px;
  margin-bottom: 0.5rem;
  box-sizing: border-box;
  font-size: clamp(0.625rem, 0.406rem + 1vw, 0.875rem);
}
#reason .reason_card dd{
  font-weight: 700;
  margin: 0;
  padding-bottom: clamp(0.5rem, 1.2vw, 1rem);
  font-size: clamp(0.625rem, 0.192rem + 1.98vw, 1.12rem)
}

#reason .reason_card dd:last-of-type {
  padding-bottom: 0;
}

#reason .reason_card dd:nth-of-type(1) {
  min-height: clamp(3.8rem, 5.5vw, 5.2rem);
}

#reason .reason_card dd:nth-of-type(2) {
  min-height: clamp(3.5rem, 5vw, 4.8rem);
}

#reason .reason_card.main dd {
  color: #ea691f;
}







#reason .inner_box .reason_box {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

#reason .inner_box .reason_box .reason_box_item {
  width: 80%;
  background: #ea691f;
  padding: 2rem;
  color: #ffffff;
  margin: auto;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 1rem;
  position: relative;
}

#reason .inner_box .reason_box .reason_box_item span {
  width: 4rem;
  background: #ffffff;
  padding: 0.3rem;
  border-radius: 30px;
  text-align: center;
  color: #ea691f;
  border: 2.5px solid #ea691f;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
}
#reason .inner_box .reason_box .reason_box_item h3 {
  width: 30%;
  position: relative;
}
#reason .inner_box .reason_box .reason_box_item.bgt {
  background: transparent;
}
#reason .inner_box .reason_box .reason_box_item.bgt img {
  border-radius: 30px;
  width: 80%;
}
#reason .inner_box .reason_box .reason_box_item .line {
  width: 1px;
  height: 5rem;
  background: #ffffff;
}
#reason .inner_box .reason_box .reason_box_item p {
  width: 50%;
  font-weight: 600;
}


/* case */
#case {
  background: #fef9e1;
  padding-bottom: 0;
}
#case .inner_box {
  width: 100% !important;
  padding: 10rem 0 100px;
  background: #FFFFFF;
  margin: 0;
  border-radius: 30px 30px 0 0;
  max-width: 100%;
  /* background: #ea691f; */
}
#case .inner_box h2 {
  /* color: #ffffff; */
  margin-bottom: 3rem;
  position: relative;
}
#case .inner_box h2::before {
  content: "CASE";
  display: block;
  width: 100%;
  height: 100%;
  color: #ea691f;
  position: absolute;
  top: -70px;
  font-size: 5rem;
  opacity: 0.1;
  font-family: "Montserrat", "Noto Sans JP", serif;
  font-weight: 600;
}

#case .inner_box .sub_title {
  color: #ea691f;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  
}

#case .inner_box .case_area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 960px;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #case .inner_box .case_area {
    grid-template-columns: 1fr;
    width: 100%;
  }
}

#case .inner_box .case_area article {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  background: #fef9e1;
  border-radius: 30px;
}
#case .inner_box .case_area article h3 {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}

#case .inner_box .case_area article .case_title {
  text-align: center;
  /* margin-bottom: 1rem; */
}
#case .inner_box .case_area article .case_title p {
  font-weight: 700;
  color: #FFFFFF;
  background: #ea691f;
  padding: 0.3rem 1rem;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 1rem;
  /* text-transform: uppercase; */
}
#case .inner_box .case_area article .case_title h3 {
  font-size: 1.5rem;
  font-weight: 700;
  min-height: clamp(3.6rem, 1.85rem + 2.8vw, 4.4rem);
  padding: 0.5rem 0;
  margin-bottom: 2rem;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #ea691f;
  padding-bottom: 1rem;
}

#case .inner_box .case_area article .case_content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#case .inner_box .case_area article .case_content dt {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ea691f;
}
#case .inner_box .case_area article .case_content dd {
  font-weight: 500;
  color: #000000;
  margin-bottom: 1rem;
}

#case .inner_box .case_area article .list li {
  padding-left: 0.8rem;
  position: relative;
  margin-bottom: 0.5rem;
}
#case .inner_box .case_area article .list li:last-child {
  margin-bottom: 0;
}
#case .inner_box .case_area article .list li::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50px;
  background: #ea691f;
  position: absolute;
  top: 0.5em;
  left: 0;
}


/* flow */
#flow {
  background: #FFFFFF;
  padding-bottom: 0;
}
#flow .inner_box {
  width: 100% !important;
  padding: 10rem 0 100px;
  background: #ea691f;
  margin: 0;
  border-radius: 30px 30px 0 0;
  max-width: 100%;
}
#flow .inner_box h2 {
  color: #ffffff;
  margin-bottom: 3rem;
  position: relative;
}
#flow .inner_box h2::before {
  content: "FLOW";
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  position: absolute;
  top: -70px;
  font-size: 5rem;
  opacity: 0.1;
  font-family: "Montserrat", "Noto Sans JP", serif;
  font-weight: 600;
}
#flow .inner_box .flow_box {
  display: flex;
  margin-top: 50px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 930px;
  margin: auto;
  gap: 1rem;
}
#flow .inner_box .flow_box .flow_box_item {
  width: 15rem;
  height: auto;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
#flow .inner_box .flow_box .flow_box_item .flow_box_item_title {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
}
#flow .inner_box .flow_box .flow_box_item .flow_box_item_title span {
  background: #ea691f;
  color: #ffffff;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.5rem;
  font-family: "Montserrat", "Noto Sans JP", serif;
}

/* other */
#other {
  background: #ea691f;
  padding-bottom: 0;
}
#other .inner_box {
  padding: 10rem 0 100px;
  max-width: 100%;
  margin: 0 auto;
  width: 100% !important;
  background: #ffffff;
  border-radius: 30px 30px 0 0;
}
#other .inner_box h2 {
  color: #ea691f;
  margin-bottom: 3rem;
  position: relative;
}
#other .inner_box h2 .sp-only {
  display: none;
}
#other .inner_box h2::before {
  content: "OTHER";
  display: block;
  width: 100%;
  height: 100%;
  color: #ea691f;
  position: absolute;
  top: -70px;
  font-size: 5rem;
  opacity: 0.1;
  font-family: "Montserrat", "Noto Sans JP", serif;
  font-weight: 600;
}
#other .inner_box .other_box {
  width: 80%;
  background: linear-gradient(90deg, #ea691f, 50%, #ffbf00);
  padding: 3rem;
  border-radius: 30px;
  color: #ffffff;
  margin: auto;
}
#other .inner_box .other_box .other_box_item {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
#other .inner_box .other_box .other_box_item .btn {
  margin: 0 auto;
  background: transparent;
}
#other .inner_box .other_box .other_box_item .btn a {
  color: #ea691f;
  display: block;
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 50px;
  width: 250px;
}

#other .inner_box .other_box .other_box_item_txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 3rem;
}
#other .inner_box .other_box .other_box_item_txt h3 {
  font-size: 1.5rem;
}
#other .inner_box .other_box .other_box_item_txt img {
  width: 120px;
  filter: invert(1);
}
#other .inner_box .other_box p span {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  display: inline-block;
}

/* cta */
#cta {
  background: #ea691f;
  padding: 0;
}
#cta .inner_box {
  width: 100% !important;
  display: flex;
  justify-content: center;
}
#cta .inner_box .cta_banner {
  width: 80%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 30px;
  background: #ffbf00;
  padding: 2rem;
  box-shadow: 0px 5px 9px rgb(0 0 0 / 15%);
  margin-bottom: 1rem;
}
#cta .inner_box .cta_banner img {
  width: 20rem;
}
#cta .inner_box .cta_banner .cta_banner_txt {
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#cta .inner_box .cta_banner .cta_banner_txt h3 {
  font-size: 1.5rem;
  text-align: center;
}
#cta .inner_box .cta_banner .cta_banner_txt .cta_btn {
  margin: 0 auto;
  background: transparent;
}
#cta .inner_box .cta_banner .cta_banner_txt .cta_btn .btn {
  color: #ffffff;
  display: block;
  background: #ea691f;
  padding: 1rem 2rem;
  border-radius: 50px;
  width: 250px;
  margin-top: 0;
}
#cta .inner_box .cta_banner .cta_banner_txt .cta_btn .dl_btn {
  border: 2px solid #ea691f;
  background: #ffffff;
  color: #ea691f;
}

/* button */
.btn {
  width: 200px;
  padding: 0.8rem 0.5rem !important;
  font-family: "Noto Sans JP", "Montserrat", serif;
  margin: 40px auto 10px;
  font-size: 16px;
  border-radius: 50px !important;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  background: #ffffff;
  color: #ea691f;
  border: 2px solid transparent;
}
.btn:hover {
  opacity: 0.7;
}
.btn::after {
  content: none;
}
.dl_btn {
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
}
.dl_btn:hover {
  background: #ffffff;
  color: #ea691f;
}
.dl_btn img {
  width: 1.1rem;
  height: 1.1rem;
  transition: all 0.3s ease;
}
.dl_btn:hover img {
  filter: invert(1);
}

/* footer */
footer {
  background: #ea691f;
  border-radius: 30px 30px 0 0;
  padding: 65px 1.5rem 40px !important;
}
footer .footer-box {
  color: #ffffff;
  align-items: start;
}
footer .footer-txt {
  font-size: 26px;
  font-family: "Noto Sans JP", "Montserrat", serif;
  margin: 20px 0 10px;
}
footer .footer-logo {
  width: 440px;
}
footer .footer_logo_img {
  width: 230px !important;
}
footer .footer_logo_img img {
  filter: invert(1);
}
footer .footer-logo .footer_logo_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 1rem;
  margin: auto;
}
footer .footer-logo .footer_logo_btn .cv_btn_area {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 3rem;
}
footer .footer-logo .footer_logo_btn .cv_btn_area .btn {
  margin: 0;
}
/* footer .footer-logo .footer_logo_btn .btn {
  margin: 0;
} */
footer small {
  color: #ffffff;
}
footer .footer-link-box {
  color: #ffffff;
  justify-content: end !important;
  gap: 1.5rem !important;
}
.triangle {
  border-left: 7px solid #ffffff;
}
footer .footer-link-box ul.footer-s-link li:first-child {
  padding-bottom: 0.5rem;
}
.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) {
  h2 {
    font-size: 32px !important;
  }
  h3 {
    font-size: 20px !important;
  }

  #clients .slider_clients .slick-slide {
    width: 120rem;
  }
  #clients .slider_clients2 .slick-slide {
    width: 120rem;
  }
  #problem .inner_box {
    padding: 10rem 1.5rem 0;
    width: auto !important;
  }
  #problem .inner_box .problem_box .problem_box_txt2 p {
    padding: 0 1.5rem;
  }

  #problem .inner_box .problem_box .problem_image {
    width: 100%;
  }
  #flow .inner_box {
    width: auto !important;
    padding: 10rem 1.5rem 100px;
  }
  #other .inner_box {
    width: auto !important;
    padding: 10rem 1.5rem 100px;
  }
  #other .inner_box .other_box {
    width: auto !important;
  }
  footer .footer-link-box {
    width: 470px;
  }

  footer .footer-link-box ul.footer-s-link li {
    font-size: unset;
  }
  #reason .inner_box .reason_compare .reason_compare_header {
    width: 90%;
    padding: 2rem 1.5rem;
  }
  /* #reason .inner_box .reason_compare .reason_compare_meta_row dt {
    width: 6.5rem;
  } */
  #reason .inner_box .reason_compare .reason_compare_cards {
    gap: 1rem;
  }
  #reason .inner_box .reason_compare .reason_compare_card {
    width: calc((100% - 2rem) / 3);
    padding: 1.5rem 1rem;
  }
  #reason .inner_box .reason_compare .reason_compare_text {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 900px) {
  h1 {
    text-align: center;
  }
  header {
    position: absolute;
  }
  #fv {
    height: auto;
  }
  #fv .top_content {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  #fv .cv_btn_area {
    justify-content: center;
  }
  #fv .top_img {
    display: none;
  }
  #fv .fv_pc {
    flex-direction: column;
    justify-content: center;
    padding: 0 1.5rem;
    height: auto;
  }
  #clients {
    padding-top: 0;
  }
  #problem {
    padding-top: 0;
  }
  #problem .inner_box .problem_box .problem_image {
    width: 60%;
  }
  #problem .inner_box .problem_box .problem_image .pc-only {
    display: none;
  }
  #problem .inner_box .problem_box .problem_image .sp-only {
    display: block;
  }
  #problem .inner_box .problem_box .problem_box_txt {
    flex-direction: column;
    gap: 5rem;
  }
  #problem .inner_box .problem_box .problem_box_txt2 p {
    font-size: 1.25rem;
  }
  #service .inner_box {
    width: auto !important;
    padding: 10rem 1.5rem 100px;
  }
  #service .inner_box .service_box {
    flex-direction: column;
  }
  #service .inner_box .service_box .service_box_item {
    width: auto;
    flex-direction: column;
  }
  /* #service .inner_box .service_box .service_box_item .service_box_item_txt h3 {
    text-align: center;
  } */
  #cta {
    padding: 0 1.5rem;
  }
  #cta .inner_box .cta_banner {
    width: 100%;
  }
  #reason .inner_box {
    width: auto !important;
    padding: 10rem 1.5rem 0;
  }
  #reason .inner_box img {
    width: 100%;
  }
  #reason .inner_box .reason_box .reason_box_item {
    width: 90%;
  }
  #reason .inner_box .reason_compare .reason_compare_header {
    width: 100%;
  }
  /* #reason .inner_box .reason_compare .reason_compare_meta_row {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.3rem;
  } */
  /* #reason .inner_box .reason_compare .reason_compare_meta_row dt {
    width: fit-content;
  } */
  /* #reason .inner_box .reason_compare .reason_compare_cards {
    flex-direction: column;
  } */
  /* #reason .inner_box .reason_compare .reason_compare_card {
    width: 100%;
    padding: 2rem 1.5rem;
  } */
  #reason .inner_box .reason_compare .reason_compare_item {
    min-height: auto;
  }
}
@media screen and (max-width: 750px) {
  h1 {
    font-size: 7vw;
  }
  h2 {
    font-size: 5vw !important;
  }
  .btn {
    width: 90%;
  }
  header .header-contents p {
    text-align: left;
  }
  .header-contents {
    flex-direction: column;
    align-items: start;
    gap: 0.5rem;
  }
  .header-contents small {
    font-size: 10px;
  }
  /* .header-contents .header-logo {
    width: 200px;
  } */
  .dl_btn {
    margin-top: 0 !important;
  }
  #fv .cv_btn_area {
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }
  #fv .top_txt {
    font-size: 14px;
  }
  #problem .inner_box .problem_box .problem_image {
    width: 90%;
  }
  #problem .inner_box .problem_box .problem_box_txt2 .sp-only {
    display: none;
  }
  #problem .inner_box .problem_box .problem_box_txt .problem_box_item p {
    font-size: 14px;
  }
  #problem .inner_box .problem_box .problem_box_txt2 p span::before {
    width: 25rem;
    height: 11rem;
    top: -6rem;
  }
  #service .inner_box p {
    font-size: 14px;
  }
  #service .inner_box .sp-only {
    display: none;
  }
  #reason .inner_box .reason_box .reason_box_item {
    flex-direction: column;
    width: 80%;
  }
  #reason .inner_box .reason_box .reason_box_item .line {
    display: none;
  }
  #reason .inner_box .pc-only {
    display: none;
  }
  #reason .inner_box .sp-only {
    display: block;
  }
  #reason .inner_box h2 .sp-only {
    display: block;
  }
  #reason .inner_box .reason_box .reason_box_item h3 {
    width: 100%;
    margin: 1rem 0 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ffffff;
  }
  #reason .inner_box .reason_box .reason_box_item p {
    width: 100%;
  }
  #reason .inner_box .reason_box .reason_box_item.bgt img {
    width: 100% !important;
    border-radius: 15px;
  }
  /* #reason .inner_box .reason_compare .reason_compare_header h3 {
    font-size: 1.8rem !important;
  } */
  /* #reason .inner_box .reason_compare .reason_compare_meta_row dd {
    font-size: 1.4rem;
  } */
  #reason .inner_box .reason_compare .reason_compare_label {
    width: 100%;
  }
  #reason .inner_box .reason_compare .reason_compare_text {
    font-size: 1.9rem;
  }
  #case .inner_box {
      width: auto !important;
      padding: 10rem 1.5rem 0;
  }
  #other .inner_box h2 .sp-only {
    display: block;
  }
  #other .inner_box .other_box {
    padding: 3rem 1.5rem;
  }
  #other .inner_box .other_box .other_box_item_txt {
    flex-direction: column;
    align-items: start;
    padding-bottom: 2rem;
  }
  #other .inner_box .other_box .other_box_item {
    gap: 2rem;
  }
  #cta .inner_box .cta_banner {
    width: 100%;
    gap: 1rem;
    flex-direction: column;
  }
  #cta .inner_box .cta_banner .cta_banner_txt {
    width: 100%;
  }
  #cta .inner_box .cta_banner img {
    width: 50%;
    margin-bottom: 1rem;
  }
  footer {
    padding: 45px 0;
  }
  footer .footer-logo {
    margin-bottom: 5rem;
  }
  footer .footer-logo div {
    width: 100% !important;
  }
  footer .footer-logo div img {
    width: 200px !important;
  }
  footer .footer-logo .footer_logo_btn {
    margin: 0;
  }
  footer .footer-link-box {
    width: 100% !important;
  }
  footer .footer-box {
    width: unset !important;
    padding: 0 1.5rem;
  }
  footer .footer-logo .footer_logo_btn .cv_btn_area .btn {
    margin: 0 auto;
  }
  .service_banner {
    width: 80%;
    margin: 0px auto 80px;
    display: block;
  }
  .service_banner h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .header-contents .header-logo {
    flex-direction: column;
  }
  h1 {
    font-size: 8.5vw;
    text-align: left;
  }
  h2 {
    font-size: 7vw !important;
  }
  h3 {
    font-size: 18px !important;
  }
  #fv .top_content {
    align-items: start;
  }
  #fv .top_txt {
    text-align: left;
  }
  #problem {
    margin-bottom: 0;
    padding-bottom: 5rem;
  }
  #problem .inner_box {
    padding-top: 7rem;
  }
  #problem .inner_box h2 {
    margin-bottom: 0rem;
  }
  #problem .inner_box h2 .sp-only {
    display: block;
  }
  #problem .inner_box h2::before {
    top: -40px;
    font-size: 3rem;
  }
  #problem .inner_box .problem_box {
    gap: 1rem;
  }
  #problem .inner_box .problem_box .problem_image img {
    width: 13rem;
  }
  #problem .inner_box .problem_box .problem_box_txt .problem_box_item {
    width: 85%;
    height: 12rem;
    padding: 5rem 3rem 0 3rem;
  }
  #problem .inner_box .problem_box .problem_box_txt .problem_box_item img {
    height: 20rem;
  }
  #problem .inner_box .problem_box .problem_box_txt {
    gap: 4rem;
  }
  #problem .inner_box .problem_box .problem_box_txt2 p span::before {
    top: -4rem;
    height: 9rem;
    width: 15rem;
  }
  #problem .inner_box .problem_box .problem_box_txt2 p .sp-only {
    display: block;
  }
  #clients .slider_clients .slick-slide {
    width: 100rem;
  }
  #clients .slider_clients2 .slick-slide {
    width: 100rem;
  }
  #clients .slick-list {
    height: auto !important;
  }
  .slick-track {
    height: auto !important;
  }
  #service .inner_box {
    padding-top: 7rem;
    padding-bottom: 3rem;
  }
  #service .inner_box h2 .sp-only {
    display: none;
  }
  #service .inner_box h2::before {
    top: -40px;
    font-size: 3rem;
  }
  #service .inner_box .service_box .service_box_item img {
    width: 3rem;
    height: 3rem;
  }
  #service
    .inner_box
    .service_box
    .service_box_item
    .service_box_item_txt
    h3
    .sp-only {
    display: block;
  }
  #reason {
    padding-top: 3rem;
  }
  #reason .inner_box {
    padding-top: 7rem;
  }
  #reason .inner_box h2::before {
    top: -40px;
    font-size: 3rem;
  }
  #reason .inner_box .reason_box .reason_box_item.bgt {
    width: 100% !important;
    padding: 0;
  }
  #case {
    padding-top: 3rem;
  }
  #case .inner_box {
    padding-top: 7rem;
  }
  #case .inner_box h2::before {
    top: -40px;
    font-size: 3rem;
  }

  #flow {
    padding-top: 3rem;
  }
  #flow .inner_box {
    padding-top: 7rem;
    padding-bottom: 3rem;
  }
  #flow .inner_box h2::before {
    top: -40px;
    font-size: 3rem;
  }
  #other {
    padding-top: 3rem;
  }
  #other .inner_box {
    padding-top: 7rem;
  }
  #other .inner_box h2::before {
    top: -40px;
    font-size: 3rem;
  }
  #flow .inner_box .flow_box .flow_box_item {
    width: 100%;
  }
  #other .inner_box .other_box p span {
    font-size: 18px;
  }
  #other .inner_box .other_box .other_box_item_txt img {
    width: 100px;
  }
  #other .inner_box .other_box .other_box_item_txt h3 {
    font-size: 20px !important;
  }
  #cta .inner_box {
    width: 90% !important;
  }
  #cta .inner_box .cta_banner {
    padding: 1rem;
  }
  #cta .inner_box .cta_banner img {
    width: 70%;
    object-fit: contain;
  }
}

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

.contact-box-inner {
  width: 100%;
  height: 100vh;
  background: #ffffff;
  overflow-y: scroll;
}

.contact-box-inner h3{
  font-size: 24px;
  text-align: center;
  color: #333333;
  margin: 2rem 0 0;
  font-weight: 600;
}

.pc-only {
  display: block;
}

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