@charset "utf-8";

html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  color: #212225;
}

.lp_mainvisual {
  position: relative;
  width: 100%;
  height: 90svh;
  background: url(../img/fv_back.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.lp_mainvisual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.45);
}

.mv_container {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 20vw 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mv_logo {
  position: absolute;
  top: 30px;
  left: 40px;
}

.mv_logo_img {
  width: 200px;
  height: auto;
}

.mv_shoulder {
  width: 180px;
  background: #0088d2;
  color: #fff;
  padding: 5px 0;
  border-radius: 5px;
  font-weight: 500;
  letter-spacing: 1px;
  position: absolute;
  top: 30px;
  right: 40px;
}

.mv_main_copy {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 25px;
  letter-spacing: 0.02em;
}

.company_name {
  font-size: 48px;
}

.blue_text {
  color: #0430B3;
}

.mv_text_gradation {
  background: linear-gradient(90deg, #0430B3 0%, #079EDE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
}

.mv_sub_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
}

.mv_sub_wrapper::before,
.mv_sub_wrapper::after {
  content: "";
  height: 1px;
  background-color: #999;
  width: 60px;
}

.mv_sub_copy {
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
  margin: 0;
}

.mv_sub_copy .emphasis {
  position: relative;
}

.mv_sub_copy .emphasis::before {
  content: "・・・・・・・・";
  color: #fff100;
  position: absolute;
  top: -14px;
  left: 0;
  line-height: 1;
}

.mv_feature_list {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 630px;
  margin: 0 auto;
  width: 100%;
}

.mv_card {
  background: #fff;
  border-radius: 10px;
  padding: 1px;
  flex: 1;
  position: relative;
  border: 1px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(270deg, #0430B3 0%, #079EDE 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.mv_card::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #0430B3 0%, #079EDE 100%);
  border-radius: 10px;
  z-index: -1;
}

.mv_icon_circle {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  background-color: #0430B3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mv_icon {
  width: 24px;
  filter: brightness(0) invert(1);
}

.mv_card_text {
  margin: 0;
  font-weight: bold;
  line-height: 1.6;
  padding: 35px 0 20px;
}

.bold_blue {
  color: #0430B3;
  font-size: 20px;
  display: inline-block;
  margin-top: 2px;
}

@media (max-width: 1199px) {
  .lp_mainvisual {
    background-position: left center;
  }

  .mv_main_copy {
    font-size: 48px;
  }

  .company_name {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .lp_mainvisual {
    height: 75svh;
    padding: 0;
  }

  .mv_logo {
    top: 20px;
    left: 20px;
  }

  .mv_logo_img {
    width: 140px;
  }

  .mv_shoulder {
    top: 17px;
    right: 15px;
    font-size: 14px;
    width: 40%;
  }

  .mv_sub_wrapper::before,
  .mv_sub_wrapper::after {
    display: none;
  }

  .mv_sub_copy {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
  }

  .mv_sub_copy .emphasis::before {
    content: none;
  }

  .pc_only {
    display: none;
  }

  .mv_main_copy {
    font-size: 6.2vw;
  }

  .company_name {
    font-size: 5vw;
  }

  .mv_feature_list {
    gap: 10px;
  }

  .mv_card {
    width: 100%;
  }

  .mv_card::after {
    top: 4px;
    left: 4px;
  }

  .mv_card_text {
    font-size: 2.8vw;
  }

  .bold_blue {
    font-size: 4vw;
  }
}

/* こんな悩みありませんか */
.lp_problem {
  width: 100%;
  padding: 80px 0;
  background: url(../img/pr_back.jpg) no-repeat left top / cover;
  text-align: center;
}

.pr_container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.pr_header {
  margin-bottom: 40px;
}

.pr_title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

.pr_title .emphasis {
  position: relative;
}

.pr_title .emphasis::before {
  content: "・・・・・・";
  color: #8798CC;
  position: absolute;
  top: -22px;
  left: 0;
  line-height: 1;
}

.pr_title .wave {
  position: relative;
}

.pr_title .wave::before {
  content: '';
  display: block;
  width: 120px;
  height: 20px;
  background: url(../img/wave.png) no-repeat center / contain;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.pr_box_wrapper {
  margin-bottom: 30px;
}

.pr_box {
  background-color: #112B6D;
  color: #fff;
  padding: 50px 0;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.pr_box::after {
  content: '';
  width: 55px;
  height: 145px;
  background: url(../img/man.png) no-repeat center / contain;
  position: absolute;
  bottom: 0;
  right: 15px;
}

.pr_list {
  width: min(95%, 590px);
  list-style: none;
  padding: 0;
  margin: 0 auto 40px;
  text-align: left;
  display: inline-block;
}

.pr_list_item {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}

.pr_list_item::before {
  content: "";
  width: 24px;
  height: 27px;
  background: url(../img/guruguru.png) no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 0;
}

.pr_list_item::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: -7px;
  left: 0;
}

.pr_message {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}

.pr_bold_blue {
  background: linear-gradient(transparent 70%, #133EC1 70%);
}

.pr_contact_wrapper {
  width: min(97%, 800px);
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.pr_contact_header {
  color: #fff;
  padding: 1px;
  background: linear-gradient(90deg, #0430B3 0%, #079EDE 100%);
}

.pr_contact_text {
  padding: 5px 0;
}

.pr_contact_sub {
  font-weight: 700;
}

.pr_contact_sub {
  position: relative;
  padding: 0 20px 0 30px;
  width: fit-content;
  margin: 0 auto;
}

.pr_contact_sub::before,
.pr_contact_sub::after {
  content: '';
  display: block;
  width: 24px;
  height: 14px;
  background: url(../img/pr_contact_sub.png) no-repeat center / contain;
  position: absolute;
  top: 5px;
}

.pr_contact_sub::before {
  left: 0;
  transform: scale(-1, 1);
}

.pr_contact_sub::after {
  right: 0;
}

.pr_contact_main {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.pr_contact_body {
  padding: 20px 0;
  background: #fff;
}

.pr_btn_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0430B3;
  color: #fff;
  text-decoration: none;
  padding: 5px 0 8px;
  border-radius: 65px;
  max-width: 495px;
  margin: 0 auto 5px auto;
}

.pr_btn_icon {
  width: 20px;
  height: auto;
  margin-right: 10px;
}

.pr_btn_tel .pr_btn_icon {
  width: 50px;
  margin-top: 10px;
}

.pr_btn_tel_number {
  font-size: 28px;
  font-weight: bold;
  position: relative;
}

.pr_reception {
  font-size: 12px;
  color: #666;
  margin: 0 0 10px 0;
}

.pr_btn_mail {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F7931E;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  border-radius: 30px;
  max-width: 495px;
  margin: 0 auto 15px auto;
  font-size: 18px;
  font-weight: bold;
}

.pr_link_group {
  width: min(100%, 495px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px dashed #C4C4C4;
}

.pr_link_group span {
  padding-right: 24px;
  position: relative;
}

.pr_link_group span::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/blank.png) no-repeat center / contain;
  position: absolute;
  top: 4px;
  right: 0;
}

.pr_link_item {
  width: 47%;
  color: #079EDE;
  text-decoration: none;
  border: 1px solid #079EDE;
  padding: 8px 0;
}

@media (max-width: 767px) {
  .lp_problem {
    background: url(../img/pr_back_sp.jpg) #EBEBEB no-repeat left top / 100%;
    padding: 50px 0;
  }

  .pr_title {
    font-size: 5vw;
  }

  .pr_box {
    padding: 30px 0;
  }

  .pr_box::after {
    width: 35px;
    height: 110px;
  }

  .pr_list {
    display: block;
    max-width: 100%;
  }

  .pr_list_item {
    font-size: 3.2vw;
    padding-left: 20px;
  }

  .pr_message {
    font-size: 4.5vw;
  }

  .pr_contact_body {
    padding: 20px;
  }

  .pr_contact_sub {
    padding: 0;
    font-size: 3.4vw;
  }

  .pr_contact_sub::before,
  .pr_contact_sub::after {
    content: none;
  }

  .pr_title .emphasis::before {
    top: -3vw;
  }

  .pr_btn_tel_number {
    font-size: 22px;
  }

  .pr_btn_mail {
    font-size: 16px;
  }

  .pr_contact_main {
    font-size: 5vw;
  }

  .pr_link_item {
    width: 49%;
    font-size: 14px;
  }
}

/* 原因の特定から */
.lp_trouble {
  width: 100%;
  padding: 80px 0;
  background: url(../img/tr_back.jpg) no-repeat center center;
  background-size: cover;
}

.tr_container {
  width: min(97%, 1080px);
  margin: 0 auto;
}

.tr_header {
  text-align: center;
  margin-bottom: 50px;
}

.tr_main_title {
  font-size: clamp(24px, 4vw, 38px);
  color: #0430B3;
  font-weight: 900;
  margin-bottom: 20px;
}

.tr_sub_text {
  font-size: 20px;
  font-weight: 500;
}

.tr_marker {
  background: linear-gradient(transparent 60%, #fff100 60%);
}

/* 4枚カードエリア */
.tr_card_grid {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 60px;
}

.tr_card {
  flex: 1;
  background: #fff;
  border: 2px solid #112B6D;
  padding: 0 5px 25px;
  position: relative;
  text-align: center;
}

.tr_card_label {
  position: relative;
  background: #112B6D;
  color: #fff;
  font-size: 18px;
  padding: 6px 50px 7px 15px;
  width: fit-content;
  margin: 0 auto;
}

.tr_card_label span {
  font-size: 18px;
  font-weight: bold;
  margin-left: 5px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  color: #1E4BD1;
  position: absolute;
  top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 13px;
}

.tr_card_title {
  font-size: 24px;
  color: #0430B3;
  font-weight: bold;
  margin-bottom: 20px;
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tr_card_img {
  height: 120px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tr_card_img img {
  width: auto;
  height: 100%;
}

.tr_card_list {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
}

.tr_card_list li {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
  padding-left: 1em;
  position: relative;
}

.tr_card_list li::before {
  content: "●";
  color: #0430B3;
  position: absolute;
  left: 3px;
  font-size: 7px;
  top: 7px;
}

/* 下部解決ボックス */
.tr_solution_box {
  border: 10px solid #0430B3;
  padding: 40px 0;
  background: #fff;
  position: relative;
}

.tr_solution_box::before,
.tr_solution_box::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #0430B3;
  border-radius: 50%;
  position: absolute;
  top: 10px;
}

.tr_solution_box::before {
  left: 10px;
}

.tr_solution_box::after {
  right: 10px;
}

.tr_solution_lead {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #1E4BD1;
  margin-bottom: 20px;
}

.tr_table_wrapper {
  width: min(100%, 625px);
  margin: 0 auto 52px;
  position: relative;
}

.tr_table_wrapper::before,
.tr_table_wrapper::after {
  content: '';
  display: block;
  position: absolute;
}

.tr_table_wrapper::before {
  width: 60px;
  height: 135px;
  background: url(../img/tr_man.png) no-repeat center / contain;
  right: 0;
  bottom: 0;
}

.tr_table_wrapper::after {
  background: #D7D7D7;
  height: calc(tan(40deg) * 60px / 2);
  width: 85px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 0;
  right: 0;
  bottom: -40px;
  margin: 0 auto;
}

.tr_split_table {
  width: min(100%, 550px);
  border: 2px solid #7A7A7A;
}

.tr_split_table th,
.tr_split_table td {
  width: calc(100% / 3);
  padding: 12px 0;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #7A7A7A;
}

.tr_split_table td {
  background: #fff;
}

.tr_th_blue1 {
  background: #5B7BBF;
  color: #fff;
}

.tr_th_blue2 {
  background: #4264B1;
  color: #fff;
}

.tr_th_blue3 {
  background: #76B4CF;
  color: #fff;
}

.tr_td_maru {
  position: relative;
  z-index: 0;
}

.tr_td_maru::before {
  content: '〇';
  color: #FFB1B1;
  position: absolute;
  z-index: -1;
  font-size: 50px;
  font-weight: 700;
  top: 45%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.tr_btn_area {
  display: flex;
  justify-content: center;
}

.tr_result_btn {
  background: #0430B3;
  color: #EFE657;
  font-weight: bold;
  width: 235px;
  padding: 15px 0 15px 30px;
  text-align: center;
  font-size: 24px;
  position: relative;
}

.tr_result_btn::before {
  content: '';
  display: block;
  width: 16px;
  height: 30px;
  background: url(../img/tr_result_light.png) no-repeat center / contain;
  position: absolute;
  left: 24px;
  top: 15px;
}

@media (max-width: 1199px) {
  .tr_card_grid {
    flex-wrap: wrap;
    gap: 20px;
  }

  .tr_card {
    flex: none;
    width: calc(50% - 10px);
  }

  .tr_solution_lead {
    font-size: 2.6vw;
  }
}

@media (max-width: 767px) {
  .tr_container {
    width: 93%;
  }

  .tr_card_title {
    font-size: 4.5vw;
    margin-bottom: 5px;
  }

  .tr_sub_text {
    font-size: 3.8vw;
  }

  .tr_card_grid {
    gap: 5px;
    margin-bottom: 25px;
  }

  .tr_card {
    width: calc(50% - 2.5px);
  }

  .tr_card_img {
    height: 95px;
  }

  .tr_card_list li {
    font-size: 3.5vw;
  }

  .tr_card_list li::before {
    font-size: 6px;
    top: 1.5vw;
  }


  .tr_solution_box {
    padding: 20px 10px;
  }

  .tr_solution_lead {
    font-size: 4vw;
  }

  .tr_split_table th,
  .tr_split_table td {
    font-size: 12px;
    padding: 8px 4px;
  }

  .tr_table_wrapper::before {
    content: none;
  }
}

.contact_sec {
  padding: 15px 0;
  background: url(../img/contact_sec_bk.jpg) no-repeat center / cover;
}

.pr_contact_header {
  padding: 0;
}

.contact_sec .pr_contact_wrapper {
  padding: 5px;
  background: #fff;
}

/* 選ばれる理由 */
.lp_reason {
  width: 100%;
  padding: 100px 0;
  background: url(../img/re_back01.jpg) no-repeat left top / 100%, url(../img/re_back02.jpg) no-repeat right bottom / 100%;
}

.re_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.re_header {
  text-align: center;
  margin-bottom: 80px;
}

.re_catch {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 5px;
}

.mv_text_gradation {
  background: linear-gradient(90deg, #0430B3 0%, #079EDE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
}

.re_main_title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
}

.re_main_title span {
  color: #fff;
  background: #0430B3;
  margin: 0 3px;
  padding: 0 5px;
  display: inline-block;
}

.re_content_area {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.re_row {
  position: relative;
  z-index: 0;
  width: 100%;
  margin-bottom: 60px;
}

.re_img_box {
  height: 290px;
  overflow: hidden;
  position: absolute;
  border-radius: 0;
  left: 0;
  top: 0;
  z-index: 3;
}

.re_img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.re_text_box {
  text-align: left;
  width: 84%;
  background: #fff;
  margin-left: auto;
  margin-top: 30px;
  box-shadow: -4px 4px 25px rgb(99 117 107 / 18%);
  padding: 50px 50px 50px 310px;
  position: relative;
}

.re_text_box::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0430B3 0%, #079EDE 100%);
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: -1;
}

.re_row_reverse .re_text_box {
  margin-left: 0;
}

.re_row_reverse .re_text_box::after {
  right: auto;
  left: -10px;
}

.re_row_reverse .re_img_box {
  left: auto;
  right: 0;
}

.re_row_reverse .re_text_box {
  padding: 50px 310px 50px 50px;
}

.re_label_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}

.re_label_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100px;
}

.re_label_grad {
  background: linear-gradient(90deg, #0430B3 0%, #079EDE 100%);
  color: #fff;
  font-size: 14px;
  padding: 1px 3px;
}

.re_number_prefix {
  font-size: 18px;
  color: #0430B3;
  font-weight: bold;
  writing-mode: vertical-rl;
  letter-spacing: -2px;
}

.re_number {
  font-size: 54px;
  color: #0430B3;
  font-weight: 700;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
}

.re_card_title {
  font-size: 28px;
  color: #1E4BD1;
  font-weight: bold;
}

.re_card_text {
  font-weight: 500;
  line-height: 1.8;
  margin: 0 0 10px 0;
}

.re_marker {
  background: linear-gradient(transparent 70%, #fff100 70%);
}

.re_note {
  font-size: 11px;
  color: #666;
  text-align: right;
  margin: 0;
}

@media (max-width: 1199px) {
  .re_img_box {
    height: 21.813vw;
  }

  .re_text_box {
    padding: 30px 30px 30px 21.5vw;
  }

  .re_row_reverse .re_text_box {
    padding: 30px 21.5vw 30px 30px;
  }

  .re_main_title {
    font-size: 5vw;
  }

  .re_card_title {
    font-size: 3vw;
  }
}

@media (max-width: 767px) {
  .lp_reason {
    padding: 60px 0;
  }

  .re_header {
    margin-bottom: 40px;
  }

  .re_container {
    width: 98%;
  }

  .re_catch {
    font-size: 18px;
  }

  .re_main_title {
    font-size: 4.5vw;
  }

  .re_main_title span {
    font-size: 6vw;
    margin: 0 1px;
    padding: 0 2px;
  }

  .re_content_area {
    gap: 50px;
  }

  .re_row {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
    margin-bottom: 0;
  }

  .re_row_reverse {
    flex-direction: column;
  }

  .re_img_box {
    width: 65%;
    height: 35vw;
  }

  .re_text_box,
  .re_row_reverse .re_text_box {
    width: 100%;
    margin-top: 26vw;
    padding: 8vw 10px 20px 20px;
  }

  .re_card_title {
    font-size: 18px;
    margin-top: 10px;
  }

  .re_number {
    font-size: 32px;
  }

  .re_card_text {
    font-size: 15px;
    line-height: 1.6;
  }
}

/*できること*/
.lp_can {
  width: 100%;
  padding: 100px 0;
  background: url(../img/can_back.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

.lp_can::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}

.can_container {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

.can_header {
  text-align: center;
  margin-bottom: 60px;
}

.can_main_title {
  font-size: 48px;
  font-weight: 700;
  margin: 0;
}

.can_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.can_item {
  background-color: #0430B3;
  display: flex;
  align-items: center;
  padding: 15px;
  transition: transform 0.3s ease;
}

.can_img {
  flex: 0 0 160px;
  height: 100px;
  overflow: hidden;
}

.can_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.can_text {
  flex: 1;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding-left: 25px;
  line-height: 1.4;
  text-align: left;
}

.sp_only {
  display: none;
}

@media (max-width: 1199px) {
  .can_main_title {
    font-size: 5vw;
  }
}

@media (max-width: 767px) {
  .lp_can {
    padding: 60px 0;
  }

  .can_container {
    width: 98%;
  }

  .can_main_title {
    font-size: 5vw;
  }

  .can_grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .can_item {
    padding: 10px;
  }

  .can_img {
    flex: 0 0 120px;
    height: 80px;
  }

  .can_text {
    font-size: 16px;
    padding-left: 15px;
  }

  .sp_only {
    display: block;
  }
}

/* 外部委託 */
.lp_outsourcing {
  width: 100%;
  padding: 100px 0;
  background: url(../img/os_back.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}

.os_container {
  width: min(97%, 1080px);
  margin: 0 auto;
}

.os_main_title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
}

.os_main_title .emphasis {
  position: relative;
}

.os_main_title .emphasis::before {
  content: "・・・・・・";
  color: #0430B3;
  position: absolute;
  top: -28px;
  left: 0;
  line-height: 1;
  font-weight: 400;
}

.os_sub_text {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 30px;
}

.os_marker {
  background: linear-gradient(transparent 70%, #fff100 70%);
}

.os_step_grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.os_step_card {
  flex: 1;
  background: #fff;
  padding: 30px 15px;
  min-height: 350px;
}

.os_step_img {
  width: 188px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}

.os_step_title {
  font-size: 20px;
  color: #0430B3;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.4;
}

.os_step_desc {
  text-align: left;
  line-height: 1.6;
  font-weight: 500;
}

.os_arrow {
  font-size: 24px;
  color: #EFE657;
  padding: 0 10px;
}

.os_cta_bg_box {
  background: linear-gradient(90deg, #0430B3 0%, #079EDE 100%);
  padding: 5px;
  max-width: 900px;
  margin: 0 auto;
}

.os_cta_inner_content {
  padding: 30px 0;
  border: 1px solid #fff;
}

.os_cta_label {
  background: #fff;
  color: #1E4BD1;
  display: inline-block;
  padding: 7px 0px 7px 10px;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1;
}

.os_cta_lead {
  font-size: 17px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 20px;
}

.os_cta_catch {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  width: fit-content;
  margin: 0 auto 15px;
  padding: 0 40px;
  position: relative;
  line-height: 1;
}

.os_cta_catch::before,
.os_cta_catch::after {
  content: '';
  display: block;
  width: 35px;
  height: 20px;
  background: url(../img/os_container_sub.png) no-repeat center / contain;
  position: absolute;
  bottom: 0;
}

.os_cta_catch::before {
  left: 0;
  transform: scale(-1, 1);
}

.os_cta_catch::after {
  right: 0;
}

.os_cta_bg_box .pr_contact_wrapper {
  padding: 5px;
  background: #fff;
}

@media (max-width: 1199px) {
  .os_main_title {
    font-size: 5vw;
  }
}

@media (max-width: 767px) {
  .os_main_title {
    font-size: 5vw;
  }

  .os_step_grid {
    flex-direction: column;
    width: 80%;
    margin: 0 auto 30px;
    gap: 0;
  }

  .os_arrow {
    transform: rotate(90deg);
    margin: 10px 0;
  }

  .os_step_card {
    width: 100%;
    min-height: auto;
  }

  .os_cta_label {
    font-size: 16px;
    padding: 8px 15px;
    width: 100%;
  }

  .os_cta_inner_content {
    padding: 15px 10px;
  }

  .os_main_title .emphasis::before {
    top: -15px;
  }

  .os_sub_text {
    font-size: 3.6vw;
    padding: 0 10px;
    line-height: 1.6;
  }

  .os_cta_lead {
    font-size: 4vw;
  }

  .os_cta_catch {
    font-size: 4.8vw;
  }

  .os_cta_bg_box .pr_contact_wrapper {
    width: 100%;
  }

  .os_cta_bg_box .pr_contact_body {
    padding: 20px 0;
  }

  .os_step_desc {
    font-size: 3.8vw;
  }
}

/* よくある質問 */
.lp_faq {
  width: 100%;
  padding: 100px 0;
  background: url(../img/faq_back.jpg) no-repeat right bottom / cover;
}

.faq_container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

.faq_header {
  text-align: center;
  margin-bottom: 40px;
}

.faq_sub_title {
  font-size: 18px;
  color: #079EDE;
  font-weight: bold;
  margin-bottom: 10px;
}

.faq_main_title {
  font-size: 48px;
  font-weight: 700;
}

.faq_accordion {
  max-width: 900px;
  margin: 0 auto;
}

.faq_item {
  margin-bottom: 20px;
}

.faq_q {
  background-color: #0430B3;
  color: #fff;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.faq_icon_q {
  background: #fff;
  color: #0430B3;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-right: 20px;
  flex-shrink: 0;
}

.faq_q_text {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding-right: 40px;
}

.faq_toggle_icon {
  position: absolute;
  right: 30px;
  width: 20px;
  height: 20px;
}

.faq_toggle_icon::before,
.faq_toggle_icon::after {
  content: "";
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq_toggle_icon::before {
  width: 100%;
  height: 2px;
}

.faq_toggle_icon::after {
  width: 2px;
  height: 100%;
  transition: transform 0.3s;
}

.faq_item.is-active .faq_toggle_icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.faq_a {
  background-color: #F3FAFD;
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease-in-out;
}

.faq_item.is-active .faq_a {
  height: auto;
}

.faq_a_inner {
  padding: 30px;
  display: flex;
  align-items: flex-start;
}

.faq_icon_a {
  background: #fff;
  border: 2px solid #079EDE;
  color: #079EDE;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-right: 20px;
  flex-shrink: 0;
}

.faq_a_text {
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
}

.faq_a_text span {
  font-weight: 700;
}

@media (max-width: 1199px) {
  .faq_main_title {
    font-size: 5vw;
  }
}

@media (max-width: 767px) {

  .faq_main_title {
    font-size: 6.5vw;
  }

  .faq_q {
    padding: 15px 20px;
  }

  .faq_q_text {
    font-size: 15px;
  }

  .faq_a_inner {
    padding: 20px;
  }

  .faq_a_text {
    font-size: 14px;
  }

  .faq_icon_q,
  .faq_icon_a {
    width: 28px;
    height: 28px;
    font-size: 14px;
    margin-right: 12px;
  }
}

/* フォーム */
.lp_contact {
  width: 100%;
  padding: 100px 0;
  background: url(../img/contact_back.jpg) no-repeat right top / cover;
  background-size: cover;
  text-align: center;
}

.ct_container {
  width: min(97%, 1080px);
  margin: 0 auto;
}

.ct_main_title {
  font-size: clamp(20px, 4vw, 30px);
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}

.ct_red_label {
  background-color: #ff4b00;
  color: #fff;
  padding: 0 5px;
  margin: 0 5px;
  display: inline-block;
}

.ct_form_box {
  background-color: #fff;
  margin: 0 auto;
  padding: 60px 10px;
  border-radius: 10px;
}

.ct_form_box form {
  max-width: 760px;
  margin: 0 auto;
}

.ct_privacy_wrap {
  margin-bottom: 30px;
}

.ct_checkbox_label {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}

.ct_checkbox_label input {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

.ct_checkbox_label a {
  color: #0430B3;
  text-decoration: underline;
}

.ct_submit_btn {
  background: #F7931E;
  color: #fff;
  border: none;
  width: 100%;
  max-width: 400px;
  padding: 18px 0;
  font-size: 22px;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  box-shadow: 0 4px 0 #d97d15;
  transition: all 0.3s;
}

.ct_submit_btn:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #d97d15;
}

.ct_btn_arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.ct_btn_arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #F7931E;
  border-right: 2px solid #F7931E;
  transform: translate(-50%, -50%) rotate(45deg);
}

.ct_container .formTable {
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.ct_container .formTable dt {
  font-size: 18px;
  font-weight: 500;
  width: 200px;
}

.ct_container .formTable dt .required {
  background: #E23435;
  color: #fff;
  font-size: 14px;
  margin-left: 5px;
  padding: 0 5px;
}

.ct_container .formTable dd {
  width: min(100% - 200px);
}

.ct_container .formTable dd input,
.ct_container .formTable dd textarea {
  width: 100%;
  border: 0;
  border-radius: 4px;
  background: #F8F8F8;
  padding: 10px 20px;
  font-size: 16px;
}

.ct_container .formTable dt:nth-of-type(n+2),
.ct_container .formTable dd:nth-of-type(n+2) {
  margin-top: 35px;
}

::placeholder {
  color: #C8C8C8;
}

.ct_form_box .btnWrap {
  width: 300px;
  margin: 40px auto 0;
  position: relative;
  transition: .3s;
}

.ct_form_box .btnWrap::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/arrow.png) no-repeat center / contain;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: .3s;
}

.ct_form_box .btnWrap:hover {
  opacity: .6;
}

.ct_form_box .btnWrap:hover::before {
  right: 15px;
}

.ct_form_box .btnWrap input {
  width: 100%;
  display: block;
  font-size: 20px;
  border: 0;
  padding: 20px 0;
  background: #F9931F;
  color: #fff;
  border-radius: 50px;
}

@media (max-width: 767px) {

  .ct_main_title {
    font-size: 4.3vw;
    margin-bottom: 20px;
  }

  .ct_form_box {
    padding: 40px 20px;
    width: 90%;
  }

  .ct_submit_btn {
    font-size: 18px;
  }

  .ct_container .formTable dt,
  .ct_container .formTable dd {
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0 !important;
  }

  .ct_form_box .btnWrap {
    width: 100%;
  }
}

/* フッター */
.lp_footer {
  background-color: #112B6D;
  color: #fff;
  padding: 60px 0 30px;
  text-align: center;
}

.ft_container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

.ft_nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.ft_nav_item {
  border: 3px solid #fff;
  background: #0430B3;
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
  flex: 1;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: background 0.3s;
}

.ft_nav_item:hover {
  background: rgba(255, 255, 255, 0.1);
}

.ft_nav_main {
  font-size: 18px;
  font-weight: bold;
}

.ft_nav_sub {
  font-size: 14px;
}

.ft_bottom_links {
  margin-bottom: 20px;
}

.ft_bottom_links a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.ft_copy {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 767px) {

  .ft_nav {
    flex-direction: column;
    align-items: center;
  }

  .ft_nav_item {
    width: 100%;
  }
}

/* フェードイン */
.js-fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.js-fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* TOPに戻る */
.gotop_btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  background-color: #0430B3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.gotop_btn.is-show {
  opacity: 1;
  visibility: visible;
}

.gotop_btn:hover {
  background-color: #079EDE;
  transform: translateY(-5px);
}

.gotop_arrow {
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
  margin-top: 5px;
}

@media (max-width: 767px) {
  .gotop_btn {
    right: 15px;
    bottom: 15px;
    width: 45px;
    height: 45px;
  }
}