@charset "UTF-8";
.gradient {
  background: rgb(182, 210, 237);
  background: linear-gradient(180deg, rgb(182, 210, 237) 0%, rgb(157, 235, 218) 100%);
}

.column_border_radius {
  border-radius: 20px;
}

.column_border_radius_30px {
  border-radius: 30px;
}

.button_boxshadow {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.16);
}

.hover_duration {
  transition-duration: 300ms;
}

.img_maxwidth100p {
  max-width: 100%;
}

.position_relative {
  position: relative;
}

.transition {
  transition: 0.2s;
}

@media screen and (max-width: 576px) {
  .sm_margin_top_xsmall {
    margin-top: 20px;
  }
}

.margin_bottom_zero {
  margin-bottom: 0;
}

@media screen and (max-width: 576px) {
  .sm_margin_bottom_zero {
    margin-bottom: 0;
  }
}

.margin_bottom_xsmall {
  margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
  .sp_margin_bottom_xsmall {
    margin-bottom: 20px;
  }
}

.margin_bottom_small {
  margin-bottom: 42px;
}
@media screen and (max-width: 576px) {
  .margin_bottom_small {
    margin-bottom: 24px;
  }
}

.margin_bottom_medium {
  margin-bottom: 72px;
}
@media screen and (max-width: 576px) {
  .margin_bottom_medium {
    margin-bottom: 36px;
  }
}

.margin_bottom_large {
  margin-bottom: 96px;
}
@media screen and (max-width: 576px) {
  .margin_bottom_large {
    margin-bottom: 48px;
  }
}

.margin_bottom_xlarge {
  margin-bottom: 120px;
}
@media screen and (max-width: 576px) {
  .margin_bottom_xlarge {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 576px) {
  .sm_padding_side_zero {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 576px) {
  .sm_padding_top_12px {
    padding-top: 12px;
  }
}

@media screen and (max-width: 576px) {
  .sm_padding_top_24px {
    padding-top: 24px;
  }
}

@media screen and (max-width: 576px) {
  .sm_padding_top_48px {
    padding-top: 48px;
  }
}

.padding_3per {
  padding: 3%;
}

.padding_bottom_3per {
  padding-bottom: 3%;
}

.padding_5per {
  padding: 5%;
}

.padding_top_5per {
  padding-top: 5%;
}

.padding_top_bottom_5per {
  padding-top: 5%;
  padding-bottom: 5%;
}

.padding_top_bottom_3per {
  padding-top: 3%;
  padding-bottom: 3%;
}

.padding_side_5per {
  padding-left: 5%;
  padding-right: 5%;
}

.padding_24px {
  padding: 24px;
}

.padding_16px {
  padding: 16px;
}

.padding_8px {
  padding: 8px;
}

.padding_top_16px {
  padding-top: 16px;
}

.padding_left_zero {
  padding-left: 0;
}

@media screen and (max-width: 576px) {
  .sm_padding_10per {
    padding: 10%;
  }
}

@media screen and (max-width: 576px) {
  .sm_padding_7per {
    padding: 7%;
  }
}

@media screen and (max-width: 576px) {
  .sm_padding_5per {
    padding: 5%;
  }
}

@media screen and (max-width: 576px) {
  .sm_excepting_visible {
    display: none;
  }
}

.sm_only_visible {
  display: none;
}
@media screen and (max-width: 576px) {
  .sm_only_visible {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .contentsWrap img.sm_excepting_visible {
    display: none;
  }
}
.contentsWrap img.sm_only_visible {
  display: none;
}
@media screen and (max-width: 576px) {
  .contentsWrap img.sm_only_visible {
    display: block;
  }
}

.sm_new_line {
  display: none;
}
@media screen and (max-width: 576px) {
  .sm_new_line {
    display: inline;
  }
}

@media screen and (max-width: 576px) {
  .sm_display_none {
    display: none;
  }
}

.position_relative {
  position: relative;
}

h2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-weight: bold;
  font-size: 24px;
  vertical-align: bottom;
}
@media screen and (max-width: 576px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 114%;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 576px) {
  h4 {
    font-size: 105%;
  }
}

p {
  line-height: 2;
}
p.line_height_low {
  line-height: 1.5;
}

ul {
  padding-left: 0;
}
ul li {
  margin-bottom: 12px;
}
ul li:last-child {
  margin-bottom: 0;
}
ul.orange_dot_list {
  color: #E66B00;
  margin-bottom: 0;
}
ul.orange_dot_list li {
  list-style: disc;
  padding: 4px 0;
}
ul.orange_dot_list li span {
  color: #333333;
}
ul.main_blue_dot_list li::before {
  content: "●";
  color: #074BB1;
  margin-right: 6px;
}

.text_eyecatch_main_blue {
  background-color: #074BB1;
  padding: 6px;
  color: #ffffff;
  font-size: 80%;
}

.font_size_large {
  font-size: 124%;
  line-height: 1.7;
}

.text_color_default {
  color: #333333;
}

.text_color_blue {
  color: #074BB1;
}

.text_color_red {
  color: #DC010C;
}

.text_color_orange {
  color: #E66B00;
}

.text_color_white {
  color: #ffffff;
}

.orange_border_bottom_text {
  border-bottom: 3px solid #FC871F;
  padding-bottom: 16px;
  margin-bottom: 24px;
}

.main_blue_border_bottom_text {
  border-bottom: 2px solid #074BB1;
  padding-bottom: 16px;
  margin-bottom: 24px;
}

.white_border_bottom_text {
  border-bottom: 2px solid #ffffff;
  padding-bottom: 16px;
  margin-bottom: 24px;
}

.text_align_center {
  text-align: center;
}

@media screen and (max-width: 576px) {
  .sp_text_align_center {
    text-align: center;
  }
}

.gradient_box {
  padding: 6% 6% 3%;
}

.bg_white_box {
  background: #ffffff;
}

.bg_light_gray_box {
  background-color: #F7F7F7;
}

.border_blue3px_box {
  border: 3px solid #074BB1;
}

.border_blue2px_box {
  border: 2px solid #074BB1;
}

.border_blue1px_box {
  border: 1px solid #074BB1;
}

.border_radius_20px {
  border-radius: 20px;
}

.border_radius_10px {
  border-radius: 10px;
}

.border_radius_top_10px {
  border-radius: 10px 0;
}

.border_radius_5px {
  border-radius: 5px;
}

.border_radius_bottom_10px {
  border-radius: 0 0 10px 10px;
}

.border_radius_top_10px {
  border-radius: 10px 10px 0 0;
}

.border_radius_top_5px {
  border-radius: 5px 5px 0 0;
}

.border_radius_bottom_5px {
  border-radius: 0 0 5px 5px;
}

.box_shadow, header {
  box-shadow: 0px 0px 20px rgba(181, 181, 181, 0.16);
}

.bg_blue_gradient_box {
  background: linear-gradient(-45deg, #7cabfb 0%, #72c9fe 52.22%, #5b94fb 100%);
}

.bg_thin_blue_gradient_box {
  background: linear-gradient(-45deg, #edf7ff 0%, #f2f9ff 49.75%, #d8eeff 100%);
}

.bg_thin_blue_box_01 {
  background-color: #EDF7FF;
}

.bg_thin_blue_box_02 {
  background-color: #DBF0FF;
}

.bg_sub_orange_02 {
  background-color: #E66B00;
}

.block_padding_style_01 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.block_padding_style_02 {
  padding-top: 84px;
  padding-bottom: 84px;
}

.block_padding_style_03 {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media screen and (max-width: 576px) {
  .block_padding_style_03 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.form_dummy {
  background: #eeeeee;
  padding: 300px 0;
  text-align: center;
  margin-top: 32px;
}

.width_100per {
  width: 100%;
}

.height_100per {
  height: 100%;
}

.row_eq_height {
  display: flex;
  flex-wrap: wrap;
}

.display_flex_flex-direction_coulmn {
  display: flex;
  /*子要素に追加*/
  flex-direction: column;
}

.display_inline_block {
  display: inline-block;
}

.display_inline_block {
  display: inline-block;
}

header {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 16px;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  z-index: 100;
}
@media screen and (max-width: 576px) {
  header {
    padding: 14px 12px 12px;
  }
}
header .logo {
  width: 198px;
  height: auto;
  vertical-align: top;
}
@media screen and (max-width: 576px) {
  header .logo {
    width: 120px;
    position: relative;
    top: 6px;
  }
}
header p {
  margin: 0;
}
header p.tel {
  text-align: right;
  line-height: 1.2;
  margin-right: 12px;
}
@media screen and (max-width: 576px) {
  header p.tel {
    margin-right: 0;
  }
}
header p.tel b.tel_number {
  font-size: clamp(18px, 2vw, 30px);
  background: url(../../../img/pickup_lp/face-system/icon_freedial.png) no-repeat left 50%;
  background-size: 44px auto;
  padding-left: 44px;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media screen and (max-width: 576px) {
  header p.tel b.tel_number {
    background-size: 32px auto;
    padding-left: 32px;
  }
}
@media screen and (max-width: 576px) {
  header p.tel span.time_schedule {
    font-size: 12px;
    line-height: 1;
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 576px) {
  header .button {
    padding: 8px 16px;
    font-size: 12px;
  }
}

#page {
  background-color: #ffffff;
}

@media screen and (max-width: 576px) {
  .face-system .row {
    --bs-gutter-x: 0;
  }
}
.face-system img {
  max-width: 100%;
  height: auto;
}
.face-system h1 {
  margin-bottom: 24px;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .face-system h1 {
    margin-bottom: 12px;
  }
}
.face-system h2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  .face-system h2 {
    font-size: 20px;
  }
}
.face-system h2.text_color_normal {
  color: #333333;
}
.face-system h2.underline {
  padding-bottom: 20px;
  border-bottom: 3px solid #074BB1;
}
.face-system h3 {
  font-weight: bold;
  font-size: 24px;
  vertical-align: bottom;
}
@media screen and (max-width: 576px) {
  .face-system h3 {
    font-size: 18px;
  }
}
.face-system h4 {
  font-size: 114%;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 576px) {
  .face-system h4 {
    font-size: 105%;
  }
}
.face-system p {
  line-height: 2;
}
.face-system p.line_height_low {
  line-height: 1.5;
}
.face-system p.freedial {
  display: inline-block;
  margin: 0 auto 24px;
  color: #18A142;
  background-color: #ffffff;
  font-weight: bold;
  border-radius: 5px;
  background-image: url(../../../img/pickup_lp/face-system/freedial_icon.png);
  background-position: 8px 50%;
  background-size: 54px auto;
  background-repeat: no-repeat;
  padding: 8px 2px 8px 64px;
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .face-system p.freedial {
    font-size: 24px;
  }
}
.face-system .button {
  font-size: clamp(16px, 3vw, 20px);
  text-decoration: none;
  background-color: #074BB1;
  color: #ffffff;
  font-weight: bold;
  padding: 1em;
  display: inline-block;
  border-radius: 50px;
  transition: 0.25s;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
.face-system .button.auto_width {
  width: auto;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.face-system .button:hover {
  filter: brightness(1.2);
}
.face-system .bg_fv {
  background: url(../../../img/pickup_lp/face-system/bg_fv_pc.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding-top: 240px;
  padding-bottom: 160px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .face-system .bg_fv {
    padding-top: 148px;
    padding-bottom: 36px;
    background: url(../../../img/pickup_lp/face-system/bg_fv_sp.jpg) no-repeat top center;
    background-size: 102% auto;
  }
}
.face-system .bg_fv .fv_logo {
  position: absolute;
  top: 24px;
  left: 24px;
}
.face-system .bg_fv .fv_logo img {
  width: 218px;
  height: auto;
}
@media screen and (max-width: 576px) {
  .face-system .bg_fv .fv_logo img {
    width: 150px;
  }
}
.face-system .bg_fv p.title {
  margin-bottom: 0;
  font-size: clamp(28px, 3vw, 48px);
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .face-system .bg_fv p.title {
    text-align: center;
  }
}
.face-system .bg_fv p.title b {
  color: #074BB1;
  font-weight: bold;
}
.face-system .bg_fv h1 {
  font-size: clamp(16px, 5vw, 20px);
  line-height: 1.4;
  font-weight: normal;
  color: #333333;
}
@media screen and (max-width: 576px) {
  .face-system .bg_fv h1 {
    margin-bottom: 16px;
    text-align: center;
  }
}
.face-system .bg_fv .fv_product {
  padding-right: 24px;
}
@media screen and (max-width: 576px) {
  .face-system .bg_fv .fv_product {
    padding-right: 36px;
    padding-left: 36px;
  }
}
@media screen and (max-width: 576px) {
  .face-system .bg_fv .fv_buttons {
    text-align: center;
  }
}
.face-system .bg_ploblem {
  background: url(../../../img/pickup_lp/face-system/bg_problem_pc.jpg) no-repeat bottom center;
  padding: 72px 0;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 576px) {
  .face-system .bg_ploblem {
    padding-bottom: 40px;
    background: url(../../../img/pickup_lp/face-system/bg_problem_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}
.face-system .bg_ploblem h2 {
  color: #ffffff;
}
.face-system .solution_arrow {
  width: 90px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -45px;
}
@media screen and (max-width: 576px) {
  .face-system .solution_arrow {
    width: 60px;
    margin-left: -30px;
    bottom: 8px;
  }
}
.face-system .solution_arrow_02_wrap {
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .face-system .solution_arrow_02_wrap {
    margin-bottom: 24px;
  }
}
.face-system .solution_arrow_02 {
  width: 18px;
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -11px;
}
@media screen and (max-width: 576px) {
  .face-system .solution_arrow_02 {
    width: 12px;
    top: auto;
    bottom: 4px;
    right: 50%;
    transform: rotate(90deg);
    margin-top: auto;
    margin-right: -6px;
  }
}
.face-system .ploblem_list_box .list_item {
  background-color: #1D1D1D;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  padding: 0 0 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  color: #ffffff;
}
.face-system .ploblem_list_box .list_item.single_line {
  padding-top: 23px;
  min-height: 64px;
}
.face-system .ploblem_list_box .list_item img {
  border-radius: 5px 5px 0 0;
}
.face-system .ploblem_list_box .list_item p {
  list-style: none;
  line-height: 1.4;
  margin-bottom: 0;
  display: inline;
}
.face-system .ploblem_triangle {
  text-align: center;
}
.face-system .ploblem_triangle img {
  width: 48px;
  height: auto;
}
.face-system .ploblem_end_message {
  font-size: clamp(18px, 3vw, 20px);
  text-align: center;
  line-height: 1.6;
}
.face-system .bg_solution {
  background-color: #3283EF;
}
.face-system .function_wrap {
  margin-left: 48px;
  margin-right: 48px;
}
@media screen and (max-width: 576px) {
  .face-system .function_wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
.face-system .bg_function {
  background-color: #87B6F5;
  padding: 36px 36px 16px;
}
@media screen and (max-width: 576px) {
  .face-system .bg_function {
    padding: 16px;
  }
}
.face-system .bg_function .fuction_item {
  background-color: #ffffff;
  border: 5px solid #ffffff;
  border-radius: 10px;
  text-align: center;
}
.face-system .bg_function .fuction_item figure {
  background-color: #C2E1FF;
  padding: 20px 0 12px;
  border-radius: 5px 5px 0 0;
}
.face-system .bg_function .fuction_item figure img {
  width: 148px;
  height: auto;
}
.face-system .bg_function .fuction_item p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.face-system .merit_item {
  border: 3px solid #074BB1;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 24px;
}
.face-system .merit_item figure {
  text-align: center;
}
.face-system .merit_item figure img {
  width: 150px;
  height: auto;
}
.face-system .merit_item h3 {
  text-align: center;
  border-bottom: 1px solid #CDD6DD;
  padding-bottom: 12px;
  margin-bottom: 24px;
}
.face-system .merit_item .merit_list {
  background-color: #E3F1FF;
  padding: 16px;
  border-radius: 5px;
  min-height: 96px;
  margin-bottom: 12px;
}
@media screen and (max-width: 576px) {
  .face-system .merit_item .merit_list {
    min-height: auto;
  }
}
.face-system .merit_item .merit_list li {
  color: #074BB1;
  list-style: disc;
  margin-left: 20px;
}
.face-system .merit_item .merit_triangle {
  text-align: center;
  margin-bottom: 8px;
}
.face-system .merit_item .merit_triangle img {
  width: 46px;
  height: auto;
}
@media screen and (max-width: 576px) {
  .face-system .merit_item .merit_triangle img {
    width: 40px;
  }
}
.face-system .merit_item .merit_text {
  background-color: #FFEAD1;
  padding: 16px;
  border-radius: 5px;
  line-height: 1.8;
  margin-bottom: 0;
  font-weight: bold;
  min-height: 176px;
}
@media screen and (max-width: 576px) {
  .face-system .merit_item .merit_text {
    min-height: auto;
  }
}
.face-system .bg_case {
  background: url(../../../img/pickup_lp/face-system/bg_case.jpg) no-repeat top center;
  background-size: cover;
  padding: 88px 0 64px;
}
.face-system .flow_item {
  border: 1px solid #074BB1;
  border-radius: 10px;
}
.face-system .flow_item h3 {
  font-size: 20px;
  z-index: 10;
  position: relative;
  padding-left: 24px;
  margin-left: 24px;
}
@media screen and (max-width: 576px) {
  .face-system .flow_item h3 {
    margin: 16px 12px;
  }
}
.face-system .flow_item h3::before {
  content: "";
  width: 28px;
  height: 28px;
  background-color: #074BB1;
  position: absolute;
  border-radius: 100px;
  top: -2px;
  left: 10px;
  z-index: 1;
}
.face-system .flow_item h3 .number {
  line-height: 1;
  color: #ffffff;
  z-index: 100;
  margin-left: -6px;
  margin-right: 12px;
  position: relative;
  top: 2px;
}
.face-system .flow_item .flow_img {
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 576px) {
  .face-system .flow_item .flow_img {
    border-radius: 0 0 10px 10px;
  }
}
.face-system .flow_arrow {
  text-align: center;
  margin: 12px 0 8px;
}
.face-system .flow_arrow img {
  width: 45px;
  height: auto;
}
.face-system .bg_faq {
  background-color: #E2EAF4;
  padding: 80px 0;
}
.face-system .faq {
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #074BB1;
}
.face-system .faq dt {
  padding: 24px 24px 12px 24px;
  text-indent: -24px;
  border-bottom: 1px solid #D5D5D5;
  margin-left: 24px;
  margin-right: 24px;
}
.face-system .faq dt::before {
  content: "Q:";
  color: #074BB1;
  font-weight: bold;
}
.face-system .faq dd {
  padding: 12px 24px 12px 48px;
  line-height: 2;
  text-indent: -24px;
}
.face-system .faq dd::before {
  content: "A:";
  color: #E66B00;
  font-weight: bold;
}
.face-system .bg_cta {
  background: url(../../../img/pickup_lp/face-system/bg_cta_pc.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 160px 0;
}
@media screen and (max-width: 576px) {
  .face-system .bg_cta {
    background: url(../../../img/pickup_lp/face-system/bg_cta_sp.jpg) no-repeat bottom center;
    background-size: 100% auto;
    padding: 40px 0 280px;
  }
}
.face-system .bg_cta .cta_product_img {
  width: 80%;
}
.face-system footer {
  background-color: #ffffff;
}
.face-system footer .copyright {
  text-align: center;
  padding: 16px 0;
  margin-bottom: 0;
  font-size: 14px;
}