@charset "UTF-8";

body {
  font-size: 1.6rem;
  line-height: 1.6;
  line-break: strict;
}

img:hover {
  transform: scale(1) !important;
  opacity: 1 !important;
}

.text-main {
  color:#083BDF;
}
.bg-lmain {
  background-color: #F0F5FF;
}
.fw-black {
  font-weight: 900;
}
.fs-14 {
  font-size: 1.4rem;
}
.d-inline-block {
  display: inline-block;
}
.d-sp-block {
  display: none;
}

@media only screen and (max-width: 690px) {
  .sp-none {
    display: none;
  }
  .d-sp-block {
    display: block;
  }
}

.max-360 {
  max-width: 360px;
}

/* header */
/* ------------------------------------------------ */
header {
  /*position: fixed;*/
  width: 100%;
  background-color: #fff;
  height: 120px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .2) !important;
  display: flex;
  align-items: center;
  z-index: 100;
}

@media only screen and (max-width: 991.8px) {
  .header_logo {
    max-width: 200px;
  }
}

@media only screen and (max-width: 690px) {
  header {
    height: 80px;
  }
  header .inner {
    width: 98%;
  }
  .header_logo {
    max-width: 27%;
  }
}

.header_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_right {
  display: flex;
  gap:0 30px;
  text-align: center;
  align-items: center;
}

@media only screen and (max-width: 690px) {
  .header_right {
    max-width: 70%;
    gap:0 8px;
  }
}

.header_right .tel {
  font-size: 2.8rem;
  line-height: 1.2;
}

@media only screen and (max-width: 690px) {
  .header_right .tel {
    font-size: min(5vw,24px);
  }
  .header_right .date {
    font-size: 1.2rem;
  }
  .header_right .fs-14 {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}

.header_btn {
  margin-top: 3px;
}
.header_btn a {
  background-color: #E98813;
  display: inline-block;
  width: 190px;
  text-align: center;
  border-radius: 10px;
  padding:10px 0;
  color:#fff;
  border:2px solid #E98813;
}

.header_btn a:hover {
  text-decoration: none;
}

@media (hover: hover) {
  .header_btn a:hover {
    background-color: #fff;
    color:#E98813;

  }
}

@media only screen and (max-width: 690px) {
  .header_btn a {
    width: 90px;
    font-size: 1.4rem;
    padding:5px 0;
  }
}

/* main visual */
/* ------------------------------------------------ */
.lp_main {
  margin-top: 120px;
  height: 550px;
  background-image: url(../image/lp_main_bg.webp);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .lp_main {
    height: 450px;
  }
}
@media only screen and (max-width: 690px) {
  .lp_main {
    margin-top: 80px;
    height: auto;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.lp_main__inner {
  width: calc(1680px + 30px);
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-end;
  gap:0 30px;
  align-items: center;
}
@media only screen and (max-width: 690px) {
  .lp_main__inner {
    flex-direction: column;
  }
}

.lp_main__inner .text {
  width: 630px;
  max-width: calc(55.35% - 30px);
}
@media only screen and (max-width: 690px) {
  .lp_main__inner .text {
    width: 100%;
    max-width: 100%;
  }
}

.lp_main__inner figure {
  width: 44.65%;
}
@media only screen and (max-width: 690px) {
  .lp_main__inner figure {
    width: 80%;
    margin-top: 20px;
  }
}
.lp_main__inner figure img {
  max-width: 100%;
  height: auto;
}

.lp_main h1 {
  letter-spacing: 0.01rem;
  font-size: min(3.2vw,4rem);
  margin-bottom: 15px;
}
@media only screen and (max-width: 690px) {
  .lp_main h1 {
    font-size: min(6vw,4rem);
  }
}
.lp_main p {
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .lp_main p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 690px) {
  .lp_main p {
    font-size: 1.6rem;
  }
}

.lp_main__list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  gap:5px;
  margin-top: 20px;
}
.lp_main__list li {
  font-size: 2rem;
  font-weight: bold;
  background-color: #fff;
  border:1px solid #083BDF;
  border-radius: 30px;
  padding:8px 30px 8px 50px;
  background-image: url(../other/lp_main_check.svg);
  background-repeat: no-repeat;
  background-position: center left 20px;
}

@media only screen and (max-width: 1024px) {
  .lp_main__list li {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 690px) {
  .lp_main__list li {
    font-size: 1.6rem;
    padding:8px 15px 8px 40px;
    background-position: center left 10px;
  }
}

/* title h2 */
/* ------------------------------------------------ */
.lp_title__h2 {
  font-size: 3.2rem;
  text-align: center;
}
@media only screen and (max-width: 690px) {
  .lp_title__h2 {
    font-size: 2.4rem;
  }
}

/* result */
/* ------------------------------------------------ */
.lp_result__list {
  display: flex;
  flex-wrap: wrap;
  gap:30px 24px;
  list-style-type: none;
  margin-bottom: 60px;
  margin-top: 60px;
}
@media only screen and (max-width: 690px) {
  .lp_result__list {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

.lp_result__list li {
  width: calc((100% / 3) - 16px);
}
.lp_result__list li img {
  width:100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media only screen and (max-width: 690px) {
  .lp_result__list {
    flex-direction: column;
    align-items: center;
  }
  .lp_result__list li {
    width: 367px;
    max-width: 100%;
  }
}

/* delete */
/* ------------------------------------------------ */
.lp_delete {
  padding-top: 100px;
  margin-top: 100px;
}
@media only screen and (max-width: 690px) {
  .lp_delete {
    padding-top: 60px;
    margin-top: 60px;
  }
}

/* certificate */
/* ------------------------------------------------ */
.lp_certificate {
  padding-top: 60px;
}
@media only screen and (max-width: 690px) {
  .lp_certificate {
    padding-top: 40px;
  }
}

.lp_certificate .inner {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 10px;
}
@media only screen and (max-width: 690px) {
  .lp_certificate .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.lp_certificate__2col {
  width: 860px;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 690px) {
  .lp_certificate__2col {
    flex-direction: column-reverse;
  }
}
.lp_certificate__2col figure {
  width: 150px;
}
@media only screen and (max-width: 690px) {
  .lp_certificate__2col figure {
    width: 300px;
  }
}

.lp_certificate__2col .text {
  width: calc(100% - 150px - 40px);
}
@media only screen and (max-width: 690px) {
  .lp_certificate__2col .text {
    width: 100%;
  }
}
.lp_certificate__2col .text h3 {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 690px) {
  .lp_certificate__2col .text h3 {
    font-size: 2rem;
    margin-top: 10px;
  }
}

/* certification */
/* ------------------------------------------------ */
.lp_certification {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 690px) {
  .lp_certification {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.lp_certification .inner {
  background-color: #fff;
  padding-top:50px;
  padding-bottom: 50px;
  border-radius: 10px;
}
@media only screen and (max-width: 690px) {
  .lp_certification .inner {
    padding-top:40px;
    padding-bottom: 40px;
  }
}

.lp_certification h3 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 690px) {
  .lp_certification h3 {
    font-size: 2rem;
  }
}

.lp_certification__list {
  max-width: 94%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap:30px;
  list-style-type: none;
}
.lp_certification__list li {
  width: calc((100% / 3) - 20px);
  display: flex;
  flex-direction:column-reverse;
  justify-content: flex-end;
}
@media only screen and (max-width: 690px) {
  .lp_certification__list li {
    width: 100%;
  }
}

.lp_certification__list li h4 {
  font-size: 1.8rem;
}
.lp_certification__list li figure {
  margin-bottom: 15px;
}
.lp_certification__list li img {
  width: 200px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* area */
/* ------------------------------------------------ */
.lp_area {
  margin-top: 100px;
}
@media only screen and (max-width: 690px) {
  .lp_area {
    margin-top: 60px;
  }
}

.lp_area__3col {
  display: flex;
  flex-wrap: wrap;
  gap:40px 18px;
  margin-top: 40px;
}
.lp_area__col {
  width:calc((100% / 3) - 12px) ;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
@media only screen and (max-width: 991.8px) {
  .lp_area__col {
    width:calc((100% / 2) - 9px) ;
  }
}
@media only screen and (max-width: 690px) {
  .lp_area__col {
    width:100%;
  }
}

.lp_area__col h3 {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 690px) {
  .lp_area__col h3 {
    font-size: 2rem;
  }
}

.lp_area__col figure {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

/* price */
/* ------------------------------------------------ */
.lp_price {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 100px;
}
@media only screen and (max-width: 690px) {
  .lp_price {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
  }
}
.price_border__wrap {
  border:2px solid #083BDF;
  border-radius: 10px;
  padding:50px;
  background-color: #fff;
  margin-top: 40px;
}
@media only screen and (max-width: 690px) {
  .price_border__wrap {
    padding:30px 20px;
  }
}
.price_border__wrap h3 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 690px) {
  .price_border__wrap h3 {
    font-size: 2rem;
  }
}

/* flow */
/* ------------------------------------------------ */
.lp_flow {
  margin-top: 100px;
}
@media only screen and (max-width: 690px) {
  .lp_flow {
    margin-top: 60px;
  }
}

.lp_flow__list {
  list-style-type: none;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap:38px;
}
@media only screen and (max-width: 768px) {
  .lp_flow__list {
    flex-direction: column;
  }
}
@media only screen and (max-width: 690px) {
  .lp_flow__list {
    margin-top: 30px;
  }
}

.lp_flow__list li {
  width: calc((100% / 4) - 28.5px);
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 2px 5px 4px rgba(0,0,0,0.05);
  padding:20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .lp_flow__list li {
    width: 100%;
  }
}

.lp_flow__list li::after {
  content: "";
  width: 29px;
  height: 52px;
  background-image: url(../other/arr_lp_flow.svg);
  background-size: contain;
  position: absolute;
  right:-34px;
  top:50%;
  margin-top: -26px;
}
@media only screen and (max-width: 768px) {
  .lp_flow__list li::after {
    transform: rotate(90deg);
    right:0;
    left:0;
    margin-left: auto;
    margin-right: auto;
    bottom: -46px;
    top:unset;
  }
}

.lp_flow__list li:last-child::after {
  content: none;
}

.flow_step {
  font-size: 2.4rem;
  line-height: 1.2;
}
.flow_num {
  font-size: 3.2rem;
}
.lp_flow__list li h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

/* cta */
/* ------------------------------------------------ */
.lp_cta {
  background-color: #083BDF;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 100px;
}
@media only screen and (max-width: 690px) {
  .lp_cta {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 60px;
  }
}

.lp_cta h2 {
  color:#ffffff;
}
.lp_cta__btn {
  position: relative;
  text-align: center;
  margin-top: 24px;
}
.lp_cta__btn a {
  display: inline-block;
  width: 360px;
  max-width: 100%;
  background-color: #E98813;
  border: 2px solid #E98813;
  color: #fff;
  border-radius: 10px;
  padding:20px 0 15px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: -8px;
}
.lp_cta__btn a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .lp_cta__btn a:hover {
    background-color: #FFF0F2;
    color:#E98813;
  }
}

.lp_cta__btn .baloon {
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  width: 220px;
  border-radius: 5px;
  padding:6px;
  font-weight: 900;
  font-size: 1.8rem;
  position: relative;
  z-index: 2;
  box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.2);
}
.lp_cta__btn .baloon::before {
  content:"";
  position: absolute;
  left:0;
  right:0;
  margin-left: auto;
  margin-right: auto;
  bottom: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #fff;
  border-bottom: 0;
}

/* case */
/* ------------------------------------------------ */
.lp_case {
  position: relative;
  padding-bottom:80px;
  margin-top: 100px;
}
@media only screen and (max-width: 690px) {
  .lp_case {
    margin-top: 60px;
  }
}

.lp_slide__outer {
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.1);
  overflow: hidden;
  margin-top: 40px;
}
@media only screen and (max-width: 690px) {
  .lp_slide__outer {
    margin-top: 20px;
  }
}

.lp_case .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.lp_case .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #083BDF;
  opacity: 0.3;
}
.lp_case .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
@media (hover: hover) {
  .lp_case .swiper-pagination-bullet:hover {
    opacity: 1;
  }
}

.lp_case .swiper-button-prev,
.lp_case .swiper-button-next {
  top:unset;
  bottom: 3px;
  width: 41px;
  height: 41px;
}
.lp_case .swiper-button-prev::after,
.lp_case .swiper-button-next::after {
  content: none;
}
@media (hover: hover) {
  .lp_case .swiper-button-prev:hover,
  .lp_case .swiper-button-next:hover {
    opacity: 0.7;
  }
}

.lp_case .swiper-button-prev {
  left:calc(50% - 100px);
  background-image: url(../other/lp_slide_prev.svg);
  background-position: center;
}
.lp_case .swiper-button-next {
  right:calc(50% - 100px);
  background-image: url(../other/lp_slide_next.svg);
  background-position: center;
}

.lp_case .swiper-slide {
  height: unset;
}

.lp_slide__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  height: 100%;
}
@media only screen and (max-width: 767.8px) {
  .lp_slide__inner {
    flex-direction: column-reverse;
    justify-content:flex-end;
  }
}

.lp_slide__inner figure {
  width: 48%;
}
@media only screen and (max-width: 767.8px) {
  .lp_slide__inner figure {
    width: 100%;
  }
}

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

.lp_slide__inner .text {
  width: calc(100% - 48% - 5px);
  padding:30px 20px;
}
@media only screen and (max-width: 991.8px) {
  .lp_slide__inner .text {
    width: calc(100% - 48%);
  }
}
@media only screen and (max-width: 767.8px) {
  .lp_slide__inner .text {
    width: 100%;
  }
}

.lp_slide__inner .text h3 {
  font-size: 2.8rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991.8px) {
  .lp_slide__inner .text h3 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767.8px) {
  .lp_slide__inner .text h3 {
    font-size: 2rem;
  }
}

.lp_slide__inner .text h4 {
  margin-bottom: 15px;
}
.lp_slide__inner .text ul {
  list-style-type: none;
  margin-bottom: 15px;
}
.lp_slide__inner .text ul li {
  display: inline-block;
  background-color: #3fa4e7;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding:1px 8px;
  border-radius: 5px;
  margin-right: 5px;
}
.lp_slide__inner .text p {
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 991.8px) {
  .lp_slide__inner .text p {
    font-size: 1.6rem;
  }
}

#tinymce .swiper-wrapper {
  display: block !important;
}

/* faq */
/* ------------------------------------------------ */
.lp_faq__wrap {
  background-color: #F0F5FF;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top:100px;
}
@media only screen and (max-width: 690px) {
  .lp_faq__wrap {
    margin-top:60px;
    padding-top: 60px;
    padding-bottom: 60px; 
  }
}

.lp_faq__title {
  display: block;
  font-size: 2.4rem;
}
@media only screen and (max-width: 690px) {
  .lp_faq__title {
    font-size: 2rem;
  }
}

.lp_faq__outer {
  border-bottom: 1px solid #DDD;
  padding-bottom: 15px;
}

.lp_faq__btn:before, .lp_faq__panel:before {
  position: absolute;
  content: "Q";
  font-weight: 700;
  left: 0;
  color: #fff;
  width: 40px;
  height: 42px;
  background-color: #083BDF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  border-radius: 5px;
}
.lp_faq__panel:before {
  content: "A";
  background-color: #3FA4E7;
}

.lp_faq__btn, .lp_faq__panel {
  padding-left: 55px;
  position: relative;
  display: block;
  min-height: 4rem;
}
.lp_faq__btn:before {
  top: 10px;
}

@media only screen and (max-width: 690px) {
  .lp_faq__btn:before {
    top: 6px;
  }
}

.lp_faq__panel {
  padding-top: 10px;
  padding-bottom: 15px;
}

.lp_faq__btn > .txt {
  position: relative;
  padding: 10px 0;
  display: block;
}

.lp_faq {
  padding-top: 20px;
}


/* footer */
/* ------------------------------------------------ */
footer {
  background-color: #083BDF;
  color:#fff;
  text-align: center;
  padding:20px 0;
}
footer small {
  font-size: 87.5%;
}
@media only screen and (max-width: 690px) {
  footer small {
    font-size: min(3vw,80%);
  }
}

/* page top */
/* ------------------------------------------------ */
@media only screen and (max-width: 690px) {
  #topcontrol {
      display: block;
  }
  a.pagetop {
    width: 40px;
    height: 40px;
  }
}

@media (hover: hover) {
  a.pagetop:hover {
    opacity: 0.7;
  }
}