* {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

body {
  color: #666;
}

a {
  width: inherit;
  height: inherit;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

.ly_inner {
  width: 1000px;
  margin: 0 auto;
}

.hp_pcNone {
  display: none !important;
}

/*----------- header -----------*/
.ly_header {
  padding: 8px 0;
  background: #fff;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/*----------- fv -----------*/
.ly_fv {
  background: url(../img/pc_fv_background.jpg) no-repeat center/cover;
  overflow: clip;
}

.bl_fv_inner {
  padding: 110px 0 22px;
  position: relative;
}

.bl_fv_ttl {
  width: 452px;
}

.bl_fv_btn {
  position: relative;
  z-index: 3;
  margin: -3px 0 0 -18px;
  justify-content: flex-start;
  gap: 0;
}

.bl_fv_img {
  width: 652px;
  position: absolute;
  right: -70px;
  bottom: -7px;
  z-index: 2;
}

/*----------- el_btn -----------*/
.el_btnWrap {
  display: flex;
}

.el_btn + .el_btn {
  margin-left: -20px;
}
.el_btn a {
  display: block;
}

/*----------- about -----------*/
.ly_about {
  background: url(../img/pc_about_background.jpg) no-repeat center/cover;
  padding: 63px 0 55px;
  position: relative;
}
.ly_about::before {
  content: "";
  background: url(../img/pc_about_section-divider.png) no-repeat center/contain;
  width: 6px;
  height: 102px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

/*----------- worries -----------*/
.ly_worries {
  padding: 60px 0 80px;
  background: #f2f2f2;
}

.bl_worries_ttl {
  width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.bl_worries_list {
  background: url(../img/pc_worries_background.png) no-repeat center/contain;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  gap: 20px;
  width: 1200px;
  height: 469px;
  margin: -56px auto 0;
  padding: 110px 60px;
}

.bl_worries_item {
  background: #dbf0ef;
  border-radius: 10px;
  height: 140px;
  overflow: hidden;
  position: relative;
}

.bl_worries_body {
  position: absolute;
  top: 15px;
  left: 180px;
}

.bl_worries_catch {
  font-size: 24px;
  font-weight: bold;
  color: #12376c;
  line-height: 1.6666666667;
  background: linear-gradient(transparent calc(100% - 7px), #ffffcc calc(100% - 7px));
}

.bl_worries_txt {
  font-size: 16px;
  line-height: 1.625;
  color: #336699;
  margin-top: 7px;
}

/*----------- strengths -----------*/
.ly_strengths {
  background: url(../img/pc_strengths_background.png) no-repeat center top/cover;
  padding: 80px 0 50px;
  position: relative;
  z-index: 1;
}
.ly_strengths::before {
  content: "";
  display: block;
  width: 33px;
  height: 25px;
  background: url(../img/pc_strengths_section-divider.png) no-repeat center center;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.bl_strengths_ttl {
  text-align: center;
}

.bl_strengths_list {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
  gap: 50px;
}

.bl_strengths_item {
  position: relative;
  padding: 260px 20px 28px;
}

.bl_strengths_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.bl_strengths_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bl_strengths_itemTtl {
  font-size: 24px;
  font-weight: 700;
  line-height: 2.0833333333;
  color: #ffffcc;
  background: #3273cc;
  border-radius: 50vmax;
  text-align: center;
}

.bl_strengths_itemWrapper {
  font-size: 18px;
  line-height: 1.7777777778;
  height: calc(3lh + 15px);
  margin: 10px -10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.bl_strengths_itemTxt {
  color: #336699;
}
.bl_strengths_itemTxt span {
  font-weight: bold;
  display: inline-block;
  background: #feedea;
  padding: 0 3px;
  border-radius: 5px;
  margin: 3px 0;
}

/*----------- service -----------*/
.ly_service {
  background: url(../img/pc_service_background.png) no-repeat center/cover;
  padding: 78px 0 55px;
}

.bl_service_inner {
  width: 1100px;
}

.bl_service_ttl {
  text-align: center;
}

.bl_service_slider {
  margin-top: 45px;
}
.bl_service_slider.splide {
  visibility: visible;
}
.bl_service_slider .splide__track {
  overflow: visible;
}
.bl_service_slider .splide__pagination,
.bl_service_slider .splide__arrows {
  display: none;
}

.bl_service_list {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 5px;
  gap: 0 5px;
  transform: none !important;
}

.bl_service_slide {
  display: contents;
}

.bl_service_item {
  position: relative;
}

.bl_service_body {
  width: 330px;
  position: absolute;
  top: 23px;
  left: 170px;
}

.bl_service_itemTtl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.9166666667;
  color: #12376c;
}

.bl_service_tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 3px;
}

.bl_service_tag {
  font-size: 15px;
  line-height: 1.7777777778;
  color: #336699;
  background: #dce9fb;
  padding: 3px 8px;
  letter-spacing: 0.1em;
  border-radius: 5px;
}

/*----------- price -----------*/
.ly_price {
  padding: 80px 0;
  background: #f2f2f2;
}

.bl_price_inner {
  width: 1080px;
}

.bl_price_ttl {
  text-align: center;
}

.bl_price_box {
  margin-top: 35px;
  background: #fff;
  border-radius: 15px;
  padding: 40px 40px 35px;
}

.bl_price_txt {
  font-size: 15px;
  line-height: 1.7333333333;
  margin-top: 10px;
}
.bl_price_txt + .bl_price_txt {
  margin-top: 0;
}

.bl_price_btn {
  justify-content: center;
  margin-top: 25px;
}

/*----------- flow -----------*/
.ly_flow {
  background: url(../img/pc_flow_background.jpg) no-repeat center/cover;
  padding: 72px 0 40px;
}

.bl_flow_inner {
  width: 1130px;
}

.bl_flow_ttl {
  text-align: center;
}

.bl_flow_list {
  margin-top: 55px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 260px;
}

.bl_flow_item {
  position: relative;
}

.bl_flow_conts {
  width: 220px;
  position: absolute;
  top: 186px;
  left: 20px;
}

.bl_flow_itemTtl {
  font-size: 18px;
  font-weight: 500;
  color: #ffffcc;
  background: #3273cc;
  border-radius: 50vmax;
  text-align: center;
  padding: 12px;
}

.bl_flow_itemTxt {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 16px;
}

/*----------- faq -----------*/
.ly_faq {
  padding: 80px 0 60px;
  background: #f2f2f2;
}

.bl_faq_ttl {
  text-align: center;
}

.bl_faq_list {
  max-width: 850px;
  margin: 55px auto 0;
}

.bl_faq_item + .bl_faq_item {
  margin-top: 20px;
}

.bl_faq_q {
  background: #5092eb;
  border-radius: 8px;
  padding: 24px 60px 30px 102px;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
  color: #fff;
}
.bl_faq_q:hover {
  opacity: 0.8;
}
.bl_faq_q::before {
  content: "";
  width: 52px;
  aspect-ratio: 1/1;
  background: url(../img/pc_faq_Qicon.png) no-repeat center/contain;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.bl_faq_q::after {
  content: "";
  width: 19px;
  aspect-ratio: 1/1;
  background: url(../img/pc_faq_open.png) no-repeat center/contain;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.bl_faq_q.open::after {
  background: url(../img/pc_faq_close.png) no-repeat center/contain;
}

.bl_faq_conts {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}

.bl_faq_contsInner {
  margin-top: 10px;
  padding: 24px 50px 28px;
  background: #fff;
  border-radius: 8px;
}

.bl_faq_a {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  color: #333;
}

.bl_faq_btn {
  justify-content: center;
  margin-top: 60px;
}

/*----------- footer -----------*/
.bl_footer_main {
  padding: 33px 0 36px;
}

.bl_footer_inner {
  text-align: center;
}

.bl_footer_info {
  color: #12376c;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-top: 18px;
}

.bl_footer_copyright {
  background: #12376c;
  text-align: center;
}
.bl_footer_copyright small {
  color: #5092eb;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.08em;
}

/*----------- fixed -----------*/
.ly_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(50, 115, 204, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

.bl_fixed_btnWrap {
  display: flex;
  gap: 8px;
}

.bl_fixed_btn a {
  display: block;
}
/*# sourceMappingURL=top_pc.css.map */
