@charset "UTF-8";
html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  color: #3c3c4a;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

@media (max-width: 640px) {
  body.onlock {
    overflow: hidden;
  }
}
a {
  width: inherit;
  height: inherit;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}

a:hover {
  opacity: 0.7;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.marker {
  background-image: linear-gradient(0deg, #feea92 0.5em, transparent 0.5em);
}

.color_b {
  color: #00a6b4;
}

.color_r {
  color: #ef899d;
}

#contents .content_wrap h2 {
  text-align: center;
}
#contents.sub {
  background: url("../img/sub_bg_top.png") repeat-x scroll top center transparent;
}
#contents.sub .sub_wrapper {
  background: url("../img/sub_bg_bottom.png") repeat-x scroll bottom center transparent;
  padding-top: 150px;
}
@media print, screen and (max-width: 768px) {
  #contents.sub .sub_wrapper {
    padding-top: 19.5vw;
  }
}
#contents.sub .sub_wrapper .content_wrap {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  #contents.sub .sub_wrapper .content_wrap {
    padding: 0 2.5vw;
  }
}

/* ----------------------------------------
 Header
 */
.ly_header .lp_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}
.ly_header .lp_header_body {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-inline: auto;
  padding-inline: 60px 80px;
  padding-block: 16px;
  gap: 10px;
}
.ly_header .lp_header_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.ly_header .lp_header_cont .lp_header_logo {
  width: 142px;
  height: auto;
}
.ly_header .lp_header_cont .lp_header_txt {
  width: 240px;
  height: auto;
}
.ly_header .lp_header_contactWrapper {
  display: flex;
  gap: 20px;
}

.hp_pcNone {
  display: none;
}

@media (max-width: 640px) {
  .hp_pcNone {
    display: block;
  }
}
.hp_spNone {
  display: block;
}

@media (max-width: 640px) {
  .hp_spNone {
    display: none;
  }
}
/* ----------------------------------------
 Footer
 */
/* ----------------------------------------
 Hero 
 */
#hero {
  height: 100vh;
  background: url("../img/lp-hero-bg.png") no-repeat scroll top center/cover transparent;
}
#hero .lp_top {
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
  background: url("../img/lp-hero-photo.png") no-repeat scroll 41vw -3em transparent;
}
#hero .lp_top .text_box {
  margin-left: 8.3vw;
  margin-top: 70px;
}
#hero .lp_top .text_box h1 {
  font-size: 56px;
  /*text-shadow: 2px 0px 2px #fff, 0px 2px 2px #fff, -2px 0px 2px #fff, 0px -2px 2px #fff;*/
  -webkit-text-stroke: 5px #fff;
  text-stroke: 5px #fff;
  paint-order: stroke fill;
}
#hero .lp_top .text_box h1 span {
  display: block;
  margin: 35px 0;
}
#hero .lp_top .text_box .lead_text {
  font-weight: 500;
  font-size: 20px;
  /*text-shadow: 1px 0px 1px #fff, 0px 1px 1px #fff, -1px 0px 1px #fff, 0px -1px 1px #fff;*/
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  paint-order: stroke fill;
  margin-bottom: 1em;
  line-height: 1.8em;
}
/* ----------------------------------------
 FV
 */
#fv h2 {
  font-size: 24px;
  font-weight: 500;
}
#fv .lp_fv {
  padding-top: 50px;
}
#fv .lp_fv_sp {
  display: none;
}
#fv .ly_fv_pc {
  background: url(../img/pc_fv_background_cover.jpg) no-repeat center top/cover;
  padding-block: 45px 48px;
}
#fv .lp_fv_pcCont {
  max-width: 1040px;
  padding-inline: 20px;
  margin-inline: auto;
}
#fv .lp_fv_pcTxt {
  margin-left: 50px;
  width: 500px;
  height: auto;
}
#fv .lp_fv_pcMediaCont {
  margin-left: 50px;
  display: flex;
  gap: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#fv .lp_fv_pcFolower {
  width: 208px;
  height: auto;
}
#fv .lp_fv_pcContinuation {
  width: 208px;
  height: auto;
}
#fv .lp_fv_pcBtn {
  margin-top: 27px;
  margin-left: 50px;
  width: 440px;
  height: auto;
}
#fv .lp_fv_slider {
  padding-block: 50px 70px;
  padding-inline: 20px;
}
#fv .lp_fv_slider .splide__slide {
  width: 300px !important;
  height: 100px !important;
  padding: 0 10px;
}
#fv .lp_fv_slider .splide__pagination {
  display: none;
}

/* ----------------------------------------
 Worries
 */
#worries .lp_worries {
  background: url("../img/lp-section-bg-gra-top.png") repeat-x scroll top center/contain transparent;
  padding-top: 85px;
}
#worries .lp_worries h2 span {
  display: block;
  font-size: 24px;
  margin-bottom: 1rem;
  font-weight: 500;
}
#worries .lp_worries_pc .lp_worries_pcList_cont {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 0 1rem;
}
#worries .solution_space {
  background: #ffe0e0;
  clip-path: polygon(50% 40%, 100% 0, 100% 100%, 0 100%, 0 0);
  padding-top: 120px;
  padding-left: 1rem;
  padding-right: 1rem;
}
#worries .solution_space .solution_wrap {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#worries .solution_space .solution_wrap .text {
  font-size: 32px;
  font-weight: 500;
}
#worries .solution_space .wave_border {
  display: inline-block;
  padding-bottom: 0.2em;
  background: url("../img/lp-section01-border.png") repeat-x scroll bottom center/contain transparent;
  margin-bottom: 0.5em;
  letter-spacing: 0.02em;
}
#worries .solution_space small {
  font-size: 80%;
}
#worries .solution_space .strong {
  font-size: 90%;
}
#worries .solution_space .strong strong {
  background: #ffffff;
  display: inline-block;
  padding: 0.1em 0.3em;
  font-size: 130%;
}
#worries .solution_space .strong strong.color_b {
  margin-right: 0.2em;
}
#worries .solution_space .strong strong.color_r {
  margin: 0 0.2em;
}

/* ----------------------------------------
 point
 */
#point .lp_point .lp_bg_layer {
  background: url("../img/lp-section-bg-gra-top.png") repeat-x scroll top center/contain transparent;
  position: relative;
}
#point .lp_point .lp_bg_layer:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  background: url("../img/lp-section-bg-gra-bottom.png") repeat-x scroll bottom center/contain transparent;
  bottom: 0;
  z-index: -2;
}
#point .lp_point .lp_point_body {
  background: url("../img/lp-section-bg-deco-top.png") no-repeat scroll left top/40% auto transparent;
  padding-top: 100px;
  padding-bottom: 130px;
  position: relative;
}
#point .lp_point .lp_point_body:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  background: url("../img/lp-section-bg-deco-bottom.png") no-repeat scroll right bottom/40% auto transparent;
  bottom: 0;
  z-index: -1;
}
#point .lp_point h2 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 170px;
  position: relative;
}
#point .lp_point h2 .upper {
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
}
#point .lp_point h2 .upper:before {
  content: "";
  position: absolute;
  height: 53px;
  width: 40px;
  display: inline-block;
  background: url("../img/lp-section02-title-deco-l.png") no-repeat scroll right bottom transparent;
  top: -10px;
  left: -25%;
  z-index: 5;
}
#point .lp_point h2 .upper:after {
  content: "";
  position: absolute;
  height: 53px;
  width: 40px;
  display: inline-block;
  background: url("../img/lp-section02-title-deco-r.png") no-repeat scroll right bottom transparent;
  top: -10px;
  right: -25%;
  z-index: 5;
}
#point .lp_point h2 .strong {
  display: block;
  font-size: 36px;
  font-weight: bold;
  font-weight: 700;
}
#point .lp_point .point_block {
  background: url("../img/lp-section02-photobg-l.png") no-repeat scroll calc(50vw - 650px) 3vw transparent;
  padding-bottom: 195px;
  margin-bottom: -35px;
  padding-left: 1rem;
  padding-right: 1rem;
}
#point .lp_point .point_block .point_wrap {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
#point .lp_point .point_block .point_wrap .photo {
  width: 50%;
}
#point .lp_point .point_block .point_wrap .text {
  width: 50%;
}
#point .lp_point .point_block .point_wrap .text .title_wrap {
  position: relative;
  background: #e5faf8;
  padding: 2rem 3rem;
  border-radius: 2rem;
}
#point .lp_point .point_block .point_wrap .text .title_wrap .point_label {
  position: absolute;
  left: -3rem;
  top: -3rem;
}
#point .lp_point .point_block .point_wrap .text .title_wrap h3 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 0.7rem;
}
#point .lp_point .point_block .point_wrap .text .title_wrap h3 .marker {
  font-weight: 700;
}
#point .lp_point .point_block .point_wrap .text .detail_text {
  font-size: 16px;
  line-height: 1.9em;
  padding: 2rem;
}
#point .lp_point .point_block.photo_r {
  background: url("../img/lp-section02-photobg-r.png") no-repeat scroll calc(50vw + 300px) 3vw transparent;
}
#point .lp_point .point_block.photo_r .point_wrap {
  flex-flow: row-reverse;
}
#point .lp_point .point_block.photo_r .point_wrap .photo {
  text-align: right;
}
#point .lp_point .point_block.last {
  margin-bottom: 5px;
  padding-bottom: 5em;
}
#point .lp_point .point_intro_block h2 {
  margin-bottom: -120px;
  padding: 0 2em;
}
#point .lp_point .point_intro_block h2 img {
  transform: translateX(5px);
}
#point .lp_point .point_intro_block .point_intro_wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 8rem 1.7em 2rem 2.6rem;
  background: #e5faf8;
  border: 3px solid #00a6b4;
  border-radius: 2rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
/* ----------------------------------------
 Service
 */
#service .lp_service .lp_bg_layer {
  background: url("../img/lp-section-bg-gra-top.png") repeat-x scroll top center/contain transparent;
  position: relative;
}
#service .lp_service .lp_bg_layer:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  background: url("../img/lp-section-bg-gra-bottom.png") repeat-x scroll bottom center/contain transparent;
  bottom: 0;
  z-index: -2;
}
#service .lp_service .lp_service_body {
  background: url("../img/lp-section-bg-deco-top.png") no-repeat scroll left top/50% auto transparent;
  padding-top: 120px;
  padding-bottom: 130px;
  position: relative;
}
#service .lp_service .lp_service_body:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  background: url("../img/lp-section-bg-deco-bottom.png") no-repeat scroll right bottom/50% auto transparent;
  bottom: 0;
  z-index: -1;
}
#service .lp_service h2 {
  margin-bottom: 60px;
}
#service .lp_service .service_nav {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 50px;
  align-items: end;
}
#service .lp_service .service_content {
  padding: 0 2rem;
}
#service .lp_service .service_content .service_block {
  max-width: 1000px;
  margin: 0 auto 65px;
}
#service .lp_service .service_content .service_block:last-child {
  margin-bottom: 0;
}
#service .lp_service .service_content .service_block h3 {
  text-align: center;
  margin-bottom: -3rem;
}
#service .lp_service .service_content .service_block .service_box {
  background: #e5faf8;
  padding: 60px 30px 30px;
  border-radius: 2em;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1);
}
#service .lp_service .service_content .service_block .service_box .service_text .lead_text {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 2rem;
  font-size: 16px;
}
#service .lp_service .service_content .service_block .service_box .service_text .img {
  text-align: center;
}
#service .lp_service .service_content .service_block .service_box .service_text .img .img_wrap {
  padding: 30px;
  background: #ffffff;
  border-radius: 2rem;
}
#service .lp_service .service_content .service_block .service_box .service_text .img .img_wrap.no_bg {
  background: transparent;
}
#service .lp_service .service_content .service_block .service_box .service_text .img .img_wrap.inline_block {
  display: inline-block;
  padding-inline: 140px;
}

/* ----------------------------------------
 Case
 */
#case .lp_case_body {
  background: url(../img/lp-section05-bg.png) repeat scroll left top #e5faf8;
  padding-top: 110px;
  padding-bottom: 0;
}
#case .lp_case_body .lp_case_content {
  margin-bottom: 90px;
}
#case .lp_case_body .lp_case_ttl {
  max-width: 1040px;
  padding-inline: 20px;
  margin-inline: auto;
  margin-bottom: 60px;
}
#case .lp_case_body .lp_case_sp_listWrapper {
  display: none;
}
#case .lp_case_body .lp_case_pc_listWrapper {
  margin-top: 10px;
  display: block;
}
#case .lp_case_body .lp_case_pc_splide .splide__track {
  padding-bottom: 35px;
}
#case .lp_case_body .lp_case_pc_splide .splide__slide {
  position: relative;
  width: 900px;
  opacity: 0.6;
}
#case .lp_case_body .lp_case_pc_splide .splide__slide.is-active {
  opacity: 1;
}
#case .lp_case_body .lp_case_pc_splide .splide__slide::after {
  position: absolute;
  content: "";
  border-radius: 4.2%;
}
#case .lp_case_body .lp_case_pc_splide .splide__slide.is-active::after {
  background: rgba(0, 0, 0, 0);
}
#case .lp_case_body .lp_case_pc_splide .splide__arrow {
  width: 60px !important;
  height: 60px !important;
  opacity: 1 !important;
  top: calc(50% - 17.5px);
}
@media (min-width: 1001px) {
  #case .lp_case_body .lp_case_pc_splide .splide__arrow--prev {
    left: 25.5%;
  }
}
#case .lp_case_body .lp_case_pc_splide .splide__arrow--next {
  -webkit-transform: translateY(-50%) rotate(180deg) !important;
  transform: translateY(-50%) rotate(180deg) !important;
}
@media (min-width: 1001px) {
  #case .lp_case_body .lp_case_pc_splide .splide__arrow--next {
    right: 25.5%;
  }
}
#case .lp_case_body .lp_case_pc_splide .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
#case .lp_case_body .lp_case_pc_splide .splide__pagination__page {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #df9ba7;
  opacity: 1;
  margin: 0;
}
#case .lp_case_body .lp_case_pc_splide .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: #df9ba7;
}
#case .lp_case_body .lp_case_sp_btnWrapper {
  display: none;
}
#case .lp_case_body .lp_case_pc_btnWrapper {
  padding-bottom: 80px;
  padding-inline: 20px;
  margin-inline: auto;
  max-width: 1040px;
  background: url(../img/pc_case_background_image01.png) no-repeat left 20px bottom/contain, url(../img/pc_case_background_image02.png) no-repeat right 20px bottom/contain;
}
#case .lp_case_body .lp_case_pc_bubble {
  padding-top: 45px;
  width: 444px;
  height: auto;
  margin-inline: auto;
}
#case .lp_case_body .lp_case_pc_btn {
  margin-top: 20px;
  width: 540px;
  height: auto;
  margin-inline: auto;
}

/* ----------------------------------------
 Faq
 */
#faq .lp_faq_body {
  padding-block: 105px 100px;
  background: url(../img/lp-section04-bg.png) repeat center top transparent;
}
#faq .lp_faq_body .lp_faq_ttl {
  max-width: 1040px;
  margin-bottom: 60px;
  padding-inline: 20px;
  margin-inline: auto;
}
#faq .lp_faq_body .lp_faq_listWrapper {
  margin-top: 20px;
  max-width: 940px;
  margin-inline: auto;
  padding-inline: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px;
}
#faq .lp_faq_body .lp_faq_listWrapper .lp_faq_list {
  display: block;
  width: 100%;
  padding: 20px 30px;
  background-color: #e2faf8;
  border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  position: relative;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
#faq .lp_faq_body .lp_faq_listWrapper .lp_faq_list .btn_q_wrap:before {
  content: "";
  background: url("../img/lp-faq-icon-q.png") no-repeat scroll center center transparent;
  width: 17px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2em;
}
#faq .lp_faq_body .lp_faq_listWrapper .lp_faq_list .btn_q_wrap .lp_faq_btn {
  vertical-align: middle;
}
#faq .lp_faq_body .lp_faq_listWrapper .lp_faq_list .btn_q_wrap .lp_faq_btn::before {
  position: absolute;
  content: "";
  right: 30px;
  top: 35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 19px;
  height: 3px;
  background: #00a6b4;
}
#faq .lp_faq_body .lp_faq_listWrapper .lp_faq_list .btn_q_wrap .lp_faq_btn::after {
  position: absolute;
  content: "";
  right: 38px;
  top: 35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  height: 19px;
  background: #00a6b4;
}
#faq .lp_faq_body .lp_faq_listWrapper .lp_faq_list .btn_q_wrap .lp_faq_list_qTxt {
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  margin-right: 40px;
}
#faq .lp_faq_body .lp_faq_listWrapper .lp_faq_list_aWrapper {
  /*display: none;*/
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  padding: 0 !important;
  margin: 0 !important;
}
#faq .lp_faq_body .lp_faq_listWrapper .lp_faq_list_aWrapper .faq_a_inner {
  display: flex;
  padding-block: 26px;
  padding-inline: 0 70px;
  margin: 0 !important;
}
#faq .lp_faq_body .lp_faq_listWrapper .lp_faq_list_aWrapper .faq_a_inner:before {
  content: "";
  background: url("../img/lp-faq-icon-a.png") no-repeat scroll center top transparent;
  width: 17px;
  margin-right: 2em;
}
#faq .lp_faq_body .lp_faq_listWrapper .lp_faq_list.is_open .lp_faq_btn::after {
  display: none;
}
#faq .lp_faq_body .lp_faq_listWrapper .lp_faq_list.is_open .lp_faq_list_aWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
  max-height: none;
}
#faq .lp_faq_body .lp_faq_listWrapper .lp_faq_list_aIcon {
  width: 40px;
}
#faq .lp_faq_body .lp_faq_listWrapper .lp_faq_list_aIcon img {
  width: auto;
  height: auto;
}
#faq .lp_faq_body .lp_faq_listWrapper .lp_faq_list_aTxt {
  width: calc(100% - 40px - 35px);
  color: #3c3c4a;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

/* ----------------------------------------
 Company
 */
#company .lp_company_body {
  background: url("../img/lp-footer-img.png") no-repeat scroll center bottom/contain #e5faf8;
  padding-inline: 20px;
  padding-block: 110px 100px;
  font-weight: 400;
}
#company .lp_company_ttl {
  max-width: 1000px;
  margin-inline: auto;
  margin-bottom: 60px;
}
#company .lp_company_info {
  margin-top: 20px;
  max-width: 900px;
  margin-inline: auto;
  background-color: #fff;
}
#company .lp_company_info table {
  width: 100%;
}
#company .lp_company_info table th, #company .lp_company_info table td {
  padding: 1em 0.5em;
  border: 1px solid #c9d6dc;
}
#company .lp_company_info table th {
  background: #00a6b4;
  color: #ffffff;
  text-align: center;
  width: 145px;
}
#company .lp_company_info table td {
  padding-left: 4em;
}
#company .lp_company_info table td .company_wrap {
  display: flex;
  flex-flow: column;
  gap: 20px;
}

/* ----------------------------------------
 第二階層　お問い合わせ
 Contact
 第二階層　資料請求
 Request
 */
#contact,
#request {
  padding-bottom: 200px;
}
#contact h1,
#request h1 {
  margin-bottom: 90px;
}
#contact .lead_text,
#request .lead_text {
  font-size: 24px;
  margin-bottom: 90px;
}
#contact .caution_list,
#request .caution_list {
  text-align: left;
  font-size: 18px;
  list-style: disc;
  padding-left: 1.5em;
  line-height: 1.7;
}
#contact .caution_text,
#request .caution_text {
  text-align: left;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 100px;
}
/* ----------------------------------------
 共通ブロック
 */
.plan_contact_block {
  background: #ffe0e0;
  height: 235px;
}
.plan_contact_block .plan_contact_wrap {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  height: 100%;
}
.plan_contact_block .plan_contact_wrap .human_img {
  padding: 0 100px;
  align-self: end;
}
.plan_contact_block .plan_contact_wrap .human_img img {
  vertical-align: bottom;
}
.plan_contact_block .plan_contact_wrap .btn_img {
  align-self: center;
  padding-right: 3em;
}
.plan_contact_block .plan_contact_wrap .btn_img .text {
  margin-bottom: 1em;
}
.plan_contact_block .plan_contact_wrap .btn_img .text .wrap {
  position: relative;
}
.plan_contact_block .plan_contact_wrap .btn_img .text .wrap img {
  transform: translateX(10px);
}
.plan_contact_block .plan_contact_wrap .btn_img .text .wrap:after {
  content: "";
  width: 32px;
  height: 73px;
  background: url("../img/lp-section-plan-title-deco.png") no-repeat scroll center center/cover transparent;
  position: absolute;
  right: -3em;
  top: -25px;
}

.examplelist_block {
  background: #ffe0e0;
}
.examplelist_block .examplelist_wrap {
  max-width: 1000px;
  padding: 40px 0;
  margin: 0 auto;
  display: flex;
  height: 100%;
}
.examplelist_block .examplelist_wrap .image_icon {
  padding: 0 85px;
  align-self: center;
  width: 32%;
}
.examplelist_block .examplelist_wrap .image_icon img {
  vertical-align: bottom;
}
.examplelist_block .examplelist_wrap .btn_img {
  align-self: center;
  padding-right: 4rem;
  width: 68%;
}
.examplelist_block .examplelist_wrap .btn_img .text {
  margin-bottom: 1rem;
}
.examplelist_block .examplelist_wrap .btn_img .text .wrap {
  position: relative;
}
.examplelist_block .examplelist_wrap .btn_img .text .wrap img {
  transform: translateX(10px);
}
.examplelist_block .examplelist_wrap .btn_img .text .wrap:after {
  content: "";
  width: 32px;
  height: 73px;
  background: url("../img/lp-section-plan-title-deco.png") no-repeat scroll center center/cover transparent;
  position: absolute;
  right: -3em;
  top: -25px;
}

.btn_totop {
  position: fixed;
  bottom: 3em;
  right: 4vw;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s ease;
}
.btn_totop img {
  width: 3em;
}
.btn_totop.is_show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media print, screen and (max-width: 1280px) {
  html {
    font-size: clamp(14px, 0.227vw + 13.09px, 16px);
  }
  .ly_header .lp_header_body {
    padding-inline: 2em;
  }
  #hero {
    height: initial;
    box-sizing: border-box;
  }
  #hero .lp_top {
    background: url(../img/lp-hero-photo.png) no-repeat scroll calc(100% + 10vw) -3rem/70vw auto transparent;
  }
  #hero .lp_top .text_box {
    margin-top: 8em;
    margin-bottom: 4em;
  }
  #hero .lp_top .text_box h1 {
    font-size: 4.375vw;
  }
  #hero .lp_top .text_box h1 span {
    margin: 2.8vw 0;
  }
  #hero .lp_top .text_box h1 span img {
    width: 26.5vw;
  }
  #hero .lp_top .text_box .lead_text {
    font-size: 1.5625vw;
  }
  #hero .lp_top .text_box .btn_contact img {
    width: 40.5vw;
  }
  #fv h2 {
    font-size: 1.5rem;
  }
  #fv .lp_fv {
    padding-top: 3.125rem;
  }
  #fv .lp_fv .lp_fv_slider {
    padding-block: 3rem 4rem;
    padding-inline: 1.25rem;
  }
  #worries .lp_worries {
    padding-top: 6.640625vw;
  }
  #worries .solution_space .solution_wrap {
    justify-content: center;
  }
  #worries .solution_space .solution_wrap .text {
    font-size: 2.5vw;
  }
  #worries .solution_space .solution_wrap .img {
    width: 26.71875vw;
  }
  #point .lp_point h2 {
    font-size: 1.5rem;
    margin-bottom: 5.625rem;
  }
  #point .lp_point h2 .strong {
    font-size: 2.25rem;
  }
  #point .lp_point .point_block {
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 15.2vw;
  }
  #point .lp_point .point_block .point_wrap {
    justify-content: center;
  }
  #point .lp_point .point_block .point_wrap .photo {
    padding-right: 2rem;
  }
  #point .lp_point .point_block .point_wrap .text .title_wrap {
    padding: 2vw 3vw;
  }
  #point .lp_point .point_block .point_wrap .text .title_wrap .point_label {
    width: 6vw;
    left: -4vw;
    top: -3vw;
  }
  #point .lp_point .point_block .point_wrap .text .title_wrap h3 {
    font-size: 1.75rem;
  }
  #point .lp_point .point_block .point_wrap .text .detail_text {
    font-size: 1rem;
    padding: 2vw;
  }
  #point .lp_point .point_block.photo_r .point_wrap .photo {
    padding-right: 0;
    padding-left: 2rem;
  }
  #point .lp_point .point_intro_block {
    padding: 0 1em;
  }
  #point .lp_point .point_intro_block h2 {
    margin-bottom: -9.375vw;
  }
}
@media print, screen and (max-width: 1024px) {
  .plan_contact_block .plan_contact_wrap {
    justify-content: center;
  }
  .plan_contact_block .plan_contact_wrap .human_img {
    padding: 0px 7.8em;
  }
  .plan_contact_block .plan_contact_wrap .btn_img .text {
    padding-right: 4vw;
    margin-bottom: 1vw;
  }
  .plan_contact_block .plan_contact_wrap .btn_img .text .wrap img {
    transform: translateX(2.5vw);
  }
  .plan_contact_block .plan_contact_wrap .btn_img .text .wrap:after {
    right: -3.5em;
  }
  .examplelist_block .examplelist_wrap {
    justify-content: center;
    padding: 6vw 0;
  }
  .examplelist_block .examplelist_wrap .image_icon {
    padding: 0 8vw;
    width: 32%;
    align-self: center;
  }
  .examplelist_block .examplelist_wrap .image_icon img {
    vertical-align: middle;
  }
  .examplelist_block .examplelist_wrap .btn_img .text .wrap img {
    transform: translateX(0);
  }
  .examplelist_block .examplelist_wrap .btn_img .text .wrap:after {
    right: -2em;
  }
}
@media print, screen and (max-width: 768px) {
  #point .point_intro_block .point_intro_wrap {
    flex-wrap: wrap;
  }
  #point .point_intro_block .point_intro_wrap .point_intro_box {
    width: calc(50% - 1em);
    text-align: center;
  }
  .plan_contact_block {
    height: 31vw;
  }
  .plan_contact_block .plan_contact_wrap .human_img {
    padding: 0px 3vw;
  }
  .plan_contact_block .plan_contact_wrap .btn_img .text .wrap img {
    transform: translateX(2.5vw);
  }
  .plan_contact_block .plan_contact_wrap .btn_img .text .wrap:after {
    width: 3vw;
    height: 8vw;
    right: -6vw;
    top: -2vw;
  }
  #contact,
  #request {
    padding-bottom: 15vw;
  }
  #contact h1,
  #request h1 {
    margin-bottom: 11.6vw;
  }
  #contact .lead_text,
  #request .lead_text {
    margin-bottom: 12vw;
    font-size: 3.1vw;
  }
  #contact .caution_list,
  #request .caution_list {
    font-size: 2.33vw;
    padding-left: 1.5em;
  }
  #contact .caution_text,
  #request .caution_text {
    font-size: 2.33vw;
    margin-bottom: 13vw;
  }
}
@media print, screen and (max-width: 640px) {
  .ly_header .lp_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
  }
  .ly_header .lp_header .lp_header_body {
    padding: 1rem;
  }
  .ly_header .lp_header .lp_header_body .lp_header_cont {
    padding-block: 1vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 3vw;
    -moz-column-gap: 3vw;
    column-gap: 3vw;
  }
  .ly_header .lp_header .lp_header_body .lp_header_cont .lp_header_logo {
    width: 25vw;
    height: auto;
    position: relative;
  }
  .ly_header .lp_header .lp_header_body .lp_header_cont .lp_header_txt {
    width: 40vw;
    height: auto;
  }
  .ly_header .lp_header .lp_header_body .lp_header_contactWrapper {
    display: none;
  }
  #contents .content_wrap h2 {
    padding-inline: 12vw;
  }
  #hero {
    background: url(../img/lp-hero-bg_sp.png) no-repeat scroll top center/cover transparent;
  }
  #hero .lp_top {
    text-align: center;
    background: url(../img/lp-hero-photo_sp.png) no-repeat scroll center 39vw/115vw auto transparent;
  }
  #hero .lp_top .text_box {
    margin-top: 20vw;
    margin-left: auto;
    margin-bottom: 5vw;
    width: 100%;
  }
  #hero .lp_top .text_box h1 {
    font-size: 9vw;
    margin-bottom: 57vw;
  }
  #hero .lp_top .text_box h1 span img {
    width: 75vw;
  }
  #hero .lp_top .text_box .lead_text {
    font-size: 4vw;
    margin-bottom: 0;
  }
  #hero .lp_top .text_box .pr_box {
    padding-inline: 17vw;
  }
  #hero .lp_top .text_box .btn_contact {
    padding: 0 10vw;
  }
  #hero .lp_top .text_box .btn_contact img {
    width: 100%;
  }
  #fv h2 {
    font-size: 1.2rem;
  }
  #worries .lp_worries h2 span {
    font-size: 3.3vw;
  }
  #worries .lp_worries .lp_worries_body .lp_worries_pc .lp_worries_pcList_cont .worries_image {
    margin-bottom: 1rem;
  }
  #worries .lp_worries .lp_worries_body .lp_worries_pc .lp_worries_pcList_cont .worries_text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #worries .lp_worries .lp_worries_body .lp_worries_pc .solution_space {
    padding-top: 17vw;
    clip-path: polygon(50% 20%, 100% 0, 100% 100%, 0 100%, 0 0);
  }
  #worries .lp_worries .lp_worries_body .lp_worries_pc .solution_space .solution_wrap {
    flex-wrap: wrap;
  }
  #worries .lp_worries .lp_worries_body .lp_worries_pc .solution_space .solution_wrap .text {
    font-size: 4.3vw;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
  #worries .lp_worries .lp_worries_body .lp_worries_pc .solution_space .solution_wrap .text .strong {
    font-size: 80%;
  }
  #worries .lp_worries .lp_worries_body .lp_worries_pc .solution_space .solution_wrap .img {
    width: 100%;
    padding: 0 19vw;
  }
  #point .lp_point .lp_point_body {
    padding-top: 9vw;
    padding-bottom: 18vw;
  }
  #point .lp_point .lp_point_body .lp_point_ttl {
    margin-bottom: 2rem;
    font-size: 4.2vw;
  }
  #point .lp_point .lp_point_body .lp_point_ttl .strong {
    font-size: 5.3vw;
  }
  #point .lp_point .lp_point_body .lp_point_ttl .upper {
    margin-bottom: 1vw;
  }
  #point .lp_point .lp_point_body .lp_point_ttl .upper:before {
    height: 3rem;
    width: 2rem;
    top: -1rem;
    left: -3rem;
    background-size: contain;
  }
  #point .lp_point .lp_point_body .lp_point_ttl .upper:after {
    height: 3rem;
    width: 2rem;
    top: -1rem;
    left: calc(100% + 1rem);
    background-size: contain;
  }
  #point .lp_point .point_block {
    margin-bottom: 0;
    padding-bottom: 10vw;
    background: url(../img/lp-section02-photobg-l.png) no-repeat scroll -10vw 45vw transparent;
  }
  #point .lp_point .point_block .point_wrap {
    max-width: 100%;
    flex-wrap: wrap;
    flex-flow: column-reverse;
  }
  #point .lp_point .point_block .point_wrap .text {
    width: 100%;
    padding-bottom: 1rem;
  }
  #point .lp_point .point_block .point_wrap .text .title_wrap {
    padding: 2vw 12vw;
    margin-bottom: 1vw;
    text-align: center;
  }
  #point .lp_point .point_block .point_wrap .text .title_wrap .point_label {
    width: 13vw;
    left: -1vw;
    top: -4vw;
  }
  #point .lp_point .point_block .point_wrap .text .title_wrap h3 {
    font-size: 4.6vw;
    display: inline-block;
    text-align: left;
  }
  #point .lp_point .point_block .point_wrap .text .detail_text {
    font-size: 13px;
  }
  #point .lp_point .point_block .point_wrap .photo {
    width: 100%;
    padding-left: 1rem;
    padding-right: 0.5rem;
    text-align: center;
  }
  #point .lp_point .point_block .point_wrap .photo img {
    width: 100%;
  }
  #point .lp_point .point_block.photo_r {
    background: url(../img/lp-section02-photobg-r.png) no-repeat scroll 35vw 45vw transparent;
  }
  #point .lp_point .point_block.photo_r .point_wrap {
    flex-flow: column-reverse;
  }
  #point .lp_point .point_block.photo_r .point_wrap .photo {
    padding-left: 1rem;
    padding-right: 0.5rem;
  }
  #point .lp_point .point_block.last {
    padding-bottom: 15vw;
  }
  #point .lp_point .point_intro_block h2 {
    margin-bottom: -4rem;
    padding: 0 1rem;
  }
  #point .lp_point .point_intro_block .point_intro_wrap {
    padding-top: 12vw;
    justify-content: center;
    padding: 4rem 0.1vw 0.5vw 2.5vw;
  }
  #point .lp_point .point_intro_block .point_intro_wrap .point_intro_box {
    width: 100%;
  }
  #service .lp_service .lp_service_body {
    padding-top: 8vw;
    padding-bottom: 18vw;
  }
  #service .lp_service .lp_service_ttl {
    margin-bottom: 2rem;
    padding-inline: 12vw;
  }
  #service .lp_service .service_nav {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
  }
  #service .lp_service .service_content {
    padding: 0 2.5vw;
  }
  #service .lp_service .service_content .service_block {
    margin-bottom: 8vw;
  }
  #service .lp_service .service_content .service_block h3 {
    margin-bottom: -2rem;
  }
  #service .lp_service .service_content .service_block .service_box {
    padding: 7.5vw 5vw 2.5vw;
  }
  #service .lp_service .service_content .service_block .service_box .service_text .lead_text {
    font-size: 12px;
    margin-bottom: 3vw;
  }
  #service .lp_service .service_content .service_block .service_box .service_text .img .img_wrap.inline_block {
    display: inline-block;
    padding: 2vw 5vw;
  }
  #case .lp_case_body {
    padding-top: 8vw;
  }
  #case .lp_case_body .lp_case_ttl {
    margin-bottom: 2rem;
    padding-inline: 12vw;
  }
  #case .lp_case_body .lp_case_content {
    margin-bottom: 7vw;
  }
  #case .lp_case_body .lp_case_content .lp_case_pc_listWrapper .splide__list .splide__slide {
    text-align: center;
    padding-inline: 10vw;
  }
  #case .lp_case_body .lp_case_content .lp_case_pc_listWrapper .splide__arrows .splide__arrow {
    width: 9vw !important;
    height: 9vw !important;
  }
  #faq .lp_faq_body {
    padding-block: 8vw 15vw;
  }
  #faq .lp_faq_body .lp_faq_ttl {
    margin-bottom: 2rem;
    padding-inline: 12vw;
  }
  #faq .lp_faq_body .lp_faq_listWrapper {
    padding-inline: 5vw;
  }
  #faq .lp_faq_body .lp_faq_listWrapper .lp_faq_list {
    padding: 1rem 1rem;
  }
  #faq .lp_faq_body .lp_faq_listWrapper .lp_faq_list .btn_q_wrap {
    display: flex;
  }
  #faq .lp_faq_body .lp_faq_listWrapper .lp_faq_list .btn_q_wrap:before {
    width: 20px;
    height: 23px;
    display: inline-block;
    margin-right: 1em;
  }
  #faq .lp_faq_body .lp_faq_listWrapper .lp_faq_list .btn_q_wrap .lp_faq_btn::before {
    right: 12px;
    top: 25px;
  }
  #faq .lp_faq_body .lp_faq_listWrapper .lp_faq_list .btn_q_wrap .lp_faq_btn::after {
    right: 20.5px;
    top: 25px;
  }
  #faq .lp_faq_body .lp_faq_listWrapper .lp_faq_list .btn_q_wrap .lp_faq_list_qTxt {
    font-size: 14px;
  }
  #faq .lp_faq_body .lp_faq_listWrapper .lp_faq_list_aWrapper .faq_a_inner {
    padding-inline: 0 0;
  }
  #faq .lp_faq_body .lp_faq_listWrapper .lp_faq_list_aWrapper .faq_a_inner:before {
    width: 18px;
    margin-right: 1em;
  }
  #faq .lp_faq_body .lp_faq_listWrapper .lp_faq_list_aWrapper .faq_a_inner .lp_faq_list_aTxt {
    font-size: 14px;
  }
  #company .lp_company_ttl {
    margin-bottom: 2rem;
  }
  #company .lp_company_body {
    padding-block: 8vw 39vw;
    padding-inline: 0;
    background: url(../img/lp-footer-img.png) no-repeat scroll center bottom/208vw transparent;
  }
  #company .lp_company_body .lp_company_info {
    padding-inline: 2.5vw;
  }
  #company .lp_company_body .lp_company_info table {
    font-size: 13px;
  }
  #company .lp_company_body .lp_company_info table th {
    width: 7em;
  }
  #company .lp_company_body .lp_company_info table td {
    padding-left: 1em;
    padding-right: 1em;
  }
  #company .lp_company_body .lp_company_info table td .biz_details {
    padding-left: 1em;
    text-indent: -1em;
  }
  .examplelist_block .examplelist_wrap .image_icon {
    padding: 0px 6vw;
    width: 30%;
  }
  .examplelist_block .examplelist_wrap .btn_img {
    padding-right: 5vw;
    width: 68%;
  }
  .examplelist_block .examplelist_wrap .btn_img .text .wrap:after {
    width: 3vw;
    height: 8vw;
    right: -3vw;
    top: -2vw;
  }
  .btn_totop {
    bottom: 20vw;
  }
  #cta {
    position: sticky;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s ease;
    z-index: 99;
  }
  #cta.is_show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  #cta .cta_block {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border: 2px solid #ef899d;
    background: #ffffff;
  }
  #contact,
  #request {
    padding-bottom: 15vw;
  }
  #contact h1,
  #request h1 {
    margin-bottom: 11.6vw;
  }
  #contact .lead_text,
  #request .lead_text {
    font-size: 4vw;
  }
  #contact .caution_list,
  #request .caution_list {
    font-size: 3vw;
  }
  #contact .caution_text,
  #request .caution_text {
    font-size: 3vw;
    margin-bottom: 13vw;
  }
}
@media (min-width: 641px) {
  .lp_footer_bottom {
    padding: 15px 0;
    text-align: center;
    background-color: #00a6b4;
  }
  .lp_footer_bottomTxt {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", sans-serif;
    font-size: 14px;
    color: #fff;
  }
}
@media (max-width: 640px) {
  .lp_footer_bottom {
    padding: 3.125vw 0;
    text-align: center;
    background-color: #00a6b4;
  }
  .lp_footer_bottomTxt {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", sans-serif;
    font-size: 2.8125vw;
    color: #fff;
  }
}
@media (min-width: 1001px) {
  .lp_worries_pcIllust {
    bottom: -4px;
  }
}
.lp_worries_pcTxt_cont {
  width: fit-content;
  position: relative;
  margin: 0 auto;
}

.lp_worries_pcTxt {
  width: fit-content;
  margin: -90px auto 0;
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
}

.lp_worries_womensCont {
  position: absolute;
  top: calc(50% - 15px);
  left: 20px;
  width: calc(100% - 40px);
  height: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
}

.lp_worries_womens_l, .lp_worries_womens_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .lp_worries_womens_l, .lp_worries_womens_r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.lp_worries_women {
  max-width: 85px;
}

@media (min-width: 1200px) {
  .lp_worries_women {
    max-width: 140px;
    height: auto;
  }
}
.el_contact_btnWrapper {
  position: relative;
  padding-inline: 20px;
  max-width: 978px;
  height: auto;
  margin-inline: auto;
}

.el_contactBtnBg {
  max-width: 100%;
  height: auto;
}

.el_contact_btn {
  position: absolute;
  top: calc(50% - 45px);
  left: 310px;
  width: fit-content;
}

.ly_service_body {
  position: relative;
  background: url(../img/pc_point_background.png) no-repeat center top/cover;
  background-attachment: fixed;
  padding-block: 0 85px;
}

.lp_service_ttl {
  max-width: 1040px;
  padding-inline: 20px;
  margin-inline: auto;
}

.lp_service_contents {
  margin-top: 20px;
  max-width: 1040px;
  margin-inline: auto;
}

.lp_service_listWrapper {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 45px;
  margin-top: 20px;
  max-width: 1040px;
  margin-inline: auto;
  padding-inline: 20px;
}

.lp_service_list {
  padding-block: 67px 55px;
}

.lp_service_list_type01 {
  background: url(../img/pc_service_contents_no01.png) no-repeat left 30px top/140px 130px, url(../img/pc_service_contents_frame01.png) no-repeat center center/1000px 520px;
  padding-inline: 50px;
  border-radius: 25px 0 25px 0;
}

.lp_service_list_type02 {
  background: url(../img/pc_service_contents_no02.png) no-repeat left 30px top/140px 130px, url(../img/pc_service_contents_frame02.png) no-repeat center center/1000px 540px;
  padding-inline: 50px;
  border-radius: 25px 0 25px 0;
}

.lp_service_list_type03 {
  background: url(../img/pc_service_contents_no03.png) no-repeat left 30px top/140px 130px, url(../img/pc_service_contents_frame03.png) no-repeat center center/1000px 590px;
  padding-inline: 50px;
  border-radius: 25px 0 25px 0;
}

.lp_service_listTtl {
  width: 562px;
  height: auto;
  margin-inline: auto;
}

.lp_service_listTxt {
  margin-top: 27px;
  margin-inline: 100px;
}

.lp_service_listContainer {
  margin-top: 20px;
}

.lp_service_diagram {
  max-width: 900px;
  height: auto;
  margin-inline: auto;
}

.lp_service_sp_btnWrapper {
  display: none;
}

.lp_service_btnWrapper {
  margin-top: 50px;
}

.lp_fixedBtnWrapper {
  display: none !important;
}

/*# sourceMappingURL=lp_common.css.map */
