/*
Theme Name: X-Lease
Author: TheWanderingCoder
*/
*,
*::after,
*::before {
  box-sizing: border-box;
}

body,
button,
input,
select,
textarea {
  font-family: "Murecho", sans-serif;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
div,
span,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
a,
img,
label,
form,
input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

img {
  line-height: 1;
  vertical-align: bottom;
  max-width: 100%;
}

a {
  background: transparent;
  cursor: pointer;
  outline: 0 none;
}

html {
  display: flex;
  flex-direction: column;
}

body {
  color: #344E5A;
  line-height: 1.5;
}

main {
  flex: 1 1 auto;
}

.container {
  margin: 0 auto;
  max-width: 1212px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.pc_hide {
  display: none;
}

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

.sp_hide {
  display: block;
}

@media (max-width: 640px) {
  .sp_hide {
    display: none;
  }
}

#wrap_all {
  position: relative;
  background: #ECF9FF;
  overflow: hidden;
}

#wrap_all:before {
  content: '';
  position: absolute;
  top: 0;
  left: -15px;
  width: 127px;
  height: 321px;
  background: url(../x-lease/img/header_pattern.png) no-repeat top left;
  background-size: 100% auto;
  z-index: 1;
}

#wrap_all:after {
  content: '';
  position: absolute;
  display: block;
  top: 49px;
  left: -15px;
  width: 598px;
  height: 649px;
  background: url(../x-lease/img/logo_transparent.png) no-repeat top left;
  background-size: 100% auto;
  z-index: 0;
}

header {
  position: relative;
  z-index: 999;
}

.hd-inner {
  display: flex;
  justify-content: space-between;
}

.hd-lft {
  width: 192px;
  position: relative;
  left: 132px;
  top: 2px;
}

.main-menu {
  display: flex;
  gap: 16px;
  padding-right: 48px;
  padding-top: 37px;
}

.main-menu li:first-child,
.main-menu li:nth-child(2) {
  margin-right: 34px;
  letter-spacing: 2px;
}

.main-menu li:first-child {
  position: relative;
  padding-right: 14px;
}

.main-menu li:first-child:after {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 16px;
  background: rgba(0, 0, 0, 0.15);
  top: 4px;
  right: -17px;
}

.main-menu a {
  position: relative;
  font-weight: bold;
  color: #384A5B;
  text-decoration: none;
  display: inline-block;
}

.primary-btn a {
  color: #fff;
  background: #26A7E1;
  top: -13px;
  padding: 13px 24px;
  text-decoration: none;
  font-weight: bold;
}

.secondary-btn a {
  color: #fff;
  background: #EA9D09;
  top: -13px;
  padding: 13px 24px;
  text-decoration: none;
  font-weight: bold;
}

.block-ttl {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #1B61A1;
  background: url(../x-lease/img/ttl_asset.png) no-repeat bottom center;
  background-size: 114px auto;
  padding-top: 99px;
  padding-bottom: 26px;
  margin-bottom: 50px;
}

@media (max-width: 640px) {
  .block-ttl {
    font-size: 22px;
    padding-top: 53px;
    padding-bottom: 16px;
    margin-bottom: 24px;
  }
}

.block-subttl {
  text-align: center;
  font-size: 20px;
  margin-bottom: 14px;
  font-weight: bold;
}

@media (max-width: 640px) {
  .block-subttl {
    font-size: 16px;
    margin-bottom: 6px;
  }
}

.block-desc {
  text-align: center;
}

@media (max-width: 640px) {
  .block-desc {
    font-size: 14px;
  }
}

footer {
  background: #144199;
  color: #fff;
  padding: 22px 0;
}

@media (max-width: 640px) {
  footer {
    padding: 17px 0;
  }
}

.footer-inner {
  display: flex;
  justify-content: space-between;
}

.ft-logo img {
  width: 170px;
  height: auto;
}

@media (max-width: 640px) {
  .ft-logo img {
    width: 138px;
  }
}

.copyright {
  padding-top: 15px;
}

@media (max-width: 640px) {
  .copyright {
    font-size: 14px;
    padding-top: 12px;
  }
}

.menu-btn {
  position: absolute;
  top: 20px;
  right: 16px;
}

@media (min-width: 641px),
print {
  .menu-btn {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  #wrap_all:before {
    display: none;
  }

  #wrap_all:after {
    display: none;
    transition: all 0.3s ease-in-out;
  }

  #wrap_all.open-menu:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 1;
  }

  header {
    background: #fff;
  }

  .hd-inner {
    display: block;
  }

  .hd-lft {
    width: 64px;
    left: 0;
    top: 0;
  }

  .main-menu {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    padding: 10px 20px 30px;
    background: #ECF9FF;
  }

  .main-menu li {
    text-align: center;
  }

  .main-menu li:first-child {
    padding-right: 0;
    border-bottom: 1px solid #ccc;
  }

  .main-menu li:first-child:after {
    display: none;
  }

  .main-menu li:first-child,
  .main-menu li:nth-child(2) {
    margin-right: 0;
  }

  .main-menu a {
    display: block;
    padding: 10px 0;
  }

  .primary-btn a {
    margin-bottom: 10px;
  }

  .primary-btn a,
  .secondary-btn a {
    top: 0;
  }
}

.mv-section {
  position: relative;
  margin-top: -94px;
  min-height: 775px;
  margin-right: 48px;
  z-index: 1;
}

@media (max-width: 640px) {
  .mv-section {
    margin-top: 0;
    margin-right: 0;
    min-height: auto;
    overflow: hidden;
  }
}

.mv-section:before {
  content: "";
  position: absolute;
  display: block;
  width: 91px;
  height: 201px;
  background: url(../x-lease/img/asssets_01.png) no-repeat top left;
  background-size: 100% auto;
  bottom: 71px;
  left: 9px;
}

@media (max-width: 640px) {
  .mv-section:before {
    display: none;
  }
}

.mv-section:after {
  content: "";
  position: absolute;
  display: block;
  width: 91px;
  height: 201px;
  background: url(../x-lease/img/asssets_01.png) no-repeat top left;
  background-size: 100% auto;
  bottom: -76px;
  right: 35px;
}

@media (max-width: 640px) {
  .mv-section:after {
    display: none;
  }
}

.mv-img {
  position: absolute;
  display: block;
  left: 307px;
  top: 0;
  text-align: right;
  width: 1550px;
}

@media (max-width: 640px) {
  .mv-img {
    width: 100%;
    position: relative !important;
    top: 0;
    right: unset;
    left: 0 !important;
  }
}

.mv-img:before {
  content: "";
  position: absolute;
  display: block;
  width: 91px;
  height: 201px;
  background: url(../x-lease/img/asssets_01.png) no-repeat top left;
  background-size: 100% auto;
  top: 0;
  left: 283px;
}

@media (max-width: 640px) {
  .mv-img:before {
    display: none;
  }
}

.mv-img img {
  min-height: 775px;
  object-fit: cover;
}

@media (max-width: 640px) {
  .mv-img img {
    min-height: auto;
  }
}

.mv-cnt {
  position: relative;
  left: 10.5%;
  padding-top: 134px;
}

@media (max-width: 640px) {
  .mv-cnt {
    position: absolute;
    left: 0 !important;
    top: 0;
    padding-left: 4.5%;
    width: 100%;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 150px;
  }
}

.mv-cnt img {
  max-width: 791px;
}

@media (max-width: 640px) {
  .mv-cnt img {
    max-width: 344px;
  }
}

.mv-link {
  display: flex;
  justify-content: start;
  gap: 16px;
  margin-top: 45px;
  margin-left: 51px;
}

@media (max-width: 640px) {
  .mv-link {
    position: absolute;
    width: 100%;
    bottom: -12px;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    gap: 0;
  }

  .mv-link li {
    width: 50%;
  }
}

.mv-link a {
  display: inline-block;
  font-size: 24px;
  padding: 19px 32px;
}

@media (max-width: 640px) {
  .mv-link a {
    text-align: center;
    display: block;
    font-size: 14px;
    padding: 12px 23px;
  }
}

.models-section {
  background: #fff;
  padding-bottom: 99px;
}

@media (max-width: 640px) {
  .models-section {
    padding-bottom: 47px;
  }
}

.models-list {
  position: relative;
  margin: 0 auto 39px;
}

@media (max-width: 640px) {
  .models-list {
    left: 12px !important;
    margin-bottom: 17px;
  }
}

.models-slick {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.models-slick.slick-initialized {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

.model-item {
  padding: 0 10px;
  width: 500px;
  position: relative;
  padding-bottom: 52px;
}

@media (max-width: 640px) {
  .model-item {
    width: 331px;
    padding: 0 4px;
    padding-bottom: 100px;
  }
}

.model-cnt {
  position: absolute;
  background: #ecf9ff;
  width: 270px;
  left: 28px;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 16px 20px;
}

@media (max-width: 640px) {
  .model-cnt {
    width: 270px;
    left: 22px;
    bottom: 5px;
    padding: 14px 20px 18px;
  }
}

.model-cnt span {
  font-size: 10px;
  display: block;
}

.model-cnt .fw-b {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}

.model-cnt .f-price {
  position: relative;
  top: 5px;
}

.model-cnt .f-price span {
  font-size: 20px;
  padding-right: 5px;
}

.model-lft {
  width: 46%;
}

.model-rgt {
  width: 54%;
}

.models-control {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.models-control a {
  position: relative;
  display: block;
  text-indent: -9999px;
  width: 118px;
  height: 19px;
}

@media (max-width: 640px) {
  .models-control a {
    width: 96px;
  }
}

.models-control a.model-prev {
  background: url(../x-lease/img/slide_prev.svg) no-repeat top left;
  background-size: 100% 100%;
}

.models-control a.model-prev.slick-disabled {
  background: url(../x-lease/img/slide_prev_dis.svg) no-repeat top left;
  background-size: 100% 100%;
}

.models-control a.model-next {
  background: url(../x-lease/img/slide_next.svg) no-repeat top left;
  background-size: 100% 100%;
}

.models-control a.model-next.slick-disabled {
  background: url(../x-lease/img/slide_next_dis.svg) no-repeat top left;
  background-size: 100% 100%;
}

.about-section {
  position: relative;
  background: url(../x-lease/img/about_bg.png) no-repeat top left;
  background-size: 100% 100%;
}

@media (max-width: 640px) {
  .about-section {
    background: url(../x-lease/img/about_bg_sp.png) no-repeat top left;
    background-size: 100% 100%;
    padding-bottom: 48px;
  }
}

.about-section:before {
  content: "";
  position: absolute;
  display: block;
  width: 91px;
  height: 201px;
  background: url(../x-lease/img/asssets_01.png) no-repeat top left;
  background-size: 100% auto;
  bottom: -101px;
  left: 33px;
}

@media (max-width: 640px) {
  .about-section:before {
    width: 42px;
    height: 91px;
    left: 20px;
    bottom: -53px;
  }
}

.about-section:after {
  content: "";
  position: absolute;
  display: block;
  width: 91px;
  height: 201px;
  background: url(../x-lease/img/asssets_01.png) no-repeat top left;
  background-size: 100% auto;
  right: 66px;
  top: 27px;
}

@media (max-width: 640px) {
  .about-section:after {
    width: 42px;
    height: 91px;
    right: 10px;
    top: -30px;
  }
}

.about-section .block-ttl {
  padding-top: 59px;
  color: #fff;
  margin-bottom: 30px;
}

@media (max-width: 640px) {
  .about-section .block-ttl {
    padding-top: 51px;
  }
}

.about-block {
  display: flex;
  justify-content: center;
  gap: 0;
}

@media (max-width: 640px) {
  .about-block {
    max-width: 375px;
    margin: 0 auto;
    display: block;
  }
}

.about-img {
  width: 387px;
}

@media (max-width: 640px) {
  .about-img {
    width: 178px;
    margin: 0 auto;
  }
}

.about-cnt {
  width: 457px;
}

@media (max-width: 640px) {
  .about-cnt {
    width: 100%;
  }
}

.about-ttl {
  position: relative;
  background-color: #166ec2;
  color: #f2e505;
  font-size: 28px;
  font-weight: bold;
  width: 408px;
  margin: 38px 39px 0;
  padding: 7px 2px 5px 16px;
  letter-spacing: 1px;
}

@media (max-width: 640px) {
  .about-ttl {
    width: 290px;
    margin: -9px 14px 0;
    padding: 7px 2px 5px 12px;
    font-size: 20px;
    letter-spacing: 0;
  }
}

.about-ttl:before {
  content: "";
  display: block;
  position: absolute;
  width: 23px;
  height: 100%;
  background: url(../x-lease/img/about_bf.png) no-repeat top left;
  background-size: 100% 100%;
  top: 0;
  left: -21px;
}

@media (max-width: 640px) {
  .about-ttl:before {
    width: 17px;
    left: -17px;
  }
}

.about-ttl:after {
  content: "";
  display: block;
  position: absolute;
  width: 23px;
  height: 100%;
  background: url(../x-lease/img/about_af.png) no-repeat top left;
  background-size: 100% 100%;
  top: 0;
  right: -21px;
}

@media (max-width: 640px) {
  .about-ttl:after {
    width: 17px;
    right: -17px;
  }
}

.about-desc {
  font-size: 24px;
  color: #fff;
  padding: 33px 0 0 40px;
}

@media (max-width: 640px) {
  .about-desc {
    font-size: 18px;
    padding: 8px 0 0;
  }
}

.about-desc span {
  display: block;
  font-size: 16px;
  margin-top: 21px;
}

@media (max-width: 640px) {
  .about-desc span {
    font-size: 14px;
    margin-top: 9px;
    margin-right: 10px;
  }
}

.studies-section {
  background: #fff;
}

.studios-step {
  position: relative;
  max-width: 1114px;
  margin: 64px auto 0;
  display: flex;
  gap: 86px;
}

@media (max-width: 640px) {
  .studios-step {
    display: block;
    margin: 126px 14px 0;
  }
}

.studios-step:before {
  content: "";
  position: absolute;
  display: block;
  width: 64px;
  height: 52px;
  background: url(../x-lease/img/dub_arrow.svg) no-repeat top left;
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 640px) {
  .studios-step:before {
    width: 215px;
    height: 32px;
    background: url(../x-lease/img/triple_arr.png) no-repeat top left;
    background-size: 100% auto;
    top: 275px;
    transform: translateX(-50%);
    z-index: 1;
  }
}

.studio-item {
  position: relative;
  width: calc(50% - 43px);
  padding-bottom: 40px;
}

@media (max-width: 640px) {
  .studio-item {
    width: 100%;
  }
}

.studio-item:first-child {
  background: #f8f8f8;
}

@media (max-width: 640px) {
  .studio-item:first-child {
    margin-bottom: 125px;
    padding-bottom: 30px;
  }
}

.studio-item:first-child .studio-ttl {
  max-width: 463px;
  margin-top: -21px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 640px) {
  .studio-item:first-child .studio-ttl {
    position: relative;
    max-width: 258px;
    margin-top: 0;
    top: -13px;
    z-index: 2;
  }
}

.studio-item:nth-child(2) {
  background: #e0f5ff;
}

@media (max-width: 640px) {
  .studio-item:nth-child(2) {
    padding-bottom: 60px;
  }
}

.studio-item:nth-child(2) .studio-ttl {
  max-width: 423px;
  margin-top: -21px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 640px) {
  .studio-item:nth-child(2) .studio-ttl {
    position: relative;
    top: -13px;
    max-width: 238px;
    margin-top: 0;
    z-index: 3;
  }
}

.studtio-tbl {
  padding: 30px 87px 0;
}

@media (max-width: 640px) {
  .studtio-tbl {
    padding: 0 40px;
  }
}

.studtio-tbl>div {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #1b61a1;
}

.studio-rs {
  position: relative;
  padding: 13px 87px 0;
}

@media (max-width: 640px) {
  .studio-rs {
    padding: 11px 40px 0;
  }

  .studio-rs:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    bottom: -60px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 50px 0 0 50px;
    border-color: transparent transparent transparent #fff;
    transform: rotate(0deg);
  }
}

.studio-rs>div {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #1b61a1;
  background: #f2e505;
}

.studio-lbl,
.studio-price {
  border: 1px solid #1b61a1;
}

.studio-lbl {
  width: 170px;
  font-size: 20px;
  font-weight: bold;
  border-right: none;
  border-bottom: none;
  padding: 12px 17px 13px;
  line-height: 1;
}

@media (max-width: 640px) {
  .studio-lbl {
    font-size: 14px;
    width: 130px;
    padding: 9px 11px;
  }
}

.studio-price {
  width: calc(100% - 170px);
  font-size: 24px;
  font-weight: bold;
  border-left: none;
  border-bottom: none;
  padding: 9px 8px 8px;
  text-align: right;
  line-height: 1;
}

@media (max-width: 640px) {
  .studio-price {
    font-size: 14px;
    width: calc(100% - 130px);
    padding: 9px 8px;
  }
}

.studio-price span {
  padding-left: 4px;
  font-size: 16px;
  font-weight: normal;
}

@media (max-width: 640px) {
  .studio-price span {
    font-size: 12px;
  }
}

.studio-note {
  font-size: 16px;
  padding: 8px 87px 0;
}

@media (max-width: 640px) {
  .studio-note {
    font-size: 14px;
  }
}

.studio-rs>div>div {
  border: none;
}

.studio-item:first-child:before {
  content: "";
  position: absolute;
  display: block;
  width: 166px;
  height: 163px;
  background: url(../x-lease/img/men_icon1.svg) no-repeat top left;
  bottom: -3px;
  left: -80px;
  z-index: 1;
}

@media (max-width: 640px) {
  .studio-item:first-child:before {
    top: -106px;
    left: 50%;
    transform: translateX(-50%);
    width: 142px;
    height: 105px;
    background-size: 100% auto;
  }
}

.studio-item:nth-child(2):before {
  content: "";
  position: absolute;
  display: block;
  width: 476px;
  height: 159px;
  background: url(../x-lease/img/men_icon2.svg) no-repeat top left;
  bottom: 0;
  left: -49px;
  z-index: 1;
}

@media (max-width: 640px) {
  .studio-item:nth-child(2):before {
    background: url(../x-lease/img/men_icon_sp.svg) no-repeat top left;
    width: 130px;
    height: 119px;
    background-size: 100% auto;
    top: -115px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }

  .studio-item:nth-child(2) .studio-rs:after {
    content: '';
    width: 245px;
    height: 49px;
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../x-lease/img/studio-note.png) no-repeat top left;
    background-size: 100% auto;
  }
}

.studio-item:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 75px 75px;
  border-color: transparent transparent #ffffff transparent;
  transform: rotate(0deg);
}

@media (max-width: 640px) {
  .studio-item:after {
    border-width: 0 0 50px 50px;
  }
}

.studio-p {
  font-weight: bold;
  text-align: center;
  padding: 58px 0 100px;
}

@media (max-width: 640px) {
  .studio-p {
    padding: 20px 0 40px;
  }
}

.testimonials-section {
  position: relative;
  background: #ecf9ff url(../x-lease/img/voice_bg.png) repeat top left;
  background-size: 1920px auto;
}

.voice-list {
  display: flex;
  justify-content: space-between;
  padding: 27px 33px 0 77px;
}

@media (max-width: 640px) {
  .voice-list {
    display: block;
    padding: 14px 20px;
  }
}

.voice-item {
  position: relative;
}

@media (max-width: 640px) {
  .voice-item {
    max-width: 375px;
    margin: 0 auto;
    padding-bottom: 50px;
  }

  .voice-item:last-child {
    padding-bottom: 0;
  }
}

.voice-item:first-child:before,
.voice-item:nth-child(2):before {
  content: "";
  position: absolute;
  display: block;
  width: 68px;
  height: 21px;
  background: url(../x-lease/img/arrow-icon.svg) no-repeat top left;
  top: 103px;
  right: -90px;
}

@media (max-width: 640px) {

  .voice-item:first-child:before,
  .voice-item:nth-child(2):before {
    width: 14px;
    height: 46px;
    background: url(../x-lease/img/arrow_down.svg) no-repeat top left;
    background-size: 100% 100%;
    top: unset;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.voice-item .voice-img {
  position: relative;
}

.voice-item:first-child .voice-img {
  width: 259px;
  left: 9px;
}

@media (max-width: 640px) {
  .voice-item:first-child .voice-img {
    width: 182px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.voice-item:nth-child(2) .voice-img {
  width: 259px;
  left: 20px;
}

@media (max-width: 640px) {
  .voice-item:nth-child(2) .voice-img {
    width: 183px;
    left: 54%;
    transform: translateX(-50%);
  }
}

.voice-item:nth-child(3) .voice-img {
  width: 313px;
}

@media (max-width: 640px) {
  .voice-item:nth-child(3) .voice-img {
    width: 218px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.voice-item .voice-img img {
  width: auto;
  height: 229px;
  object-fit: cover;
}

@media (max-width: 640px) {
  .voice-item .voice-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

.voice-ttl {
  font-weight: bold;
  padding: 13px 0 6px;
  text-align: center;
}

.voice-desc {
  font-size: 14px;
}

.voice-item:first-child .voice-cnt {
  position: relative;
  left: -15px;
}

@media screen and (max-width: 640px) {
  .voice-item:first-child .voice-cnt {
    left: 0;
  }
}

.voice-desc ul li {
  position: relative;
  margin-left: 15px;
  padding-left: 10px;
}

.voice-desc ul li:before {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 3px;
  background: #344E5A;
  top: 10px;
  left: 0;
  border-radius: 50%;
}

.voice-desc p {
  text-align: center;
}

.voice-lbl {
  text-align: center;
  padding: 35px 0 100px;
}

@media (max-width: 640px) {
  .voice-lbl {
    padding: 3px 0 49px;
  }
}

.voice-lbl span {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #1b61a1;
  background: #ffe458;
  border-radius: 100px;
  padding: 10px 50px 12px;
}

@media (max-width: 640px) {
  .voice-lbl span {
    display: block;
    font-size: 12px;
    padding: 10px 5px 12px;
  }
}

.services-section {
  position: relative;
  background: #fff;
  padding: 0 0 100px;
}

@media (max-width: 640px) {
  .services-section {
    padding-bottom: 34px;
  }
}

.services-section::before {
  content: "";
  position: absolute;
  display: block;
  width: 91px;
  height: 201px;
  background: url(../x-lease/img/asssets_01.png) no-repeat top left;
  background-size: 100% auto;
  right: 99px;
  top: -65px;
}

@media (max-width: 640px) {
  .services-section::before {
    width: 42px;
    height: 91px;
    right: 15px;
    top: -30px;
  }
}

.services-section::after {
  content: "";
  position: absolute;
  display: block;
  width: 91px;
  height: 201px;
  background: url(../x-lease/img/asssets_01.png) no-repeat top left;
  background-size: 100% auto;
  left: 47px;
  bottom: -33px;
  z-index: 1;
}

@media (max-width: 640px) {
  .services-section::after {
    display: none;
  }
}

.services-inner {
  position: relative;
  z-index: 2;
}

.service-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 33px 0 0;
}

@media (max-width: 640px) {
  .service-list {
    display: block;
    padding: 6px 0 0;
  }
}

.service-item {
  width: 100%;
  max-width: 898px;
}

@media (max-width: 640px) {
  .service-item {
    width: 100%;
    margin-bottom: 16px;
  }
}

.sv-ttl {
  position: relative;
  text-align: center;
  font-size: 36px;
  color: #1b61a1;
  font-weight: bold;
}

@media (max-width: 640px) {
  .sv-ttl {
    font-size: 18px;
  }
}

.sv-ttl:before {
  content: "";
  position: relative;
  display: inline-block;
  background: url(../x-lease/img/sv_bf.svg) no-repeat top left;
  background-size: 100% auto;
  width: 24px;
  height: 21px;
  top: -6px;
  left: -6px;
}

@media (max-width: 640px) {
  .sv-ttl:before {
    width: 24px;
    height: 21px;
    top: 1px;
    left: -12px;
  }
}

.sv-ttl:after {
  content: "";
  position: relative;
  display: inline-block;
  background: url(../x-lease/img/sv_af.svg) no-repeat top left;
  background-size: 100% auto;
  width: 24px;
  height: 21px;
  top: -6px;
  right: -6px;
}

@media (max-width: 640px) {
  .sv-ttl:after {
    width: 24px;
    height: 21px;
    top: 1px;
    right: -12px;
  }
}

.sv-tbl table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 25px 0 0;
  color: #344e5a;
  background: #fff;
}

@media (max-width: 640px) {
  .sv-tbl table {
    margin-top: 7px;
  }
}


.sv-tbl table th,
.sv-tbl table td {
  border: 1px solid #c5c9cc;
  text-align: left;
  padding: 8px 8px 12px;
}

.sv-tbl table th:first-child,
.sv-tbl table td:first-child {
  font-weight: bold;
  width: 186px;
}

@media (max-width: 640px) {

  .sv-tbl table th:first-child,
  .sv-tbl table td:first-child {
    width: 102px;
  }
}

.qa-section {
  background: #26a7e1;
  padding-bottom: 38px;
}

@media (max-width: 640px) {
  .qa-section {
    padding-bottom: 1px;
  }
}

.qa-section .block-ttl {
  color: #fff;
  background: url(../x-lease/img/ttl_asset_w.png) no-repeat bottom center;
  background-size: 114px auto;
}

.qa-section .block-desc {
  font-size: 20px;
  color: #fff;
}

@media (max-width: 640px) {
  .qa-section .block-desc {
    font-size: 16px;
  }
}

.qa-block {
  margin: 37px 0 0;
}

@media (max-width: 640px) {
  .qa-block {
    margin: 16px 0 0;
  }
}

.qa-item {
  background: url(../x-lease/img/qa-border.png) repeat-x bottom left;
  background-size: auto 29px;
  padding-bottom: 44px;
  margin-bottom: 24px;
}

@media (max-width: 640px) {
  .qa-item {
    background-size: auto 18px;
    padding-bottom: 30px;
    margin-bottom: 19px;
  }
}

.qa-item:last-child {
  background: none;
}

.qa-cnt {
  margin-bottom: 8px;
}

@media (max-width: 640px) {
  .qa-cnt {
    margin-bottom: 4px;
  }
}

.qa-label {
  position: relative;
  display: inline-block;
  color: #1076a5;
  font-size: 20px;
  font-weight: bold;
  background: #f2e505;
  padding: 4px 9px 4px 15px;
  margin-bottom: 14px;
}

@media (max-width: 640px) {
  .qa-label {
    font-size: 16px;
    padding: 2px 11px 4px 10px;
    margin-bottom: 10px;
  }
}

.qa-label:after {
  content: "";
  position: absolute;
  right: -12px;
  top: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 19px 0 19px 12px;
  border-color: transparent transparent transparent #f2e505;
  transform: rotate(0deg);
}

@media (max-width: 640px) {
  .qa-label:after {
    right: -9px;
    border-width: 15px 0 15px 9px;
  }
}

.qa-q {
  position: relative;
  font-weight: bold;
  color: #f2e505;
  background: #1077a5 url(../x-lease/img/collapse.svg) no-repeat top left;
  background-size: 20px auto;
  background-position: center right 18px;
  padding: 15px 50px 16px 15px;
}

@media (max-width: 640px) {
  .qa-q {
    font-size: 14px;
    background: #1077a5 url(../x-lease/img/collapse.svg) no-repeat top left;
    background-size: 20px auto;
    background-position: center right 18px;
    padding: 8px 50px 7px 15px;
  }
}

.qa-q:hover {
  cursor: pointer;
}

.qa-cnt.active .qa-q {
  background: #1077a5 url(../x-lease/img/expand.svg) no-repeat top left;
  background-size: 20px auto;
  background-position: center right 18px;
}

.qa-q:before {
  content: "Q.";
  display: inline-block;
  position: relative;
  padding-right: 5px;
}

.qa-a {
  position: relative;
  background: #dff5ff;
  color: #344e5a;
  padding: 12px 15px;
  display: none;
}

@media (max-width: 640px) {
  .qa-a {
    padding: 6px 20px 6px 15px;
  }
}

.qa-a:before {
  content: "A.";
  position: relative;
  display: inline-block;
  padding-right: 5px;
}

.process-section {
  background: #ffffff url(../x-lease/img/big_logo.png) no-repeat top center;
}

@media (max-width: 640px) {
  .process-section {
    background: #ffffff url(../x-lease/img/big_logo_sp.png) no-repeat top 24px center;
    background-size: 244px auto;
  }
}

.process-cnt {
  text-align: center;
  color: #344e5a;
  font-size: 20px;
  font-weight: bold;
  padding: 34px 0 99px;
}

@media (max-width: 640px) {
  .process-cnt {
    font-size: 16px;
    padding: 8px 0 50px;
  }
}

.contact-section .container-form-contact {
  max-width: 600px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}

.contact-section .container-form-contact .contact-inner {
  padding: 0 0 100px;
}

@media (max-width: 640px) {
  .contact-section .container-form-contact .contact-inner {
    padding: 0 6px 50px;
  }
}

.contact-section .container-form-contact .contact-inner .wrap-form {
  padding-bottom: 24px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 24px;
}

.contact-section .container-form-contact .contact-inner .pdf_download {
  display: flex;
  gap: 16px;
  align-items: center;
}

.contact-section .container-form-contact .contact-inner .pdf_download img {
  width: 280px;
}

.contact-section .container-form-contact .contact-inner .pdf_download a {
  display: inline-block;
  background: #26A7E1;
  font-weight: 700;
  font-size: 16px;
  line-height: calc(26/16);
  color: #fff;
  padding: 8px 24px;
  text-decoration: none;
}

.contact-section .container-form-contact .contact-inner .wrap-form>div {
  margin-bottom: 16px;
}

.contact-section .container-form-contact .contact-inner .wrap-form .title-form {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  .contact-section .container-form-contact .contact-inner .pdf_download img {
    width: 148px;
  }

  .contact-section .container-form-contact .contact-inner .wrap-form .title-form {
    font-size: 14px;
  }
}

.contact-section .container-form-contact .contact-inner .wrap-form input[type="radio"] {
  width: 20px;
  height: 20px;
  border: 2px solid #344e5a;
  background-color: #fff;
  appearance: none;
  border-radius: 50%;
  position: relative;
}

.contact-section .container-form-contact .contact-inner .wrap-form input[type="radio"]:checked {
  border: 2px solid #26a7e1;
}

.contact-section .container-form-contact .contact-inner .wrap-form input[type="radio"]:checked::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #26a7e1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact-section .container-form-contact .contact-inner .wrap-form .form {
  margin-bottom: 16px;
}

.contact-section .container-form-contact .contact-inner .wrap-form .form>div {
  display: flex;
  align-items: stretch;
  margin-bottom: 4px;
}

@media (max-width: 640px) {
  .contact-section .container-form-contact .contact-inner .wrap-form .form>div {
    margin-bottom: 3.5px;
  }
}

.contact-section .container-form-contact .contact-inner .wrap-form .form>div label {
  display: flex;
  align-items: center;
  width: 210px;
  padding: 10.5px 16px;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #d9d9d9;
  background-color: #fff;
}

@media (max-width: 640px) {
  .contact-section .container-form-contact .contact-inner .wrap-form .form>div label {
    width: 134px;
    font-size: 14px;
    padding: 8px 16px;
  }
}

.contact-section .container-form-contact .contact-inner .wrap-form .form>div label span {
  display: inline-block;
  margin-left: 16px;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #e93f34;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 640px) {
  .contact-section .container-form-contact .contact-inner .wrap-form .form>div label span {
    padding: 1px 8px;
  }
}

.contact-section .container-form-contact .contact-inner .wrap-form .form>div .wpcf7-form-control-wrap {
  width: calc(100% - 200px);
}
.contact-section .container-form-contact .contact-inner .wrap-form .form>div .wpcf7-form-control-wrap input {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-left: none;
  background-color: #fafafa;
  padding: 10.5px 16px;
  font-size: 16px;
  line-height: 1.5;
}
.contact-section .container-form-contact .contact-inner .wrap-form .form>div input:focus-visible {
  border: none;
}

@media (max-width: 640px) {
  .contact-section .container-form-contact .contact-inner .wrap-form .form>div input {
    width: calc(100% - 134px);
    font-size: 14px;
    padding: 8px 16px;
  }
}

.contact-section .container-form-contact .contact-inner .wrap-form .form select {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-left: none;
  background: #fafafa url(../x-lease/img/arrow_down_gray.svg) no-repeat;
  background-position: right 16px center;
  background-size: 20px;
  padding: 10.5px 16px;
  font-size: 16px;
  line-height: 1.5;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  color: #818181;
}

.contact-section .container-form-contact .contact-inner .wrap-form .form>div select::-ms-expand {
  display: none;
}

.contact-section .container-form-contact .contact-inner .wrap-form .form>div select:focus {
  outline: none;
}

.contact-section .container-form-contact .contact-inner .wrap-form .form>div select option {
  padding: 12px 16px;
}

.contact-section .container-form-contact .contact-inner .wrap-form .form>div select option:first-child {
  color: #999;
}

@media (max-width: 640px) {
  .contact-section .container-form-contact .contact-inner .wrap-form .form>div select {
    width: calc(100% - 134px);
    font-size: 14px;
    padding: 8px 16px;
  }
}

.contact-section .container-form-contact .contact-inner .wrap-form .input-form {
  font-size: 16px;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  padding: 12px 16px;
  width: 100%;
}

.contact-section .container-form-contact .contact-inner .wrap-form .input-form::placeholder {
  color: #818181;
}

@media (max-width: 640px) {
  .contact-section .container-form-contact .contact-inner .wrap-form .input-form {
    padding: 8.5px 16px;
    font-size: 14px;
  }
}

.contact-section .container-form-contact .contact-inner .wrap-form .budget-group {
  margin-bottom: 16px;
}

@media (max-width: 640px) {
  .contact-section .container-form-contact .contact-inner .wrap-form .budget-group .title-form {
    margin-bottom: 4px;
  }
}

.contact-section .container-form-contact .contact-inner .wrap-form .budget-group .budget-input {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media (max-width: 640px) {
  .contact-section .container-form-contact .contact-inner .wrap-form .budget-group .budget-input {
    justify-content: space-between;
    font-size: 14px;
  }
}

.contact-section .container-form-contact .contact-inner .wrap-form .budget-group .budget-input .budget-amount {
  width: 193px;
}

@media (max-width: 640px) {
  .contact-section .container-form-contact .contact-inner .wrap-form .budget-group .budget-input .budget-amount {
    width: 155px;
  }
}

.contact-section .container-form-contact .contact-inner .wrap-form .budget-group .budget-input .radio-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-section .container-form-contact .contact-inner .wrap-form .flex {
  display: flex;
}

.contact-section .container-form-contact .contact-inner .wrap-form .wrap-time-desire {
  margin-bottom: 16px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

@media (max-width: 640px) {
  .contact-section .container-form-contact .contact-inner .wrap-form .wrap-time-desire .title-form {
    margin-bottom: 4px;
  }
}

.contact-section .container-form-contact .contact-inner .wrap-form .wrap-time-desire>div {
  width: calc(50% - 6px);
}

.contact-section .container-form-contact .contact-inner .wrap-form .wrap-time-desire>div input {
  width: 100%;
}

.contact-section .container-form-contact .contact-inner .wrap-form .date-input-wrapper {
  position: relative;
  width: 100%;
}

.contact-section .container-form-contact .contact-inner .wrap-form .date-input-wrapper .date-input {
  width: 100%;
  padding-right: 40px;
  cursor: pointer;
}

.contact-section .container-form-contact .contact-inner .wrap-form .date-input-wrapper .calendar-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.contact-section .container-form-contact .contact-inner .wrap-form .date-input-wrapper .calendar-icon img {
  width: 100%;
  height: 100%;
}

.contact-section .container-form-contact .contact-inner .wrap-form .policy {
  margin-bottom: 32px;
}

.contact-section .container-form-contact .contact-inner .wrap-form .policy .radio {
  display: flex;
  gap: 8px;
  align-items: center;
}

.contact-section .container-form-contact .contact-inner .wrap-form .policy .radio label {
  display: flex;
  align-items: center;
}

.contact-section .container-form-contact .contact-inner .wrap-form .policy .radio label a {
  color: #344e5a;
}

@media (max-width: 640px) {
  .contact-section .container-form-contact .contact-inner .wrap-form .policy .radio label {
    font-size: 14px;
  }
}

.contact-section .container-form-contact .contact-inner .wrap-form .policy .radio label span {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #e93f34;
  color: #fff;
  font-weight: bold;
}

.contact-section .container-form-contact .contact-inner .wrap-form .wpcf7-submit {
  pointer-events: none;
  text-align: center;
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  background: #3e331e;
  padding: 10px 0;
  font-size: 24px;
  border: none;
  width: 100%;
}
.contact-section .container-form-contact .contact-inner .wrap-form .wpcf7-submit.active {
  pointer-events: unset;
  cursor: pointer;
  background: #ea9d09;
}
.contact-section .container-form-contact .contact-inner .wrap-form .wpcf7-submit.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.form-notice.error {
  border: 1px solid #e93f34;
  padding: 10px;
  text-align: center;
  margin-top: 10px;
}

.form-notice.success {
  border: 1px solid #59B259;
  padding: 10px;
  text-align: center;
  margin-top: 10px;
}

.wrap-form .required {
  border: 1px solid #e93f34 !important;
}

/*# sourceMappingURL=style.css.map */
@media screen and (max-width: 1350px) {
  .mv-img {
    left: unset;
    right: -350px;
  }

  .mv-cnt {
    left: 10px;
  }
}

.process-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 39px;
  gap: 40px;
  padding-bottom: 100px;
}

.process-item {
  border: 2px solid #F2E505;
  position: relative;
  padding: 40px 24px 24px;
  width: 100%;
  max-width: 800px;
  background: #fff;
}

.process-step {
  position: absolute;
  top: -20px;
  left: -2px;
  padding-right: 21px;
  padding-top: 3px;
  text-align: right;
  width: 128px;
  height: 55px;
  font-weight: 900;
  font-size: 19px;
  color: #344E5A;
  background: url(../x-lease/img/step_bg.svg) no-repeat top left;
}

.process-ttl {
  font-size: 24px;
  color: #1B61A1;
  font-weight: 900;
  line-height: 1.46;
  margin-bottom: 16px;
}

.process-txt {
  color: #344E5A;
  font-size: 16px;
  text-align: left;
}

.strength-section {
  padding: 100px 0;
  background: #ECF9FF;
}

.strength-ttl {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #1B61A1;
  background: url(../x-lease/img/ttl_asset.png) no-repeat bottom center;
  background-size: 114px auto;
  padding-top: 99px;
  padding-bottom: 26px;
  margin-bottom: 50px;
  line-height: 1.46;
}

.strength-table {
  border: 1px solid #D9D9D9;
  border-bottom: none;
  margin-bottom: 50px;
}

.strength-row {
  display: flex;
}

.strength-row>div {
  border-bottom: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
  width: 40%;
  padding: 8px 16px;
}

.strength-row>div:first-child {
  min-width: 320px;
  border-left: none;
}

.strength-row:first-child {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.46;
  color: #F2E505;
  background: #1B61A1;
}

.strength-row-cnt {
  background: #ffffff;
}

.strength-row-cnt {
  color: #344E5A;
}

.strength-row-cnt:nth-child(2) span {
  color: #28D228;
}

.strength-row-cnt:nth-child(3) span {
  color: #E93F34;
}

.strength-row-cnt:first-child {
  font-weight: 700;
  display: flex;
  align-items: center;
}

.strength-img {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.strength-img-item {
  width: calc((100% - 20px) / 2);
}

.strength-img-item img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .strength-section {
    padding: 50px 0;
  }

  .strength-ttl {
    font-size: 22px;
  }

  .strength-row>div {
    padding: 8px;
    font-size: 14px;
  }

  .strength-row>div:first-child {
    min-width: 115px;
  }

  .strength-row:first-child {
    font-size: 14px;
  }

  .strength-img {
    gap: 7px;
  }
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-not-valid {
  border-color: #e93f34 !important;
}
.wpcf7-spinner {
  display: none !important;
}
