@charset "UTF-8";
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

select::-ms-expand {
  display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
.sp_only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
.main_width {
  width: calc(100% - 30px);
  max-width: 1200px;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .header {
    border-block-start: none;
  }
  .contents {
    margin-block-start: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .header-wrap .logo-link {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    max-width: 250px;
    gap: 6px 0;
  }
  .header-wrap .logo-link .logo-text {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
  }
  .contents {
    padding-block-start: max(19.533333vmin, 8rem);
  }
  .header {
    border-block-start: none;
  }

}


@media screen and (max-width: 768px) {
  .menu-wrap {
      top: max(21vmin, 8rem);
  }
}

.cta_btn_list {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3%;
}
@media (max-width: 768px) {
  .cta_btn_list {
    flex-direction: column;
    gap: 10px 0;
  }
}
.cta_btn_list .cta_btn {
  width: 100%;
}
.cta_btn_list .cta_btn a {
  position: relative;
  display: block;
  padding: 1.1em 60px 1.1em 30px;
  border-radius: 100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  font-size: 2.3rem;
  text-align: center;
  z-index: 1;
}
@media (max-width: 768px) {
  .cta_btn_list .cta_btn a {
    padding: 1.1em 40px 1.1em 15px;
    font-size: 1.6rem;
  }
}
.cta_btn_list .cta_btn a:before {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: auto;
  margin: auto;
  content: "";
  width: 34px;
  height: 34px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cta_btn_list .cta_btn a:before {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    left: auto;
    margin: auto;
    width: 23px;
    height: 23px;
  }
}
.cta_btn_list .cta_btn a span {
  position: relative;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  z-index: 1;
}

.cta_btn_list .cta_btn.blue a {
  background-color: #007AC7;
}
.cta_btn_list .cta_btn.blue a:before {
  background: url(https://gigaplus.makeshop.jp/tgsec/img/common/circle_link_wt.svg) no-repeat center/100%;
}
.cta_btn_list .cta_btn.blue a span {
  padding-left: 36px;
}
@media (max-width: 768px) {
  .cta_btn_list .cta_btn.blue a span {
    padding-left: 30px;
  }
}
.cta_btn_list .cta_btn.blue a span:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 30px;
  height: 30px;
  background: url(https://gigaplus.makeshop.jp/tgsec/img/common/ico_search_wt.svg) no-repeat center/100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .cta_btn_list .cta_btn.blue a span:before {
    width: 24px;
    height: 24px;
  }
}
.cta_btn_list .cta_btn.orange a {
  padding: 1.1em 60px 1.1em 20px;
  background-color: #F2961B;
  cursor: pointer;
}
@media (max-width: 768px) {
  .cta_btn_list .cta_btn.orange a {
    padding: 1.1em 60px 1.1em 10px;
  }
}
.cta_btn_list .cta_btn.orange a:before {
  background: url(https://gigaplus.makeshop.jp/tgsec/img/common/circle_link_or.svg) no-repeat center/100%;
}
.cta_btn_list .cta_btn.orange a span {
  padding-left: 120px;
}
@media (max-width: 768px) {
  .cta_btn_list .cta_btn.orange a span {
    padding-left: 85px;
  }
}
.cta_btn_list .cta_btn.orange a span:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -1.1em;
  left: 0;
  margin: auto;
  content: "";
  width: 110px;
  height: 66px;
  background: url(../img/ico-pic.svg) no-repeat center/100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .cta_btn_list .cta_btn.orange a span:before {
    width: 80px;
    height: 49px;
  }
}

.cta_btn_list.ver_footer {
  flex-direction: column;
  gap: 10px 0;
}
.cta_btn_list.ver_footer .cta_btn {
  width: 100%;
}
.cta_btn_list.ver_footer .cta_btn a {
  padding: 0.6em 60px 0.6em 30px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .cta_btn_list.ver_footer .cta_btn a {
    padding: 1.1em 40px 1.1em 15px;
    font-size: 1.6rem;
  }
}
.cta_btn_list.ver_footer .cta_btn a:before {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 23px;
  height: 23px;
}

.cta_btn_list.ver_footer .cta_btn.blue a span {
  padding-left: 24px;
}
@media (max-width: 768px) {
  .cta_btn_list.ver_footer .cta_btn.blue a span {
    padding-left: 30px;
  }
}
.cta_btn_list.ver_footer .cta_btn.blue a span:before {
  width: 19px;
  height: 19px;
}
@media (max-width: 768px) {
  .cta_btn_list.ver_footer .cta_btn.blue a span:before {
    width: 24px;
    height: 24px;
  }
}
.cta_btn_list.ver_footer .cta_btn.orange a {
  padding: 0.6em 40px 0.6em 10px;
  height: 100%;
  min-height: 58px;
  background-color: #F2961B;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .cta_btn_list.ver_footer .cta_btn.orange a {
    padding: 1.1em 60px 1.1em 10px;
  }
}
.cta_btn_list.ver_footer .cta_btn.orange a:before {
  background: url(https://gigaplus.makeshop.jp/tgsec/img/common/circle_link_or.svg) no-repeat center/100%;
}
.cta_btn_list.ver_footer .cta_btn.orange a span {
  padding-left: 74px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .cta_btn_list.ver_footer .cta_btn.orange a span {
    padding-left: 85px;
  }
}
.cta_btn_list.ver_footer .cta_btn.orange a span:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -0.6em;
  left: 0;
  margin: auto;
  content: "";
  width: 80px;
  height: 49px;
}
@media (max-width: 768px) {
  .cta_btn_list.ver_footer .cta_btn.orange a span:before {
    width: 80px;
    height: 49px;
  }
}

@media (max-width: 768px) {
  .footer-guide-list .--item.no_flex {
    display: block;
  }
  .footer-guide-list .--item.no_flex .cta_btn_list.ver_footer .cta_btn.orange a span:before {
    bottom: -1.1em;
  }
}

.scroll-wrap.ver_fix {
  display: block;
}

.cta_btn_list.ver_footer.ver_fix {
  flex-direction: column;
  gap: 10px 0;
}
@media (max-width: 768px) {
  .cta_btn_list.ver_footer.ver_fix {
    width: 100%;
    flex-direction: row;
    gap: 0 5px;
    margin-top: 8px;
  }
}
.cta_btn_list.ver_footer.ver_fix .cta_btn {
  width: 100%;
}
.cta_btn_list.ver_footer.ver_fix .cta_btn a {
  height: 100%;
  min-height: 50px;
  padding: 0.6em 35px 0.6em 15px;
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .cta_btn_list.ver_footer.ver_fix .cta_btn a {
    font-size: 1.1rem;
  }
}
.cta_btn_list.ver_footer.ver_fix .cta_btn a:before {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 23px;
  height: 23px;
}
@media (max-width: 768px) {
  .cta_btn_list.ver_footer.ver_fix .cta_btn a:before {
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    left: auto;
    margin: auto;
    width: 16px;
    height: 16px;
  }
}
.cta_btn_list.ver_footer.ver_fix .cta_btn a span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}

.cta_btn_list.ver_footer.ver_fix .cta_btn.blue a span {
  padding-left: 22px;
}
@media (max-width: 768px) {
  .cta_btn_list.ver_footer.ver_fix .cta_btn.blue a span {
    padding-left: 20px;
  }
}
.cta_btn_list.ver_footer.ver_fix .cta_btn.blue a span:before {
  width: 22px;
  height: 22px;
}
@media (max-width: 768px) {
  .cta_btn_list.ver_footer.ver_fix .cta_btn.blue a span:before {
    width: 19px;
    height: 19px;
  }
}
.cta_btn_list.ver_footer.ver_fix .cta_btn.orange a {
  padding: 0.6em 40px 0.6em 40px;
  background-color: #F2961B;
}
@media (max-width: 768px) {
  .cta_btn_list.ver_footer.ver_fix .cta_btn.orange a {
    padding: 0.6em 30px 0.6em 15px;
  }
}
.cta_btn_list.ver_footer.ver_fix .cta_btn.orange a:before {
  background: url(https://gigaplus.makeshop.jp/tgsec/img/common/circle_link_or.svg) no-repeat center/100%;
}
.cta_btn_list.ver_footer.ver_fix .cta_btn.orange a span {
  padding-left: 65px;
}
@media (max-width: 768px) {
  .cta_btn_list.ver_footer.ver_fix .cta_btn.orange a span {
    padding-left: 75px;
  }
}
.cta_btn_list.ver_footer.ver_fix .cta_btn.orange a span:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -0.6em;
  left: 0;
  margin: auto;
  content: "";
  width: 74px;
  height: 45px;
}
@media (max-width: 768px) {
  .cta_btn_list.ver_footer.ver_fix .cta_btn.orange a span:before {
    width: 70px;
    height: 43px;
  }
}

.caution {
  position: relative;
  padding-left: 1.3em;
  text-indent: -1.3em;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .caution {
    font-size: 1.1rem;
  }
}
.caution:before {
  position: relative;
  content: "※";
  margin-right: 0.3em;
}
.caution.small {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .caution.small {
    font-size: 1rem;
  }
}

.main_visual {
  padding: 120px 0;
  background: url(../img/mv-bg.webp) no-repeat center/cover;
}
@media (max-width: 768px) {
  .main_visual {
    padding: 55px 0 40px;
    background: url(../img/mv-bg-sp.webp) no-repeat center/cover;
  }
}
.main_visual .txt_box {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.main_visual .txt_box .sub_txt {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
  z-index: 1;
}
@media (max-width: 768px) {
  .main_visual .txt_box .sub_txt {
    margin-bottom: 6px;
  }
}
.main_visual .txt_box .sub_txt:before {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  margin: auto;
  width: 30px;
  height: 25px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #FD761A;
  z-index: -1;
}
.main_visual .txt_box .sub_txt span {
  display: inline-block;
  padding: 0.25em 1.6em;
  background-color: #FD761A;
  border-radius: 5px;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .main_visual .txt_box .sub_txt span {
    width: 100%;
    max-width: 300px;
    font-size: 1.5rem;
  }
}

.main_visual .txt_box .main_txt {
  margin-bottom: 50px;
  text-shadow: 0px 0px 15px rgb(255, 255, 255), 0px 0px 15px rgb(255, 255, 255);
  font-size: 5rem;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 768px) {
  .main_visual .txt_box .main_txt {
    margin-bottom: 35px;
    font-size: 2.7rem;
    line-height: 1.3;
  }
}
.main_visual .txt_box .main_txt .red {
  font-size: 1em;
  line-height: inherit;
  color: #E83E0B;
}
.main_visual .txt_box .main_txt .small {
  font-size: 0.8em;
  line-height: inherit;
  color: inherit;
}

.main_visual .txt_box .caution.small {
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 768px) {
  .main_visual .txt_box .caution.small {
    margin-bottom: 10px;
  }
}
.main_visual .txt_box .caution {
  text-align: center;
}

.main_visual .txt_box .cta_btn_list .cta_btn {
  margin-bottom: 20px;
}
.main_visual .txt_box .cta_btn_list .cta_btn a {
  max-width: 370px;
  margin: 0 auto;
  padding: 0.9em 60px 0.9em 10px;
  background-color: #FD761A;
}
@media (max-width: 768px) {
  .main_visual .txt_box .cta_btn_list .cta_btn a {
    max-width: 260px;
  }
}
.main_visual .txt_box .cta_btn_list .cta_btn a:before {
  background: url(../img/ico-arrow-fv.svg) no-repeat center/100%;
}
@media (max-width: 768px) {
  .main_visual .txt_box .cta_btn_list .cta_btn a span {
    padding-left: 90px;
  }
}
.main_visual .txt_box .cta_btn_list .cta_btn a span:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -0.9em;
  left: 0;
  margin: auto;
  background: url(../img/ico-pic-fv.svg) no-repeat center/100%;
}

.campaign_block .campaign_slider {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.campaign_block .campaign-slider .slick-dots {
  display: none !important;
}

.guide_block .bnr_link {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .guide_block .bnr_link {
    margin-bottom: 25px;
  }
}
.guide_block .bnr_link {
  text-align: center;
}
.guide_block .bnr_link a {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .guide_block .bnr_link a {
    max-width: 500px;
  }
}
.guide_block .bnr_link a img {
  width: 100%;
}

.campaign_block .bnr_link a {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .campaign_block .bnr_link a {
    max-width: 500px;
  }
}
.campaign_block .bnr_link a img {
  width: 100%;
}

.guide_block .guide_list {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
  display: flex;
  gap: 2%;
}
@media (max-width: 768px) {
  .guide_block .guide_list {
    max-width: 500px;
  }
}
.guide_block .guide_list li {
  position: relative;
  width: 49%;
  z-index: 1;
}
.guide_block .guide_list li .img {
  position: relative;
  z-index: 1;
}
.guide_block .guide_list li .img img {
  width: 100%;
}
.guide_block .guide_list li .txt_box {
  padding: 10px 15px 10px 25px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: auto;
  background-color: #007AC7;
  border-radius: 0 0 20px 20px;
  opacity: 0.9;
  z-index: 2;
}
@media (max-width: 768px) {
  .guide_block .guide_list li .txt_box {
    padding: 8px 7px 8px 7px;
    border-radius: 0 0 10px 10px;
  }
}

.guide_block .guide_list .txt_box .name {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
}
.guide_block .guide_list .txt_box img {
  width: 100%;
  max-width: 30px;
}
@media (max-width: 768px) {
  .guide_block .guide_list .txt_box img {
    max-width: 15px;
  }
}

.top_reason_block .reason_list {
  width: 100%;
  margin: 0 auto 50px;
  display: flex;
  justify-content: center;
  gap: 0 30px;
}
@media (max-width: 768px) {
  .top_reason_block .reason_list {
    margin: 0 auto 15px;
    gap: 0 10px;
  }
}
.top_reason_block .reason_list li {
  display: block;
  width: 40%;
  max-width: 250px;
  text-align: center;
}
@media (max-width: 768px) {
  .top_reason_block .reason_list li {
    width: 50%;
  }
}
.top_reason_block .reason_list li i {
  display: block;
  width: 100%;
  max-width: 220px;
  margin: 0 auto 25px;
}
@media (max-width: 768px) {
  .top_reason_block .reason_list li i {
    width: 70%;
    max-width: 170px;
    margin: 0 auto 10px;
  }
}
.top_reason_block .reason_list li .ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  color: #007AC7;
}
@media (max-width: 768px) {
  .top_reason_block .reason_list li .ttl {
    font-size: 1.5rem;
  }
}
.top_reason_block .reason_list li .ttl .big {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.8em;
  font-weight: 800;
  color: inherit;
}

.top_reason_block .inner {
  width: 100%;
  max-width: 700px;
  margin: 30px auto;
}
.top_reason_block#index-reason {
  background-image: none;
}

.guarantee_box {
  text-align: center;
}

.guarantee_box .ttl {
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
  padding: 0 25px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  z-index: 1;
}
@media (max-width: 768px) {
  .guarantee_box .ttl {
    font-size: 1.3rem;
  }
}
.guarantee_box .ttl:before, .guarantee_box .ttl:after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 2px;
  height: 28px;
  background-color: #007AC7;
}
.guarantee_box .ttl:before {
  left: 6px;
  transform: rotate(-25deg);
}
.guarantee_box .ttl:after {
  right: 6px;
  transform: rotate(25deg);
}
.guarantee_box .ttl .blue {
  font-size: 1em;
  font-weight: 800;
  color: #007AC7;
}
.guarantee_box .ttl .big {
  font-size: 1.4em;
  color: inherit;
}

.guarantee_box {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .guarantee_box {
    margin-bottom: 50px;
  }
}
.guarantee_box a {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.guarantee_box a .img {
  width: 40%;
  max-width: 130px;
}
@media (max-width: 768px) {
  .guarantee_box a .img {
    width: 115px;
  }
}
.guarantee_box a .img img {
  border-radius: 10px 0 0 10px;
}
.guarantee_box a .txt_box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  padding: 15px;
  background-color: #007AC7;
  border-radius: 0 10px 10px 0;
  z-index: 1;
}
.guarantee_box a .txt_box:before {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: auto;
  margin: auto;
  content: "";
  width: 30px;
  height: 30px;
  background: url(https://gigaplus.makeshop.jp/tgsec/img/common/circle_link_wt.svg) no-repeat center/100%;
}
@media (max-width: 768px) {
  .guarantee_box a .txt_box:before {
    width: 20px;
    height: 20px;
  }
}
.guarantee_box a .txt_box .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  color: #ffffff;
}
@media (max-width: 768px) {
  .guarantee_box a .txt_box .txt {
    font-size: 1.6rem;
  }
}

.top_reason_block .cta_btn_list {
  margin-bottom: 70px;
}

#recommend_slider {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #recommend_slider {
    padding-bottom: 20px;
  }
  #recommend_slider .swiper-scrollbar {
    bottom: 0;
    height: 9px;
  }
  #recommend_slider .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #007AC7;
  }
}

#recommend_slider .swiper-button-next,
#recommend_slider .swiper-button-prev,
#works_slider .swiper-button-next,
#works_slider .swiper-button-prev {
  top: 50%;
  width: 40px;
  height: 40px;
  text-indent: -999999px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  #recommend_slider .swiper-button-next,
  #recommend_slider .swiper-button-prev,
  #works_slider .swiper-button-next,
  #works_slider .swiper-button-prev {
    display: none;
  }
}
#recommend_slider .swiper-button-next:before,
#recommend_slider .swiper-button-prev:before,
#works_slider .swiper-button-next:before,
#works_slider .swiper-button-prev:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/ico-arrow.svg) no-repeat center/100%;
  z-index: 1;
}
#recommend_slider .swiper-button-next:after,
#recommend_slider .swiper-button-prev:after,
#works_slider .swiper-button-next:after,
#works_slider .swiper-button-prev:after {
  content: none;
}
#recommend_slider .swiper-button-prev,
#works_slider .swiper-button-prev {
  left: 0;
}
#recommend_slider .swiper-button-next,
#works_slider .swiper-button-next {
  right: 0;
}
#recommend_slider .swiper-button-next:before,
#works_slider .swiper-button-next:before {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  #works_slider .swiper-button-next,
  #works_slider .swiper-button-prev {
    display: block;
    width: 25px;
    height: 25px;
  }
  #works_slider .swiper-button-next:before,
  #works_slider .swiper-button-prev:before {
    width: 25px;
    height: 25px;
  }
}

.recommend_slider .swiper-slide {
  position: relative;
  margin-top: 33px;
  padding: 35px 30px;
  background-color: #ffffff;
  border-radius: 15px;
  border: 1px solid #E0E0E0;
  z-index: 1;
}
@media (max-width: 768px) {
  .recommend_slider .swiper-slide {
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
  }
}
.recommend_slider .swiper-slide .slide-img {
  margin-bottom: 10px;
  text-align: center;
}
.recommend_slider .swiper-slide .num {
  display: block;
  position: absolute;
  top: -33px;
  left: 30px;
  width: 64px;
  height: 64px;
  background-color: #007AC7;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3rem;
  color: #ffffff;
}
@media (max-width: 768px) {
  .recommend_slider .swiper-slide .num {
    top: -20px;
    left: 20px;
    width: 40px;
    height: 40px;
    font-size: 1.8rem;
  }
}

.recommend_slider .swiper-slide .num.num01 {
  background-color: #D7B119;
}
.recommend_slider .swiper-slide .num.num02 {
  background-color: #959595;
}
.recommend_slider .swiper-slide .num.num03 {
  background-color: #B7752F;
}

.recommend_slider .swiper-slide .txt_box .ttl {
  margin-bottom: 0.2em;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.5;
  color: #007AC7;
}
@media (max-width: 768px) {
  .recommend_slider .swiper-slide .txt_box .ttl {
    font-size: 1.5rem;
  }
}
.recommend_slider .swiper-slide .txt_box .feature_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .recommend_slider .swiper-slide .txt_box .feature_list {
    margin-bottom: 20px;
  }
}
.recommend_slider .swiper-slide .txt_box .feature_list li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  /* margin: 0.2em;
  padding: 0.3em 0.6em;
  background-color: #ffffff;
  border: 2px solid #007AC7;
  border-radius: 30px;
  font-size: 1.9rem;
  line-height: 1.2;
  color: #007AC7; */
}
.recommend_slider .swiper-slide .txt_box .feature_list li img {
  width: auto;
  height: 3rem;
}
@media (max-width: 768px) {
  .recommend_slider .swiper-slide .txt_box .feature_list li {
    /* border: 1px solid #007AC7;
    font-size: 1.2rem; */
  }
}

.recommend_slider .swiper-slide .txt_box .price_box .ds {
  position: relative;
  margin-bottom: 20px;
  padding: 0.2em 2em;
  background-color: #E83E0B;
  border-radius: 8px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.3;
  color: #ffffff;
  text-align: center;
  z-index: 1;
}
@media (max-width: 768px) {
  .recommend_slider .swiper-slide .txt_box .price_box .ds {
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 1.1rem;
  }
}
.recommend_slider .swiper-slide .txt_box .price_box .ds .big {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.55em;
  color: inherit;
}
.recommend_slider .swiper-slide .txt_box .price_box .ds:before {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -10px;
  left: 0;
  margin: auto;
  content: "";
  margin: auto;
  width: 30px;
  height: 25px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #E83E0B;
  z-index: -1;
}

.recommend_slider .swiper-slide .txt_box .price_box .price {
  margin-bottom: 0.3em;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.2;
  color: #E83E0B;
  text-align: center;
}
@media (max-width: 768px) {
  .recommend_slider .swiper-slide .txt_box .price_box .price {
    font-size: 1.1rem;
  }
}
.recommend_slider .swiper-slide .txt_box .price_box .price .big {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.9em;
  color: inherit;
}
.recommend_slider .swiper-slide .txt_box .price_box .sub_txt {
  padding: 0.2em;
  background-color: #E7F4FD;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 768px) {
  .recommend_slider .swiper-slide .txt_box .price_box .sub_txt {
    font-size: 1.2rem;
  }
}

.area_block .manufacturer-list {
  margin-bottom: 35px;
}
.area_block .index-search-wrap {
  margin-block-start: 0;
}

.area_block {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .area_block {
    margin-bottom: 60px;
  }
}
.area_block .line_ttl {
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 768px) {
  .area_block .line_ttl {
    margin-bottom: 7px;
  }
}
.area_block .line_ttl span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1.5;
  color: #007AC7;
  z-index: 1;
}
@media (max-width: 768px) {
  .area_block .line_ttl span {
    padding: 0 16px;
    font-size: 1.5rem;
  }
}
.area_block .line_ttl span:before, .area_block .line_ttl span:after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 3px;
  height: 27px;
  background-color: #007AC7;
  z-index: 1;
}
@media (max-width: 768px) {
  .area_block .line_ttl span:before, .area_block .line_ttl span:after {
    height: 18px;
  }
}
.area_block .line_ttl span:before {
  left: 0;
  transform: rotate(-25deg);
}
.area_block .line_ttl span:after {
  right: 0;
  transform: rotate(25deg);
}

#works_slider {
  margin-bottom: 50px;
}
#works_slider .swiper-slide {
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: 20px;
  box-shadow: 0 4 4px rgba(0, 0, 0, 0.05);
}

#works_slider .slide-img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}
#works_slider .slide-img img {
  border-radius: 10px;
}
#works_slider .ttl {
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 1.5;
}
#works_slider .tag_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#works_slider .tag_list li {
  display: inline-block;
  margin: 0.2em;
  padding: 0.2em 0.6em;
  background-color: #ffffff;
  border: 1px solid #007AC7;
  border-radius: 20px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #007AC7;
  text-align: center;
}

.works_block {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .works_block {
    margin-bottom: 60px;
  }
}
.works_block .guarantee_box {
  margin-bottom: 0;
}
.works_block .guarantee_box a {
  max-width: 800px;
}
.works_block .guarantee_box a .img {
  width: 100%;
  max-width: 222px;
}
@media (max-width: 768px) {
  .works_block .guarantee_box a .img {
    width: 29%;
    max-width: 130px;
  }
}
.works_block .guarantee_box a .txt_box .txt {
  font-size: 2.7rem;
}
@media (max-width: 768px) {
  .works_block .guarantee_box a .txt_box .txt {
    justify-content: flex-start;
    font-size: 1.8rem;
  }
}
.works_block .guarantee_box a .txt_box .txt .small {
  display: block;
  margin-top: 1em;
  font-size: 0.5em;
  font-weight: 500;
  color: inherit;
}
@media (max-width: 768px) {
  .works_block .guarantee_box a .txt_box .txt .small {
    font-size: 0.62em;
  }
}
@media (max-width: 768px) {
  .works_block .guarantee_box a .txt_box:before {
    top: auto;
    bottom: 15px;
  }
}

.qa_block .qa_box {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: 1px solid #E0E0E0;
}
.qa_block .qa_box.mb {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .qa_block .qa_box.mb {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .qa_block .qa_box {
    padding: 15px 0;
  }
}

.qa_block .qa_box dt, .qa_block .qa_box dd {
  position: relative;
  padding: 0.3em 0;
  padding-left: 52px;
  font-size: 1.8rem;
  line-height: 1.5;
  z-index: 1;
}
@media (max-width: 768px) {
  .qa_block .qa_box dt, .qa_block .qa_box dd {
    padding-left: 46px;
    font-size: 1.5rem;
  }
}
.qa_block .qa_box dt:before, .qa_block .qa_box dd:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  color: #ffffff;
  z-index: 1;
}
@media (max-width: 768px) {
  .qa_block .qa_box dt:before, .qa_block .qa_box dd:before {
    width: 35px;
    height: 35px;
    font-size: 1.6rem;
  }
}
.qa_block .qa_box dt {
  margin-bottom: 10px;
  font-weight: bold;
  color: #007AC7;
}
.qa_block .qa_box dt:before {
  content: "Q";
  background-color: #007AC7;
}
.qa_block .qa_box dd:before {
  content: "A";
  background-color: #F2961B;
}

@media (max-width: 768px) {
  .index-search-wrap .index-search-btn .search-img {
    width: 30%;
    max-width: 37px;
  }
}


/******************************************/
/*header nav*/
/******************************************/
p.obi-text {
    text-align: left;
}
p.obi-text a {
    text-decoration: underline;
}
@media (max-width: 768px) {
  .obi-wrap {
    padding-block: 0;
  }
  p.obi-text {
    line-height: 0;
  }
  p.obi-text.ver_no_text {
    padding: 0;
  }
  p.obi-text span {
    display: block;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    padding-left: 0.4em;
    padding-right: 0.4em;
    text-align: left;
    line-height: 1.4;
  }
}

/******************************************/
/*Slider*/
/******************************************/
.campaign-slider:is(.slick-dotted) {
    margin: 0 !important;
}
ul.slick-dots {
    display: none !important;
}


/******************************************/
/*Content*/
/******************************************/
@media screen and (max-width: 768px) {
    .contents {
        padding-block-start: max(15.733333vmin, 5rem);
    }
}


/******************************************/
/*TOP Adjust*/
/******************************************/
@media screen and (max-width: 768px) {
    #index-reason .more-btn {
        max-width: 350px;
    }
    .contents #index-reason .heading .logo-img {
        max-width: 400px;
    }
    .index-search-wrap .search-content-area {
        max-width: 400px;
    }
    .index-search-wrap .index-search-btn {
        max-width: 120px;
    }
    .guarantee_box a,
    .works_block .guarantee_box a {
        max-width: 350px;
    }
    .cta_btn_list .cta_btn {
      max-width: 350px;
    }
    .qa_block .more-btn,
    .area_block .more-btn {
      max-width: 350px;
    }
    .manufacturer-list img {
        max-width: 120px;
    }
    #index-news .more-btn,
    #index-blog .more-btn {
        max-width: 350px;
    }
    .index-search-wrap .index-search-btn .search-img {
        width: 60%;
    }
    .footer-estimate-title {
      max-width: 350px;
    }
}


.recommend_slider .swiper-slide .txt_box .price_box .ds.no_off {
    padding: 1.2em 0.2em;
}
