* {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
ul {
  list-style: none;
}
img {
  max-width: 100%;
  width: auto;
}
a[href^="tel:"] {
  pointer-events: none;
}
.kv_inner {
  background: url(/uritai/lp75/images/kv_base_pc.png) no-repeat;
  background-size: cover;
  aspect-ratio: 1920 / 759;
  position: relative;
}
.kv_logo_inner {
  display: inline-block;
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 40%;
  width: auto;
}
.kv_btn_inner {
  display: inline-block;
  position: absolute;
  top: 69%;
  left: 49.8%;
  transform: translate(-50%, 0);
  max-width: 39%;
  width: auto;
}
.kv_btn_inner:hover {
  opacity: 0.7;
}
.display_pc {
  display: block;
}
.display_sp {
  display: none;
}
.kv_tell_inner {
  display: inline-block;
  position: absolute;
  top: 81%;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 23%;
  width: auto;
}
.lead_inner {
  background: url(/uritai/lp75/images/bg_introduction_pc.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  min-height: 473px;
  display: flex;
  align-items: flex-end;
}
.lead_content {
  max-width: 1000px;
  width: calc(100% - 50px);
  margin: 0 auto;
  position: relative;
  padding: 220px 0 90px;
}
.lead_text_inner {
  max-width: 528px;
  width: 80%;
  position: relative;
  z-index: 3;
  margin-left: auto;
}
.lead_img {
  position: absolute;
  top: 10%;
  left: 0;
  max-width: 52%;
  width: 100%;
  z-index: 1;
}
.lead_head {
  font-family: "游明朝","游明朝体";
  font-size: 26px;
  font-weight: 700;
  line-height: 58px;
}
.lead_text_inner h1 {
  font-family: "游明朝","游明朝体";
  color: #0099B3;
  font-size: 36px;
  font-weight: 700;
  line-height: 58px;
  border-bottom: 1px solid #0099B3;
}
.lead_text {
  margin-top: 38px;
}
.lead_text b {
  font-weight: 700;
}
.three_reason_inner {
  margin: 122px 0 24px;
}
.three_reason_inner h2 {
  font-family: "游明朝","游明朝体";
  font-size: 36px;
  font-weight: 700;
  line-height: 35.39px;
  text-align: center;
  position: relative;
  padding-bottom: 46px;
  background: url(/uritai/lp75/images/ttl_reasons_en_pc.png) no-repeat;
  background-position: right 50% bottom 40px;
}
.three_reason_inner h2 span {
  font-family: "游明朝","游明朝体";
  font-size: 26px;
  font-weight: 400;
  line-height: 37.36px;
}
.three_reason_inner h2 .three_head_num {
  font-family: "游明朝","游明朝体";
  font-size: 86px;
  font-weight: 700;
  line-height: 84.54px;
}
.three_reason_inner h2:after {
  content: "";
  display: block;
  background: url(/uritai/lp75/images/ttl_line_gradation_pc.png) no-repeat;
  width: 202px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.three_reason_item {
  position: relative;
  margin-top: 140px;
}
.three_reason_item:after {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: calc(50% + 349px);
  max-width: 80%;
  background: linear-gradient(90deg, rgba(253, 181, 83, 0.1) 0%, rgba(0, 153, 179, 0.1) 100%);
}
.three_reason_content {
  width: 100%;
  max-width: 1042px;
  position: relative;
  margin: 0 auto;
  z-index: 4;
}
.three_reason_point {
  position: absolute;
  top: -8px;
  right: 0;
  max-width: 284px;
  width: 50%;
}
.three_reason_text {
  text-align: left;
  width: 54%;
  margin-left: auto;
  padding: 84px 20px 84px 0;
  position: relative;
}
.three_reason_img {
  position: absolute;
  top: -60px;
  left: 0;
  max-width: 432px;
  width: 40%;
}
.three_reason_head small {
  font-family: "游明朝","游明朝体";
  font-size: 26px;
  font-weight: 700;
  line-height: 52px;
  background: linear-gradient(90deg, #16B5D0 0%, #0092AB 100%);
  color: #fff;
}
.three_reason_head span {
  font-family: "游明朝","游明朝体";
  font-size: 32px;
  font-weight: 700;
  line-height: 52px;
  background: linear-gradient(90deg, #16B5D0 0%, #0092AB 100%);
  color: #fff;
}
.three_reason_text p sup {
  font-size: 14px;
  vertical-align: text-bottom;
}
.three_reason_text p + p {
  margin-top: 12px;
}
.note_list_num li {
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  position: relative;
  padding-left: 25px;
}
.note_list_num li .note_list_mark {
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  position: absolute;
  top: 0;
  left: 0;
}
p + .note_list_num {
  margin-top: 16px;
}
.three_reason_item.three_reason_item_reverse::after {
  right: initial;
  left: 0;
}
.three_reason_item_reverse .three_reason_text {
  margin-left: 0;
  padding: 84px 0 84px 20px;
}
.three_reason_item_reverse .three_reason_img {
  left: initial;
  right: 0;
}
.customer_outer {
  position: relative;
  padding-top: 157px;
}
.customer_border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 157px;
  clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
  background: #F9F9F9;
}
.customer_inner {
  background: #F9F9F9;
  padding-bottom: 120px;
}
.customer_inner h2 {
  font-family: "游明朝","游明朝体";
  font-size: 36px;
  font-weight: 700;
  line-height: 35.39px;
  text-align: center;
  position: relative;
  padding: 112px 0 46px;
  background: url(/uritai/lp75/images/ttl_customer_en_pc.png) no-repeat;
  background-position: right 50% bottom 30px;
}
.customer_inner h2:after {
  content: "";
  display: block;
  background: url(/uritai/lp75/images/ttl_line_gradation_pc.png) no-repeat;
  width: 202px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.customer_content {
  max-width: 1000px;
  width: calc(100% - 50px);
  margin: 80px auto 0;
  box-shadow: 3px 6px 26px 0px #0000001A;
  background: #F2FBFC;
  background-image:radial-gradient(circle, #C3E8EE 0.4px, transparent 0.4px);
  background-size:4px 4px;
  background-position: 0 0;
  border-radius: 6px;
}
.customer_content + .customer_content {
  margin-top: 40px;
}
.customer_head {
  background: linear-gradient(90deg, #16B5D0 0%, #0092AB 100%);
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  padding: 14px 0 12px;
  border-radius: 6px 6px 0 0;
}
.customer_text {
  display: flex;
  max-width: 740px;
  width: calc(100% - 60px);
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
  padding: 30px;
}
.customer_icon {
  margin-right: 30px;
}
.support_inner {
  background: #fff;
  background-image:radial-gradient(circle, #c7e9ee 0.4px, transparent 0.4px);
  background-size:4px 4px;
  background-position: 0 0;
  padding: 112px 0 90px;
  text-align: center;
}
.support_inner h2 {
  font-family: "游明朝","游明朝体";
  font-size: 36px;
  font-weight: 700;
  line-height: 35.39px;
  text-align: center;
  position: relative;
  padding-bottom: 46px;
  background: url(/uritai/lp75/images/ttl_support_en_pc.png) no-repeat;
  background-position: right 50% bottom 18px;
}
.support_inner h2:after {
  content: "";
  display: block;
  background: url(/uritai/lp75/images/ttl_line_gradation_pc.png) no-repeat;
  width: 202px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.support_head {
  display: inline-block;
  margin: 70px auto 40px;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  padding: 3px 14px;
  border-radius: 300px;
}
.support_head.support_head_seller {
  background: #ee8800;
}
.support_list {
  max-width: 1032px;
  width: calc(100% - 18px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.swiper-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.support_content {
  max-width: 312px;
  width: calc((100% - 96px) / 3);
  background: #fff;
  border-radius: 6px;
  box-shadow: 3px 6px 26px 0px #0000001A;
  margin: 0 16px 32px;
  padding-bottom: 24px;
}
.support_content_head {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  display: inline-block;
  border: solid 1px #ee8800;
  border-radius: 300px;
  padding: 3px 14px;
  margin-top: 14px;
  max-width: 80%;
}
p.support_content_text {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  margin-top: 13px;
  padding: 0 10px;
}
.support_content_head.support_content_head_seller {
  border-color: #ee8800;
  color: #ee8800;
}
.faq_inner {
  background: linear-gradient(90deg, #16B5D0 0%, #0092AB 100%);
  padding: 107px 0 100px;
}
.faq_inner h2 {
  font-family: "游明朝","游明朝体";
  font-size: 36px;
  font-weight: 700;
  line-height: 35.39px;
  color: #fff;
  text-align: center;
  position: relative;
  padding-bottom: 46px;
  margin-bottom: 80px;
  background: url(/uritai/lp75/images/ttl_questions_en_pc.png) no-repeat;
  background-position: right 50% bottom 20px;
}
.faq_inner h2:after {
  content: "";
  display: block;
  background: url(/uritai/lp75/images/ttl_line_w_pc.png) no-repeat;
  width: 202px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.faq_content {
  max-width: 740px;
  width: calc(100% - 50px);
  background: #fff;
  border-radius: 6px;
  margin: 20px auto;
}
.faq_head {
  position: relative;
  padding: 17px 20px 17px 90px;
}
img.faq_head_icon {
  position: absolute;
  top: calc(50% - 20px);
  left: 25px;
}
span.faq_head_mark {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: calc(50% - 11px);
  right: 23px;
}
.faq_head_mark:before,.faq_head_mark:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  transform: translate(-50%, -50%);
  background: #0099B3;
  border-radius: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.faq_head_mark:before {
  transition: all .3s;
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq_content_open .faq_head_mark:before {
  transform: translate(-50%, -50%) rotate(0);
}
.faq_text {
  position: relative;
  padding: 13px 28px 17px 90px;
  display: none;
}
.faq_text_icon {
  position: absolute;
  top: 13px;
  left: 25px;
}
.faq_text:before {
  content: "";
  display: block;
  width: calc(100% - 50px);
  border: 1px solid #F0F0F0;
  position: absolute;
  top: 0;
  left: 25px;
}
.inquiry_inner {
  background: linear-gradient(90deg, rgba(253, 181, 83, 0.1) 0%, rgba(0, 153, 179, 0.1) 100%);
  padding: 85px 0 30px;
  text-align: center;
}
.cv_intermediate {
  margin: 90px auto 0;
  text-align: center;
}
p.inquiry_btn_head {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 12px;
}
a.inquiry_btn {
  padding: 0 20px;
  display: inline-block;
}
a.inquiry_btn:hover {
  opacity: 0.8;
}
a.inquiry_btn img {
  margin: 0 auto;
}
.inquiry_call_inner {
  max-width: 740px;
  width: calc(100% - 90px);
  margin: 50px auto 0;
  background: #fff;
  border-radius: 6px;
  padding: 40px 20px;
}
.inquiry_call_head {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 11px;
}
footer {
  background: #EDEDED;
  text-align: center;
  padding: 22px 0 17px;
}
ul.footer_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
ul.footer_list a {
  margin: 0 0.5em;
  text-decoration: none;
}
ul.footer_list a:hover {
  opacity: 0.7;
}
footer p {
  font-size: 16px;
}
footer p span {
  font-size: 16px;
}
.link_float_inner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.2s;
  opacity: 0;
  pointer-events: none;
}
.link_float_inner:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #aeaeaeaa;
  top: 0;
  left: 0;
}
.link_float_inner.link_float_show {
  opacity: 1;
  pointer-events: initial;
}
a.link_float_btn {
  position: relative;
  margin: 0 3px;
  cursor: pointer;
}
a.link_float_btn:hover {
  opacity: 0.7;
}
a.link_float_btn img {
  max-height: 170px;
}
.link_pagetop_inner {
  max-width: 1306px;
  width: 100%;
  position: fixed;
  bottom: 160px;
  right: 50%;
  transform: translateX(50%);
  text-align: right;
  z-index: 10;
  pointer-events: none;
}
a.link_pagetop {
  transition: opacity 0.2s;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}
a.link_pagetop.link_pagetop_show {
  opacity: 1;
  pointer-events: initial;
}
a.link_pagetop.link_pagetop_show:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  * {
    font-size: 14px;
    line-height: 25px;
  }
  a[href^="tel:"] {
    pointer-events: initial;
  }
  .kv_inner {
    background: url(/uritai/lp75/images/sp/kv_base_sp.png) no-repeat;
    background-size: cover;
    aspect-ratio: 375 / 629;
  }
  .display_pc {
    display: none;
  }
  .display_sp {
    display: block;
  }
  .kv_logo_inner {
    top: 24%;
    max-width: 100%;
    width: 90%;
    text-align: center;
  }
  .kv_logo_inner img {
    margin: 0 auto;
  }
  .kv_btn_inner {
    max-width: 100%;
    width: 93%;
    top: 58.7%;
    left: 50%;
  }
  .kv_tell_inner {
    max-width: 100%;
    width: 80%;
    top: 73%;
  }
  .lead_inner {
    background: url(/uritai/lp75/images/sp/bg_introduction_sp.png) no-repeat;
    background-position: right 50% bottom 35%;
    background-size: cover;
    align-items: flex-start;
    padding-bottom: 40px;
  }
  .lead_content {
    padding: 30px 0 1px;
  }
  .lead_text_inner {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
  .lead_head {
    font-size: 18px;
    text-align: center;
  }
  .lead_text_inner h1 {
    font-size: 32px;
    line-height: 47px;
    text-align: center;
    padding-bottom: 10px;
  }
  .lead_text {
    margin-top: 23px;
  }
  .lead_img {
    position: relative;
    max-width: 100%;
    margin-top: 27px;
  }
  .three_reason_inner {
    background: linear-gradient(90deg, rgba(253, 181, 83, 0.1) 0%, rgba(0, 153, 179, 0.1) 100%);
    margin: 0;
    padding: 45px 0 82px;
  }
  .three_reason_inner h2 {
    font-size: 32px;
    line-height: 47px;
    padding-bottom: 20px;
    background-position: right 50% bottom 20px;
  }
  .three_reason_inner h2 span {
    font-size: 18px;
    line-height: 25.87px;
  }
  .three_reason_inner h2 .three_head_num {
    font-size: 32px;
    line-height: 47px;
  }
  .three_reason_inner h2:after {
    background: url(/uritai/lp75/images/sp/ttl_line_gradation_sp.png) no-repeat;
    width: 100px;
    height: 3px;
  }
  .three_reason_item {
    margin-top: 34px;
  }
  .three_reason_content {
    width: calc(100% - 50px);
  }
  .three_reason_item:after {
    content: none;
  }
  .three_reason_text {
    width: 100%;
    margin: 0;
    padding: 50px 0 0;
  }
  .three_reason_point {
    top: -8px;
    right: 0;
    max-width: 254px;
    width: 38%;
  }
  .three_reason_head {
    padding-left: 10px;
  }
  .three_reason_img {
    position: static;
    max-width: 100%;
    width: 100%;
    margin: 24px auto 12px;
  }
  .three_reason_text p sup {
    font-size: 12px;
  }
  .three_reason_item_reverse .three_reason_text {
    padding: 50px 0 0;
  }
  .three_reason_head small {
    font-size: 18px;
    line-height: 42px;
  }
  .three_reason_head span {
    font-size: 26px;
    line-height: 42px;
  }
  .customer_outer {
    padding-top: 50px;
    margin-top: -50px;
  }
  .customer_border {
    height: 50px;
  }
  .customer_inner {
    padding-bottom: 60px;
  }
  .customer_inner h2 {
    font-size: 32px;
    padding: 50px 0 22px;
    background: url(/uritai/lp75/images/sp/ttl_customer_en_sp.png) no-repeat;
    background-size: 80%;
    background-position: right 50% bottom 17px;
  }
  .customer_inner h2:after {
    background: url(/uritai/lp75/images/sp/ttl_line_gradation_sp.png) no-repeat;
    width: 100px;
    height: 3px;
  }
  .customer_content {
    margin: 40px auto 0;
  }
  .customer_content + .customer_content {
    margin-top: 20px;
  }
  .customer_head {
    font-size: 18px;
    padding: 4px;
  }
  .customer_text {
    width: calc(100% - 20px);
    padding: 12px 10px 15px;
  }
  .customer_icon {
    margin-right: 8px;
    max-width: 60px;
  }
  .support_inner {
    padding: 50px 0;
  }
  .support_inner h2 {
    font-size: 32px;
    padding-bottom: 31px;
    background: url(/uritai/lp75/images/sp/ttl_support_en_sp.png) no-repeat;
    background-position: right 50% bottom 14px;
    background-size: 80%;
    max-width: 634px;
    margin: 0 auto;
  }
  .support_inner h2:after {
    background: url(/uritai/lp75/images/sp/ttl_line_gradation_sp.png) no-repeat;
    width: 100px;
    height: 3px;
  }
  .support_head {
    margin:40px auto 30px;
    font-size:18px
  }
  .support_list {
    padding: 0;
    z-index: 1;
    display: block;
    touch-action: pan-y;
    width: 100%;
    overflow-x: hidden;
    overflow-y: clip;
  }
  .support_content {
    max-width: calc(100% - 50px);
    height: auto;
    margin: 0 25px;
  }
  .support_content img {
    width: 100%;
  }
  .slick-track {
    display: flex;
    padding-bottom: 27px;
  }
  .slick-arrow {
    position: absolute;
    width: 38px;
    height: 38px;
    display: block;
    border: 1px solid #EE8800;
    border-radius: 50%;
    top: calc(50% - 20px);
    left: 11px;
    z-index: 5;
    background: #FFFFFFDB;
  }
  .slick-arrow:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 13px;
    left: 15px;
    border-top: 3px solid #EE8800;
    border-left: 3px solid #EE8800;
    transform: rotate(-45deg);
  }
  .next-arrow.slick-arrow {
    right: 11px;
    left: initial;
  }
  .next-arrow.slick-arrow:after {
    transform: rotate(135deg);
    left: 11px;
  }
  .slick-dots {
    display: flex;
    justify-content: center;
  }
  .slick-dots li {
    margin: 0 6px;
    width: 7px;
    height: 7px;
  }
  .slick-dots li button {
    position: relative;
    text-indent: -9999px;
    background: #D9D9D9;
    width: 7px;
    height: 7px;
    border: none;
    border-radius: 50%;
  }
  .slick-dots li.slick-active button {
    background: #EE8800;
  }
  .faq_inner {
    padding: 40px 0 30px;
  }
  .faq_inner h2 {
    font-size: 32px;
    padding-bottom: 20px;
    background: url(/uritai/lp75/images/sp/ttl_questions_en_sp.png) no-repeat;
    background-size: 59%;
    background-position: right 50% bottom 0px;
    max-width: 403px;
    margin: 0 auto 40px;
  }
  .faq_inner h2:after {
    background: url(/uritai/lp75/images/sp/ttl_line_w_sp.png) no-repeat;
    width: 100px;
  }
  .faq_head {
    padding: 13px 30px 17px 48px;
  }
  img.faq_head_icon {
    left: 10px;
    width: 30px;
    top: 11px;
  }
  span.faq_head_mark {
    right: 10px;
    width: 15px;
    height: 15px;
    top: 19px;
  }
  .faq_text {
    padding: 13px 25px 17px 48px;
  }
  .faq_text_icon {
    top: 13px;
    left: 10px;
    width: 30px;
    height: 30px;
  }
  .inquiry_inner {
    padding: 50px 0 49px;
  }
  p.inquiry_btn_head {
    font-size: 22px;
    padding-bottom: 8px;
  }
  .cv_intermediate {
    margin: 50px auto 0;
  }
  a.inquiry_btn {
    display: block;
  }
  .inquiry_call_inner a.inquiry_btn {
    margin-bottom: 0;
  }
  .inquiry_call_head {
    font-size: 22px;
  }
  .inquiry_call_inner {
    margin-top: 40px;
    padding: 40px 20px;
  }
  footer {
    padding: 16px 25px 18px;
  }
  ul.footer_list {
    flex-direction: column;
  }
  ul.footer_list li {
    display: block;
    line-height: 0;
  }
  ul.footer_list a {
    line-height: 18px;
    font-size: 10px;
  }
  footer p {
    font-size: 10px;
  }
  footer p span {
    font-size: 10px;
  }
  .link_float_inner {
    height: 110px;
  }
  a.link_float_btn {
    margin: 0;
  }
  a.link_float_btn img {
    max-height: 110px;
  }
  .link_pagetop_inner {
    bottom: 110px;
  }
  .link_pagetop_inner img {
    max-width: 55px;
    margin-right: 25px;
  }
  a.link_pagetop {
    display: inline-block;
    max-width: 66px;
  }
}
@media (max-width: 425px) {
  p.inquiry_btn_head {
    font-size: 14px;
  }
  .inquiry_call_head {
    font-size: 14px;
  }
  .inquiry_call_inner {
    padding: 13px 20px;
  }
}