@charset "UTF-8";
/* =================================================
    font-size vw
=================================================== */
/* =================================================
    margin-bttom カンプとの調整
=================================================== */
/* =================================================
    display: block;
=================================================== */
/* =================================================
    .bl_fv
=================================================== */
.bl_fv {
  position: relative;
  width: 100%;
  height: calc(100dvh - 8rem);
}
.bl_fv img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .bl_fv {
    aspect-ratio: 16/8.4;
    height: auto;
  }
}
.bl_fv_img01 {
  position: absolute;
  top: 1rem;
  width: 93.3333333333%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .bl_fv_img01 {
    width: 71.4285714286%;
  }
}
@media screen and (min-width: 1025px) {
  .bl_fv_img01 {
    top: 6rem;
  }
}
.bl_fv_img02 {
  position: absolute;
  top: 23%;
  right: 0;
  width: 74.6666666667%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .bl_fv_img02 {
    top: auto;
    bottom: 11%;
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .bl_fv_img02 {
    top: 41rem;
    bottom: auto;
  }
}
.bl_fv_img03 {
  display: none;
}
@media screen and (min-width: 768px) {
  .bl_fv_img03 {
    display: block;
    position: absolute;
    left: 0;
    bottom: 4%;
    width: 46.4285714286%;
    height: auto;
  }
}
.bl_fv_catch {
  position: absolute;
  left: 50%;
  bottom: 15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 37.5rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .bl_fv_catch {
    top: 20%;
    left: 50%;
    bottom: auto;
    -webkit-transform: none;
            transform: none;
    width: 47.619047619%;
    max-width: 80rem;
  }
}
@media screen and (min-width: 1025px) {
  .bl_fv_catch {
    top: 23.2rem;
    left: 40%;
  }
}
@media screen and (min-width: 768px) {
  .bl_fv_catch h1 {
    margin-bottom: 40px;
  }
}
.bl_fv_menu {
  width: 86.6666666667%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bl_fv_menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4%;
    margin: 0;
  }
}
.bl_fv_menu li {
  width: 100%;
  border-radius: 8px;
  background: #1a9fe8;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .bl_fv_menu li {
    width: 48%;
    max-width: 360px;
    margin: 0 auto;
  }
}
.bl_fv_menu li.el_personal {
  background: #8dc225;
}
.bl_fv_menu li a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 12px 15px;
  padding-right: 30px;
  background: url(../) no-repeat center center/contain;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .bl_fv_menu li a {
    padding: 25px 25px;
    padding-right: 30px;
    font-size: 30px;
    font-size: 3rem;
    font-size: clamp(24px, 1.7857142857vw, 30px);
  }
}
.bl_fv_menu li a .el_small {
  display: block;
  margin-bottom: 3px;
  font-size: 12px;
  font-size: 1.2rem;
  font-size: 20px;
  font-size: 2rem;
  font-size: clamp(16px, 1.1904761905vw, 20px);
  font-weight: 500;
}
.bl_fv_menu li a br {
  display: none;
}
@media screen and (min-width: 768px) {
  .bl_fv_menu li a br {
    display: block;
  }
}
@media screen and (min-width: 1366px) {
  .bl_fv_menu li a br {
    display: none;
  }
}
.bl_fv_menu li a::after {
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 10px;
  font-size: 1rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .bl_fv_menu li a::after {
    right: 20px;
  }
}

/* =================================================
    .bl_service
=================================================== */
.bl_service {
  padding-top: 5rem;
  padding-bottom: 0rem;
}
@media screen and (min-width: 768px) {
  .bl_service {
    padding-top: 7rem;
    padding-bottom: 0rem;
  }
}
.bl_service .el_lv2Heading {
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .bl_service_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.bl_service_wrap .el_cont {
  background: rgba(26, 159, 232, 0.1);
  padding: 50px;
}
@media screen and (min-width: 768px) {
  .bl_service_wrap .el_cont {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 1025px) {
  .bl_service_wrap .el_cont {
    width: 50%;
  }
}
.bl_service_wrap .el_cont.el_personal {
  background: rgba(141, 194, 37, 0.1);
}
.bl_service_wrap .el_cont.el_personal h3 {
  background: #8dc225;
}
.bl_service_wrap .el_cont h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  max-width: 400px;
  height: 50px;
  margin: 0 auto 40px;
  border-radius: 100vh;
  background: #1a9fe8;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .bl_service_wrap .el_cont h3 {
    width: 400px;
    height: 70px;
    margin: 0 auto 50px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.bl_service_wrap p {
  margin-bottom: 40px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .bl_service_wrap p {
    margin-bottom: 50px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .bl_service_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
.bl_service_wrap ul li {
  width: 100%;
  max-width: 400px;
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
}
.bl_service_wrap ul li:first-of-type {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .bl_service_wrap ul li:first-of-type {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .bl_service_wrap ul li:first-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .bl_service_wrap ul li {
    max-width: 300px;
    margin: 0;
  }
}
.bl_service_wrap ul li a {
  position: relative;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 30px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .bl_service_wrap ul li a {
    padding: 20px 30px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.bl_service_wrap ul li a::after {
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 10px;
  font-size: 1rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #333;
}
.bl_service_wrap .el_bannerWrap {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .bl_service_wrap .el_bannerWrap {
    margin-top: 50px;
  }
}
.bl_service_wrap .el_bannerWrap a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bl_service_wrap .el_bannerWrap a {
    max-width: 620px;
  }
}

/* =================================================
    .bl_philosophy
=================================================== */
.bl_philosophy {
  padding-top: 17.3rem;
  padding-bottom: 24rem;
  background: url(../images/philosophy_sp.jpg) no-repeat center bottom/contain;
}
@media screen and (min-width: 768px) {
  .bl_philosophy {
    padding-top: 17.3rem;
    padding-bottom: 27rem;
    background: url(../images/philosophy_pc.jpg) no-repeat center bottom/contain;
  }
}
@media screen and (min-width: 1025px) {
  .bl_philosophy {
    padding-top: 22.6rem;
    padding-bottom: 47rem;
    padding-bottom: 28%;
  }
}
@media screen and (min-width: 768px) {
  .bl_philosophy .ly_sec_inner {
    max-width: 50%;
  }
}
.bl_philosophy .el_lv2Heading {
  position: relative;
  margin-bottom: 11.3rem;
}
@media screen and (min-width: 1025px) {
  .bl_philosophy .el_lv2Heading {
    margin-bottom: 17rem;
  }
}
.bl_philosophy .el_lv2Heading::after {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 12.3rem;
  height: 18rem;
  background: url(../images/bkg_heading.svg) no-repeat center center/contain;
}
@media screen and (min-width: 1025px) {
  .bl_philosophy .el_lv2Heading::after {
    width: 20.4rem;
    height: 30rem;
  }
}
.bl_philosophy_sec {
  max-width: 50rem;
  margin: 0 auto;
  margin-bottom: 74.5px;
  margin-bottom: 7.45rem;
}
.bl_philosophy_sec:last-of-type {
  margin-bottom: 6rem;
}
.bl_philosophy_sec h3 {
  margin-bottom: 34.5px;
  margin-bottom: 3.45rem;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .bl_philosophy_sec h3 {
    margin-bottom: 33.5px;
    margin-bottom: 3.35rem;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
.bl_philosophy .el_caption {
  font-size: 10px;
  font-size: 1rem;
  color: #666;
  text-align: center;
}

/* =================================================
    .bl_voice
=================================================== */
/* =================================================
    .bl_about
=================================================== */
.bl_about {
  padding-top: 8rem;
  padding-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .bl_about_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  .bl_about_wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.bl_about_img {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .bl_about_img {
    width: 48%;
  }
}
.bl_about_img::after {
  position: absolute;
  top: -8rem;
  left: 0;
  content: "";
  display: block;
  width: 69.3333333333%;
  height: auto;
  aspect-ratio: 26/185;
  background: rgba(26, 159, 232, 0.1);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .bl_about_img::after {
    width: 113.0952380952%;
    height: 115rem;
  }
}
@media screen and (min-width: 768px) {
  .bl_about_content {
    width: 50%;
    max-width: 50rem;
  }
}
@media screen and (min-width: 1025px) {
  .bl_about_content .ly_sec_inner {
    margin: 0;
    margin-left: 3.5rem;
  }
}
.bl_about_content h2 {
  margin-bottom: 0.2em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.bl_about_content h2 span {
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 1em;
}
@media screen and (min-width: 1025px) {
  .bl_about_content h2 {
    display: inline-block;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
.bl_about_content h3 {
  margin-bottom: 0.4em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1025px) {
  .bl_about_content h3 {
    display: inline-block;
    margin-left: 1em;
  }
}
.bl_about_content .el_zayu {
  margin-bottom: 4rem;
  margin-bottom: 36.5px;
  margin-bottom: 3.65rem;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .bl_about_content .el_zayu {
    display: inline-block;
    padding: 0 0.6em;
  }
}
@media screen and (min-width: 768px) {
  .bl_about_content .el_zayu {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.bl_about_content p {
  margin-bottom: 2em;
}
.bl_about_content p:last-of-type {
  margin-bottom: 8rem;
}
.bl_about_content dl {
  margin-bottom: 20rem;
}
.bl_about_content dl dt {
  margin-bottom: 0.5em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.bl_about_content dl dt span {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1025px) {
  .bl_about_content dl dt {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
.bl_about .el_message {
  width: 98%;
  height: auto;
  margin: 0 auto;
}

/* =================================================
    .bl_suggestion
=================================================== */
.bl_suggestion {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: rgba(26, 159, 232, 0.1);
}
@media screen and (min-width: 768px) {
  .bl_suggestion {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.bl_suggestion .ly_sec_inner {
  max-width: 120rem;
}
.bl_suggestion h1 {
  display: grid;
  place-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 400px;
  height: 60px;
  margin: 0 auto 30px;
  background: #1a9fe8;
  border-radius: 100vh;
  font-size: 32px;
  font-size: 3.2rem;
  font-size: clamp(25.6px, 3.125vw, 32px);
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .bl_suggestion h1 {
    width: 500px;
    max-width: none;
    height: 80px;
    margin: 0 auto 40px;
    font-size: 40px;
    font-size: 4rem;
  }
}
.bl_suggestion p {
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-size: clamp(20px, 2.44140625vw, 25px);
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.59375;
}
@media screen and (min-width: 1025px) {
  .bl_suggestion p {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.bl_suggestion ul {
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .bl_suggestion ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2%;
    row-gap: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .bl_suggestion ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.bl_suggestion ul li {
  max-width: 380px;
  background: #fff;
  padding: 24px 20px;
  text-align: center;
  border-radius: 10px;
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .bl_suggestion ul li {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
            flex: 0 1 49%;
    margin: 0;
  }
}
.bl_suggestion ul li:first-of-type {
  margin-top: 0;
}
.bl_suggestion ul li h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #555;
}
@media screen and (min-width: 1025px) {
  .bl_suggestion ul li h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.bl_suggestion ul li img {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .bl_suggestion ul {
    margin: 40px auto 0;
  }
}
.bl_suggestion .el_bannerWrap {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .bl_suggestion .el_bannerWrap {
    margin-top: 30px;
  }
}

/* =================================================
    .bl_problem
=================================================== */
.bl_problem {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .bl_problem {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.bl_problem::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 30px solid #ffffff;
  border-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .bl_problem::after {
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    border-top: 50px solid #ffffff;
  }
}
.bl_problem_example {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .bl_problem_example {
    margin-top: 40px;
  }
}
.bl_problem_example .swiper-wrapper {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .bl_problem_example .swiper-wrapper {
    padding-bottom: 20px;
  }
}
.bl_problem_example .swiper-slide {
  height: auto;
}
.bl_problem_example .el_card {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .bl_problem_example .el_card {
    padding: 30px;
  }
}
.bl_problem_example .el_card h3 {
  padding-bottom: 3px;
  margin-bottom: 20px;
  border-bottom: 5px solid #1a9fe8;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .bl_problem_example .el_card h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.bl_problem_example .el_card p strong {
  color: #1a9fe8;
  font-weight: 700;
}
.bl_problem_example .el_card a {
  text-decoration: underline;
}
.bl_problem_example .el_card ul li::before {
  content: "●";
  color: #1a9fe8;
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}
.bl_problem_example .el_btnWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  height: 40px;
}
.bl_problem_example .el_btnWrap .swiper-button-prev,
.bl_problem_example .el_btnWrap .swiper-button-next {
  position: relative;
  width: 40px;
  height: 40px;
  left: 0;
  right: 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bl_problem_example .el_btnWrap .swiper-button-prev::after,
.bl_problem_example .el_btnWrap .swiper-button-next::after {
  content: "";
  display: none;
}
.bl_problem_example .el_btnWrap .swiper-button-prev {
  background: url(../images/for-managers/arrow_left.svg) no-repeat center center/contain;
}
.bl_problem_example .el_btnWrap .swiper-button-next {
  background: url(../images/for-managers/arrow_right.svg) no-repeat center center/contain;
}

/* =================================================
    .bl_solution
=================================================== */
.bl_solution {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: rgba(26, 159, 232, 0.1);
}
@media screen and (min-width: 768px) {
  .bl_solution {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 1025px) {
  .bl_solution {
    padding-top: 10rem;
    padding-bottom: 0rem;
  }
}
@media screen and (min-width: 1280px) {
  .bl_solution {
    padding-top: 10rem;
    padding-bottom: 0rem;
  }
}
@media screen and (min-width: 1025px) {
  .bl_solution .el_lv2pageHeading {
    text-align: left;
  }
}
@media screen and (min-width: 1025px) {
  .bl_solution .ly_flex_pc {
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.bl_solution .el_cont {
  max-width: 480px;
  margin: 0 auto;
}
.bl_solution .el_cont p {
  margin-top: 2em;
  line-height: 2;
}
.bl_solution .el_img {
  max-width: 480px;
  margin: 30px auto 0;
}
@media screen and (min-width: 1025px) {
  .bl_solution .el_img {
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .bl_solution_menu {
    background: #1a9fe8;
  }
}
.bl_solution_menuInner {
  max-width: 500px;
  padding: 0 4%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bl_solution_menuInner {
    max-width: 100rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    padding: 0 50px;
  }
}
@media screen and (min-width: 1025px) {
  .bl_solution_menuInner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    padding: 0;
    margin-top: 100px;
    background: #1a9fe8;
  }
}
.bl_solution_menuInner .el_card {
  position: relative;
  background: #1a9fe8;
  padding: 30px;
  margin: 70px auto 0;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .bl_solution_menuInner .el_card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 55px);
            flex: 0 1 calc(50% - 55px);
    margin: 0;
    margin-top: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .bl_solution_menuInner .el_card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33% - 33.3333333333px);
            flex: 0 1 calc(33% - 33.3333333333px);
    margin: 0;
    border-radius: 0;
    background: none;
    padding: 50px 0 40px;
  }
}
.bl_solution_menuInner .el_card .el_no {
  position: absolute;
  bottom: 98%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 60px;
  font-size: 6rem;
  color: #1a9fe8;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .bl_solution_menuInner .el_card .el_no {
    font-size: 80px;
    font-size: 8rem;
  }
}
.bl_solution_menuInner .el_card h3 {
  width: 100%;
  max-width: 300px;
  height: 50px;
  margin: 0 auto 15px;
  display: grid;
  place-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100vh;
  background: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-size: clamp(19.2px, 2.34375vw, 24px);
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .bl_solution_menuInner .el_card h3 {
    height: 60px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.bl_solution_menuInner .el_card ul {
  color: #fff;
}
.bl_solution_menuInner .el_card ul li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .bl_solution_menuInner .el_card ul li {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .bl_solution_menuInner .el_card ul li {
    font-size: 20px;
    font-size: 2rem;
  }
}
.bl_solution_menuInner .el_card ul li:last-of-type {
  margin-bottom: 0;
}

/* =================================================
    .bl_userGuide
=================================================== */
.bl_userGuide {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_userGuide {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.bl_userGuide .el_time {
  margin-top: 8px;
  text-align: center;
}
.bl_userGuide .el_time span {
  display: block;
}
@media screen and (min-width: 768px) {
  .bl_userGuide .el_time span {
    display: inline-block;
    margin-left: 1em;
  }
}
.bl_userGuide table {
  display: block;
  width: 100%;
  margin: 38px auto 0;
  border-top: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .bl_userGuide table {
    display: table;
  }
}
@media screen and (min-width: 1025px) {
  .bl_userGuide table {
    width: 80%;
    max-width: 800px;
  }
}
.bl_userGuide table th,
.bl_userGuide table td {
  display: block;
  padding: 18px 15px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .bl_userGuide table th,
  .bl_userGuide table td {
    display: table-cell;
  }
}
.bl_userGuide table th {
  font-weight: 700;
  vertical-align: top;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .bl_userGuide table th {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .bl_userGuide table th {
    padding-left: 120px;
  }
}
.bl_userGuide table td {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .bl_userGuide table td {
    padding-top: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .bl_userGuide table td {
    padding-right: 120px;
  }
}
.bl_userGuide table tr {
  border-bottom: 1px solid #707070;
}

/* =================================================
    .bl_target
=================================================== */
.bl_target {
  padding-top: 5rem;
  padding-bottom: 0.6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_target {
    padding-top: 10rem;
    padding-bottom: 0.6rem;
  }
}
.bl_target_case {
  margin-top: 30px;
  border: 2px solid #1a9fe8;
  border-radius: 10px;
  padding: 40px 1em 30px;
}
@media screen and (min-width: 768px) {
  .bl_target_case {
    margin-top: 40px;
    padding: 40px 40px 30px;
  }
}
.bl_target ul {
  text-align: left;
  padding-left: 1em;
}
@media screen and (min-width: 1280px) {
  .bl_target ul {
    width: 83%;
    padding-left: 0;
    margin: 0 auto;
  }
}
.bl_target ul li {
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -0.7em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .bl_target ul li {
    display: inline-block;
    padding-left: 0;
    text-indent: 0;
    margin-right: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .bl_target ul li {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.bl_target ul li::before {
  content: "●";
  color: #1a9fe8;
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}
.bl_target .el_band {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .bl_target .el_band {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 6px;
    margin-top: 100px;
  }
  .bl_target .el_band img {
    width: 100%;
    max-width: none;
  }
}
.bl_target .el_band div {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .bl_target .el_band div {
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
@media screen and (min-width: 1025px) {
  .bl_target .el_band div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33%;
            flex: 1 1 33%;
  }
}

/* =================================================
    .bl_clientVoice
=================================================== */
.bl_clientVoice {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background: rgba(26, 159, 232, 0.1);
}
@media screen and (min-width: 768px) {
  .bl_clientVoice {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }
}
.bl_clientVoice .ly_sec_inner {
  max-width: 120rem;
}
.bl_clientVoice_ttl {
  position: relative;
  width: 90%;
  max-width: 400px;
  height: 50px;
  margin: 0 auto 40px;
  display: grid;
  place-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #1a9fe8;
  background: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  color: #1a9fe8;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .bl_clientVoice_ttl {
    width: 400px;
    height: 60px;
    margin: 0 auto 50px;
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.bl_clientVoice_ttl::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 15px #1a9fe8;
}
.bl_clientVoice_ttl::after {
  position: absolute;
  content: "";
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-left: solid 15px #1a9fe8;
}
.bl_clientVoice_wrap {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .bl_clientVoice_wrap {
    max-width: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.bl_clientVoice_wrap .el_voice {
  margin-top: 80px;
}
@media screen and (min-width: 1280px) {
  .bl_clientVoice_wrap .el_voice {
    margin-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 50px);
            flex: 0 1 calc(50% - 50px);
  }
}
.bl_clientVoice_wrap .el_voice:first-of-type {
  margin-top: 0;
}
.bl_clientVoice_wrap .el_voice .el_img {
  margin: 0 auto;
  text-align: center;
}
.bl_clientVoice_wrap .el_voice .el_img img {
  width: 160px;
  height: auto;
  margin-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  .bl_clientVoice_wrap .el_voice .el_img img {
    width: 200px;
  }
}
.bl_clientVoice_wrap .el_voice .el_img figcaption {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .bl_clientVoice_wrap .el_voice .el_img figcaption {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.bl_clientVoice_wrap .el_voice dl {
  margin-top: 45px;
}
.bl_clientVoice_wrap .el_voice dl dt {
  padding-left: 11px;
  margin-bottom: 14px;
  border-left: 10px solid #1a9fe8;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  .bl_clientVoice_wrap .el_voice dl dt {
    font-size: 20px;
    font-size: 2rem;
  }
}
.bl_clientVoice_wrap .el_voice dl dd {
  margin-bottom: 35px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: justify;
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  .bl_clientVoice_wrap .el_voice dl dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* =================================================
    .bl_contact
=================================================== */
.bl_contact {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background: #1a9fe8;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .bl_contact {
    padding-top: 6rem;
    padding-bottom: 10rem;
  }
}
.bl_contact .el_lv2pageHeading {
  color: #fff;
}
.bl_contact_wrap {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .bl_contact_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
    max-width: none;
  }
}
.bl_contact_wrap .el_img {
  width: 300px;
  height: auto;
  margin: 30px auto;
}
@media screen and (min-width: 1025px) {
  .bl_contact_wrap .el_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    margin: 0;
  }
}
.bl_contact_wrap .el_img img {
  border-radius: 10px;
}
.bl_contact_wrap .el_img figcaption {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .bl_contact_wrap .el_cont {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(70% - 30px);
            flex: 0 1 calc(70% - 30px);
  }
}
.bl_contact_wrap .el_cont p {
  margin-bottom: 2em;
}
.bl_contact_wrap .el_cont p:last-of-type {
  margin-bottom: 0;
}
.bl_contact_wrap .el_cont p.el_telNo {
  font-size: 24px;
  font-size: 2.4rem;
  font-size: clamp(19.2px, 2.34375vw, 24px);
  line-height: 1.4411764706;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .bl_contact_wrap .el_cont p.el_telNo {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.bl_contact_wrap .el_cont p.el_telNo a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bl_contact_wrap .el_btnWrap {
  margin-top: 40px;
  text-align: center;
}
.bl_contact_wrap .el_btnWrap .el_btnContact {
  display: inline-block;
  width: 90%;
  max-width: 380px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 100vh;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: #1a9fe8;
  line-height: 46px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .bl_contact_wrap .el_btnWrap .el_btnContact {
    height: 60px;
    line-height: 56px;
  }
}
.bl_contact_wrap .el_btnWrap .el_btnContact::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 54px;
  height: 42px;
  background: url(../images/icon_contact.svg) no-repeat center center/contain;
  vertical-align: middle;
  z-index: 1;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media screen and (min-width: 768px) {
  .bl_contact_wrap .el_btnWrap .el_btnContact::before {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}

/* =================================================
    #page_managers
=================================================== */
#page_managers .bl_suggestion ul li:first-of-type img {
  width: 86.3157894737%;
  max-width: 328px;
}
@media screen and (min-width: 768px) {
  #page_managers .bl_suggestion ul li:first-of-type img {
    width: 100%;
  }
}
#page_managers .bl_suggestion ul li:nth-of-type(2) img {
  width: 79.2105263158%;
  max-width: 301px;
}
@media screen and (min-width: 768px) {
  #page_managers .bl_suggestion ul li:nth-of-type(2) img {
    width: 100%;
  }
}
#page_managers .bl_suggestion ul li:nth-of-type(3) img {
  width: 58.6842105263%;
  max-width: 223px;
}
@media screen and (min-width: 768px) {
  #page_managers .bl_suggestion ul li:nth-of-type(3) img {
    width: 100%;
  }
}

/* =================================================
    #page_personal
=================================================== */
#page_personal .bl_suggestion {
  background: rgba(141, 194, 37, 0.1);
}
#page_personal .bl_suggestion h1 {
  background: #8dc225;
}
#page_personal .bl_suggestion ul li:first-of-type img {
  width: 58.1578947368%;
  max-width: 221px;
}
@media screen and (min-width: 768px) {
  #page_personal .bl_suggestion ul li:first-of-type img {
    width: 100%;
  }
}
#page_personal .bl_suggestion ul li:nth-of-type(2) img {
  width: 60.5263157895%;
  max-width: 230px;
}
@media screen and (min-width: 768px) {
  #page_personal .bl_suggestion ul li:nth-of-type(2) img {
    width: 100%;
  }
}
#page_personal .bl_suggestion ul li:nth-of-type(3) img {
  width: 60%;
  max-width: 228px;
}
@media screen and (min-width: 768px) {
  #page_personal .bl_suggestion ul li:nth-of-type(3) img {
    width: 100%;
  }
}
#page_personal .bl_problem_example h3 {
  border-bottom: 5px solid #8dc225;
}
#page_personal .bl_problem_example p strong {
  color: #8dc225;
}
#page_personal .bl_problem_example .el_btnWrap .swiper-button-prev {
  background: url(../images/for-personal/arrow_left.svg) no-repeat center center/contain;
}
#page_personal .bl_problem_example .el_btnWrap .swiper-button-next {
  background: url(../images/for-personal/arrow_right.svg) no-repeat center center/contain;
}
#page_personal .bl_problem_example .el_band {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 95px auto 0;
  max-width: 930px;
}
#page_personal .bl_problem_example .el_band img {
  width: 100%;
  max-width: none;
}
#page_personal .bl_solution {
  background: rgba(141, 194, 37, 0.1);
  padding-bottom: 0;
}
#page_personal .bl_solution > .ly_sec_inner {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #page_personal .bl_solution > .ly_sec_inner {
    padding-bottom: 100px;
  }
}
#page_personal .bl_solution_menu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #8dc225;
}
@media screen and (min-width: 1025px) {
  #page_personal .bl_solution_menu {
    background: #8dc225;
  }
}
#page_personal .bl_solution_menu h3 {
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  #page_personal .bl_solution_menu h3 {
    font-size: 40px;
    font-size: 4rem;
  }
}
#page_personal .bl_solution_menu h3 span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
}
@media screen and (min-width: 1025px) {
  #page_personal .bl_solution_menu h3 span {
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#page_personal .bl_solution_menu ul {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  max-width: 700px;
}
@media screen and (min-width: 1025px) {
  #page_personal .bl_solution_menu ul {
    max-width: none;
    row-gap: 13px;
  }
}
#page_personal .bl_solution_menu ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 20px);
          flex: 0 1 calc(50% - 20px);
  background: #fff;
  border-radius: 100vh;
  max-width: 240px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  #page_personal .bl_solution_menu ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(25% - 20px);
            flex: 0 1 calc(25% - 20px);
    height: 60px;
    line-height: 60px;
  }
}
@media screen and (min-width: 1025px) {
  #page_personal .bl_solution_menu ul li {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#page_personal .bl_target {
  padding: 0;
}
#page_personal .bl_target_case {
  border: 2px solid #8dc225;
}
#page_personal .bl_target ul li::before {
  content: "●";
  color: #8dc225;
}
#page_personal .bl_target .el_band {
  margin-top: 5px;
}
@media screen and (min-width: 1025px) {
  #page_personal .bl_target .el_band {
    margin-bottom: 5px;
  }
}
#page_personal .bl_clientVoice {
  background: rgba(141, 194, 37, 0.1);
}
#page_personal .bl_clientVoice_ttl {
  border: 1px solid #8dc225;
  color: #8dc225;
}
#page_personal .bl_clientVoice_ttl::before {
  border-right: solid 15px #8dc225;
}
#page_personal .bl_clientVoice_ttl::after {
  border-left: solid 15px #8dc225;
}
#page_personal .bl_clientVoice .el_voice dl dt {
  border-left: 10px solid #8dc225;
}
#page_personal .bl_contact {
  background: #8dc225;
}
#page_personal .bl_contact_wrap .el_btnWrap .el_btnContact {
  font-weight: #8dc225;
}
#page_personal .bl_contact_wrap .el_btnWrap .el_btnContact::before {
  background: url(../images/icon_contact_p.svg) no-repeat center center/contain;
}/*# sourceMappingURL=page.css.map */