h1 {
  font-size: 3.4rem;
  color: #fff;
}
.sp-none {
  display: none;
}
.sp-h1 {
  display: none;
}
.lp-mv {
  margin-bottom: 10px;
}
.lp-mv-wrap {
  height: 240px;
  background-size: cover;
  background-repeat: no-repeat;
}
.lp-mv-wrap-ai {
  background-image: url(../images/pickup/image_ai_sp.png);
}
.lp-mv-wrap-robot {
  background-image: url(../images/pickup/image_robot_sp.png);
}
.lp-mv-catch {
  text-align: center;
  padding-top: 25px;
}
.top-cv-btn li:first-child {
  margin-bottom: 10px;
}
.top-cv-btn {
  padding-top: 15px;
}
.top-cv-btn li a {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  width: 200px;
  text-align: center;
  padding: 15px 20px;
  margin: 0 auto;
  border-radius: 10px;
}
.top-cv-btn li a:hover {
  opacity: 0.8;
}
.top-cv-btn-contact a {
  color: #002855;
  background-color: #fff;
  border: 2px solid #002855;
}
.top-cv-btn-dl a {
  color: #fff;
  background-color: #FF8200;
  border: 2px solid #fff;
}
.lp-sections {
  padding-top: 60px;
}
.lp-sections h2 {
  font-size: 1.8rem;
  line-height: 26px;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding-left: 16px;
}
.lp-sections h2::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: calc(100% - 4px);
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #002855;
}
.contents-wrap {
  margin: 0 20px;
}
.lp-bc {
  margin-bottom: 20px;
  padding-top: 0;
}
.lp-bc-wrap {
  margin: 0 20px;
}
.lp-bc-list {
  display: flex;
}
.lp-bc-list li {
  font-size: 1.2rem;
  position: relative;
}
.lp-bc-list li:not(:first-child) {
  margin-left: 15px;
}
.lp-bc-list li:not(:first-child)::before {
  content: ">";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}
.lp-top-link {
  padding-top: 0;
}
.lp-top-link-wrap {
  margin: 0;
}
.lp-top-link-list li a {
  display: block;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  color: #002855;
  text-decoration: none;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 15px 0 15px 20px;
}
.lp-top-link-list li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: 30px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-top: 1px solid #002855;
  border-right: 1px solid #002855;
  transform: rotate(135deg);
}
.lp-how-list {
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
  margin-top: 30px;
}
.lp-how-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: bold;
  width: 49%;
  height: 60px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
}
.lp-how-list li:nth-child(n + 3) {
  margin-top: 2%;
}
.lp-worry-list li {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 8px 15px;
}
.lp-worry-list li:not(:last-child) {
  margin-bottom: 10px;
}
.lp-worry-title {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.lp-worry-text {
  display: block;
  font-size: 1.4rem;
}
.lp-worry-box {
  margin-top: 20px;
}
.lp-worry-arrow span {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 12px solid #002855;
  border-bottom: 0;
  margin:8px auto 0;
}
.lp-worry-result {
  margin-top: 10px;
}
.lp-worry-result p {
  font-size: 1.6rem;
  font-weight: bold;
  color: #002855;
  text-align: center;
}
.lp-achievement-list li:not(:last-child) {
  margin-bottom: 20px;
}
.lp-achievement-image img {
  width: 100%;
}
.lp-achievement-main {
  border: 1px solid #d9d9d9;
  border-top: none;
  padding: 20px 10px;
}
.lp-achievement-title {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.lp-achievement-text {
  display: block;
  font-size: 1.4rem;
}
.lp-cv-area-wrap {
  background-color: #002855;
  padding: 30px 15px;
}
.lp-cv-area-box {
  display: flex;
  gap: 4%;
}
.lp-cv-area-inner {
  display: flex;
  width: 48%;
}
.lp-cv-area-inner a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
  border-radius: 10px;
}
.lp-cv-area-inner a:hover {
  opacity: 0.8;
}
.lp-cv-area-contact a {
  color: #002855;
  background-color: #fff;
  border: 2px solid #002855;
}
.lp-cv-area-dl a {
  color: #fff;
  background-color: #FF8200;
  border: 2px solid #fff;
}
.lp-reason-wrap h2 {
  margin-bottom: 30px;
}
.lp-reason-wrap .lp-reason-box:not(:last-child) {
  margin-bottom: 30px;
}
.lp-reason-inner-title {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #002855;
  position: relative;
  margin-bottom: 15px;
  padding-left: 70px;
}
.lp-reason-inner-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 58px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: contain;
}
.lp-reason-title01::before {
  background-image: url(../images/pickup/select_01.png);
}
.lp-reason-title02::before {
  background-image: url(../images/pickup/select_02.png);
}
.lp-reason-title03::before {
  background-image: url(../images/pickup/select_03.png);
}
.lp-reason-title04::before {
  background-image: url(../images/pickup/select_04.png);
}
.lp-flow-list li {
  background-color: #f5f5f5;
  padding: 10px 20px;
}
.lp-flow-list li:not(:last-child) {
  position: relative;
  margin-bottom: 30px;
}
.lp-flow-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 12px solid #002855;
  border-bottom: 0;
}
.lp-flow-title {
  display: flex;
  gap: 15px;
  align-items: center;
}
.lp-flow-title-num {
  font-size: 2rem;
  font-weight: bold;
  color: #002855;
}
.lp-flow-title-ch {
  font-size: 1.6rem;
  font-weight: bold;
}
.lp-case {
  margin-bottom: 60px;
}
.lp-case-list li {
  border: 1px solid #d9d9d9;
}
.lp-case-list li:not(:last-child) {
  margin-bottom: 20px;
}
.lp-case-list li a {
  color: #000;
  text-decoration: none;
}
.lp-case-img img {
  width: 100%;
}
.lp-case-text {
  padding: 10px;
}
.lp-case-intro {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #9a9999;
  padding-bottom: 20px;
}
.lp-case-title {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 20px;
}
.lp-case-tag {
  font-size: 1.2rem;
  line-height: 30px;
  background-color: #EBF4FE;
  border: 1px solid #EBF4FE;
  border-radius: 5px;
  margin-right: 5px;
  padding: 1px;
}
.lp-document {
  margin-bottom: 60px;
}
.lp-document-wrap {
  background-color: #EBF4FE;
  padding: 30px 20px 60px;
}
.lp-document-h2 {
  text-align: center;
}
.lp-document-h2 h2 {
  display: inline-block;
  font-size: 1.8rem;
  border-bottom: 3px solid #002855;
  margin-bottom: 20px;
  padding: 0 15px;
}
.lp-document-h2 h2::before {
  content: inherit;
}
.lp-document-list li:not(:last-child) {
  margin-bottom: 20px;
}
.lp-document-list li a {
  display: block;
  height: 100%;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
.lp-document-list-img img {
  width: 100%;
}
.lp-document-list-title {
  padding: 15px 20px 60px;
}
.lp-document-list-title span {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
}
.footer_list {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 40px 0;
}
.footer_list > li:first-of-type {
  padding-left: unset;
}
.footer_list > li {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  border-right: solid 1px;
}
.footer_list > li > a {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #313131;
  text-decoration: none;
}
#footer .f-box {
  background-color: #97999B;
    padding: 30px 20px;
}
.wrap {
  max-width: 1228px;
  padding: 0 15px;
  margin: 0 auto;
}
#footer .f-box .f-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .f-box .f-logo {
  width: 240px;
}
#footer .f-box .f-logo > a {
  display: block;
  width: inherit;
  height: 48px;
}
#footer .f-box .f-logo > a > img {
  width: inherit;
  height: inherit;
}
#footer .f-box .f-vision {
  width: 300px;
}
#footer .f-box .f-vision > img {
  width: inherit;
  height: 38px;
}
.f-copyright {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  width: 100%;
  margin-top: 10px;
  font-style: normal;
  text-align: center;
  color: #fff;
}
#inquiry_side {
  display: none !important;
}

@media screen and (min-width: 440px) {
  .lp-reason-inner-title {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .lp-mv-wrap-ai {
    background-image: url(../images/pickup/image_ai.png);
  }
  .lp-mv-wrap-robot {
    background-image: url(../images/pickup/image_robot.png);
  }
  .lp-case-list {
    display: flex;
    gap: 2%;
  }
  .lp-case-list li {
    width: 32%;
  }
  .lp-case-list li:not(:last-child) {
    margin-bottom: 0;
  }
  .lp-document-list {
    display: flex;
    gap: 2%;
  }
  .lp-document-list li {
    width: 32%;
  }
  .lp-document-list li:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 998px) {
  h1 {
    font-size: 4rem;
  }
  .sp-none {
    display: block;
  }
  .pc-none {
    display: none;
  }
  .lp-mv {
    margin-bottom: 20px;
  }
  .lp-mv-wrap {
    height: 320px;
    background-position: center;
  }
  .lp-mv-catch {
    padding-top: 90px;
  }
  .top-cv-btn {
    display: flex;
    justify-content: center;
    gap: 3%;
    padding-top: 25px;
  }
  .lp-sections {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 110px;
  }
  .lp-sections h2 {
    font-size: 2.5rem;
    line-height: 32px;
    margin-bottom: 20px;
    padding-left: 22px;
  }
  .lp-sections h2::before {
    width: 6px;
    height: calc(100% - 6px);
  }
  .contents-wrap {
    max-width: 1100px;
    margin-right: 90px;
    margin-left: 90px;
  }
  .lp-bc {
    margin-bottom: 40px;
    padding-top: 0;
  }
  .lp-top-link {
    padding-top: 0;
  }
  .lp-top-link-list {
    display: flex;
    gap: 1.33333%;
  }
  .lp-top-link-list li {
    width: 24%;
  }
  .lp-top-link-list li a {
    color: #fff;
    background-color: #002855;
    border: 1px solid #002855;
    border-radius: 10px;
    padding: 15px 30px;
  }
  .lp-top-link-list li a::after {
    right: 20px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .lp-how-list {
    gap: 1%;
  }
  .lp-how-list li {
    width: 24.25%;
  }
  .lp-how-list li:nth-child(n + 3) {
    margin-top: 0;
  }
  .lp-how-list li:nth-child(n + 5) {
    margin-top: 1%;
  }
  .lp-worry-box {
    margin-bottom: 20px;
  }
  .lp-worry-list {
    display: flex;
    gap: 1.33333%;
  }
  .lp-worry-list li {
    width: 24%;
    padding: 12px 15px;
  }
  .lp-worry-list li:not(:last-child) {
    margin-bottom: 0;
  }
  .lp-worry-title {
    height: 50px;
    margin-bottom: 20px;
  }
  .lp-worry-result p {
    font-size: 1.8rem;
  }
  .lp-achievement-list {
    display: flex;
    gap: 4%;
    flex-wrap: wrap;
  }
  .lp-achievement-list li {
    width: 48%;
  }
  .lp-achievement-list li:not(:last-child) {
    margin-bottom: 0;
  }
  .lp-achievement-list li:nth-child(-n + 2) {
    margin-bottom: 20px;
  }
  .lp-achievement-main {
    padding: 15px 10px 30px;
  }
  .lp-cv-area {
    margin-left: 0;
    margin-right: 0;
  }
  .lp-cv-area-box {
    max-width: 570px;
    margin: 0 auto;
  }
  .lp-cv-area-inner a {
    padding: 15px 0;
  }
  .lp-reason-wrap h2 {
    margin-bottom: 60px;
  }
  .lp-reason-wrap .lp-reason-box:not(:last-child) {
    margin-bottom: 80px;
  }
  .lp-reason-inner-title {
    margin-bottom: 40px;
  }
  .lp-flow-list li {
    display: flex;
    gap: 5%;
    align-items: center;
    padding: 20px;
  }
  .lp-flow-title {
    display: block;
    gap: inherit;
    width: 15%;
    text-align: center;
  }
  .lp-flow-title-num {
    font-size: 2.7rem;
  }
  .lp-flow-text {
    width: 80%;
  }
  .lp-case-text {
    padding: 10px 20px;
  }
  .lp-document {
    margin-left: 0;
    margin-right: 0;
  }
  .lp-document-wrap {
    padding: 60px 90px;
  }
  .lp-document-h2 h2 {
    font-size: 2.5rem;
    margin-bottom: 60px;
  }
  .lp-document-box {
    max-width: 1100px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1025px) {
  .contents-wrap {
    margin-right: auto;
    margin-left: auto;
  }
  .wrap {
    max-width: 1800px;
    padding: 0 45px;
  }
  .lp-worry-list li {
    padding: 20px;
  }
  .lp-flow-title-ch {
    font-size: 1.9rem;
  }
  .lp-case-img img {
    height: 175px;
  }
  .lp-document-list-img img {
    height: 175px;
  }
}

@media screen and (min-width: 1200px) {
  .lp-how-list li {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .sp-h1 {
    display: block;
  }
  h1 {
    font-size: 3rem;
  }
  .lp-mv-catch {
    padding-top: 15px;
  }
  .top-cv-btn li a {
    padding: 12px 20px;
  }
  .lp-bc-list li {
    font-size: 1rem;
  }
  .footer_list {
    padding: 20px 0;
  }
  .footer_list > li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer_list > li > a {
    font-size: 1.2rem;
  }
  #footer .f-box {
    padding: 25px 5px;
  }
  #footer .f-box .f-logo {
    width: 108px;
  }
  #footer .f-box .f-logo > a {
    height: 22px;
  }
  #footer .f-box .f-vision {
    width: 135px;
  }
  #footer .f-box .f-vision > img {
    height: 17px;
  }
  .f-copyright {
    font-size: 1rem;
    margin-top: 20px;
  }
}