@charset "UTF-8";
/*
Theme Name: original Child
Version: 1.0
Template: original
*/
:root {
  --viewport-width: min(100vw, 2000px);
  --b: calc(var(--viewport-width) / 160);
}

.fixedBg {
  position: fixed;
}

#services {
  position: relative;
  z-index: 0;
}
#services .servicesSectionTitle > span {
  font-family: YakuHanJP, "Montserrat", "Noto Sans JP", sans-serif;
  font-size: max(1.9rem, 16px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
#services .servicesSectionTitle hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 5px max(4rem, 20px);
}
#services .servicesSectionTitle hgroup h2 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: max(3rem, 20px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#services .servicesSectionTitle hgroup p {
  font-size: max(1.6rem, 14px);
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
#services .hero {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#02004E), to(#01C4DD));
  background: linear-gradient(to bottom, #02004E, #01C4DD);
  overflow: hidden;
  z-index: 0;
}
#services .hero__mask {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  z-index: -1;
  opacity: 0.5;
}
#services .hero__mask picture > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#services .hero__mask__shapes {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  mix-blend-mode: soft-light;
}
#services .hero__mask__shapes__triangle {
  position: absolute;
}
#services .hero__mask__shapes__triangle.triangle1 {
  bottom: 0%;
  left: 0%;
  width: max(83rem, 550px);
  -webkit-transform: rotate(220deg);
          transform: rotate(220deg);
}
@media screen and (max-width: 768px) {
  #services .hero__mask__shapes__triangle.triangle1 {
    bottom: 44%;
    right: 0%;
    width: max(83rem, 800px);
    -webkit-transform: rotate(232deg) translateX(-40%);
            transform: rotate(232deg) translateX(-40%);
  }
}
#services .hero__mask__shapes__triangle.triangle2 {
  bottom: 50%;
  left: 0%;
  width: max(84rem, 310px);
  -webkit-transform: rotate(144deg) scaleX(-1) translateX(-55%);
          transform: rotate(144deg) scaleX(-1) translateX(-55%);
}
@media screen and (max-width: 768px) {
  #services .hero__mask__shapes__triangle.triangle2 {
    bottom: 60%;
  }
}
#services .hero__mask__shapes__triangle.triangle3 {
  top: 15%;
  left: 5%;
  width: max(30rem, 150px);
  -webkit-transform: rotate(67deg);
          transform: rotate(67deg);
}
@media screen and (max-width: 768px) {
  #services .hero__mask__shapes__triangle.triangle3 {
    top: 11%;
    left: 20%;
  }
}
#services .hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: max(7rem, 30px);
     -moz-column-gap: max(7rem, 30px);
          column-gap: max(7rem, 30px);
  padding-top: max(20rem, 100px);
  padding-bottom: max(18.5rem, 80px);
  padding-left: 10%;
}
@media screen and (max-width: 1000px) {
  #services .hero__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  #services .hero__wrapper {
    padding-left: 5%;
  }
}
#services .hero__content {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  #services .hero__content {
    padding-right: 10%;
  }
}
@media screen and (max-width: 768px) {
  #services .hero__content {
    padding-right: 5%;
  }
}
#services .hero__content__title {
  margin-bottom: max(5rem, 30px);
}
#services .hero__content__title h1 {
  color: #fff;
  font-size: max(2.1rem, 18px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
#services .hero__content__title p {
  color: #fff;
  font-family: YakuHanJP, "Montserrat", "Noto Sans JP", sans-serif;
  font-size: max(6.3rem, 40px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#services .hero__content b {
  display: block;
  color: #fff;
  font-size: max(2.5rem, 18px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: max(3rem, 20px);
}
#services .hero__content > p {
  color: #fff;
  line-height: 3;
}
#services .hero__images {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: max(82rem, 500px);
  height: auto;
}
@media screen and (max-width: 1000px) {
  #services .hero__images {
    -ms-flex-item-align: end;
        align-self: end;
    width: 90%;
    margin-top: -10%;
  }
}
#services .hero__images .imageBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: max(1rem, 10px) 0 0 max(1rem, 10px);
}
#services .hero__images .imageBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#services .restoration__wrapper {
  padding-top: max(10rem, 70px);
}
#services .restoration__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: max(6rem, 20px);
}
@media screen and (max-width: 1300px) {
  #services .restoration__inner {
    gap: max(4rem, 20px);
  }
}
@media screen and (max-width: 1000px) {
  #services .restoration__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#services .restoration .servicesSectionTitle {
  margin-bottom: max(10rem, 50px);
}
@media screen and (max-width: 768px) {
  #services .restoration .servicesSectionTitle hgroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#services .restoration__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: max(43rem, 300px);
}
@media screen and (max-width: 1000px) {
  #services .restoration__image {
    width: max(50%, 350px);
  }
}
@media screen and (max-width: 550px) {
  #services .restoration__image {
    width: 100%;
  }
}
#services .restoration__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: max(8rem, 30px);
  border-radius: max(2rem, 10px);
  background: #fff;
  -webkit-box-shadow: 0 0 12px #f0f9ff;
          box-shadow: 0 0 12px #f0f9ff;
}
@media screen and (max-width: 1300px) {
  #services .restoration__text {
    padding: max(4.9rem, 30px);
  }
}
#services .restoration__text ul {
  display: grid;
  gap: max(2rem, 15px);
  margin-top: max(6rem, 30px);
}
#services .restoration__text ul li h3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: max(1.6rem, 14px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
#services .restoration__text ul li h3::before {
  content: "";
  display: inline-block;
  width: max(2rem, 15px);
  height: auto;
  aspect-ratio: 1/1;
  margin-right: 0.5em;
  border-radius: max(0.2rem, 1.5px);
  background: linear-gradient(45deg, #02004E, #01C4DD);
}
#services .restoration__text ul li p {
  line-height: 2;
}
@media screen and (max-width: 1300px) {
  #services .restoration__text ul li p {
    font-size: 11px;
  }
}
@media screen and (max-width: 1000px) {
  #services .restoration__text ul li p {
    font-size: 12px;
  }
}
#services .between {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: min(-5rem, -25px);
  margin-bottom: min(-15rem, -100px);
  z-index: -1;
}
#services .between .imageBox {
  overflow: hidden;
}
#services .between .imageBox:nth-of-type(1) {
  width: max(54rem, 300px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0 max(0.5rem, 5px) max(0.5rem, 5px) 0;
}
#services .between .imageBox:nth-of-type(1) img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#services .between .imageBox:nth-of-type(2) {
  width: max(41.5rem, 250px);
  margin-top: max(25rem, 175px);
  border-radius: max(0.5rem, 5px);
}
#services .between .imageBox:nth-of-type(2) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#services .estate {
  position: relative;
  z-index: 1;
}
#services .estate__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: max(6rem, 20px);
     -moz-column-gap: max(6rem, 20px);
          column-gap: max(6rem, 20px);
  padding-bottom: max(8rem, 70px);
}
@media screen and (max-width: 1300px) {
  #services .estate__wrapper {
    -webkit-column-gap: max(4rem, 20px);
       -moz-column-gap: max(4rem, 20px);
            column-gap: max(4rem, 20px);
  }
}
@media screen and (max-width: 1000px) {
  #services .estate__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#services .estate__content .servicesSectionTitle {
  margin-bottom: max(7rem, 30px);
}
@media screen and (max-width: 1000px) {
  #services .estate__content .servicesSectionTitle hgroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#services .estate__content__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border-radius: max(2rem, 10px);
  padding: max(7rem, 30px);
  -webkit-box-shadow: 0 0 12px #f0f9ff;
          box-shadow: 0 0 12px #f0f9ff;
}
@media screen and (max-width: 1300px) {
  #services .estate__content__text {
    padding: max(5rem, 30px);
  }
}
@media screen and (max-width: 1000px) {
  #services .estate__content__text {
    width: 80%;
    margin-left: auto;
  }
}
@media screen and (max-width: 550px) {
  #services .estate__content__text {
    width: 100%;
  }
}
#services .estate__flow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: max(10rem, 50px);
}
#services .estate__flow ol {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  gap: max(1.5rem, 10px);
}
#services .estate__flow ol li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: max(55rem, 350px);
  padding: max(4.5rem, 30px) max(4rem, 20px);
  background: linear-gradient(135deg, #02004E, #01C4DD);
  background-size: 100% 400%;
  border-radius: max(0.5rem, 5px);
}
@media screen and (max-width: 1300px) {
  #services .estate__flow ol li {
    padding: max(4rem, 30px) max(3rem, 20px);
  }
}
@media screen and (max-width: 1000px) {
  #services .estate__flow ol li {
    width: max(80%, 400px);
  }
}
@media screen and (max-width: 550px) {
  #services .estate__flow ol li {
    width: 100%;
  }
}
#services .estate__flow ol li:nth-of-type(1) {
  background-position: 100% 0;
}
#services .estate__flow ol li:nth-of-type(2) {
  background-position: 100% -100%;
}
#services .estate__flow ol li:nth-of-type(3) {
  background-position: 100% -200%;
}
#services .estate__flow ol li:nth-of-type(4) {
  background-position: 100% -300%;
}
#services .estate__flow ol li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: max(4.5rem, 30px);
  height: max(1.5rem, 10px);
  background: none;
  /* 下向き三角形 - 塗りつぶしは$c1 */
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #02004E;
}
#services .estate__flow ol li h3 {
  display: block;
  margin-bottom: max(0.5rem, 5px);
  color: #fff;
  font-size: max(1.6rem, 14px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#services .estate__flow ol li p {
  color: #fff;
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#services .developer {
  position: relative;
  z-index: 2;
  margin-bottom: min(-7rem, -50px);
}
@media screen and (max-width: 1000px) {
  #services .developer {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #services .developer {
    margin-bottom: 50px;
  }
}
#services .developer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: max(20rem, 50px);
     -moz-column-gap: max(20rem, 50px);
          column-gap: max(20rem, 50px);
}
@media screen and (max-width: 1300px) {
  #services .developer__wrapper {
    -webkit-column-gap: max(10rem, 50px);
       -moz-column-gap: max(10rem, 50px);
            column-gap: max(10rem, 50px);
  }
}
@media screen and (max-width: 1000px) {
  #services .developer__wrapper {
    -webkit-column-gap: max(5rem, 30px);
       -moz-column-gap: max(5rem, 30px);
            column-gap: max(5rem, 30px);
  }
}
@media screen and (max-width: 768px) {
  #services .developer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#services .developer__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#services .developer__text.pc {
  display: block;
}
@media screen and (max-width: 1000px) {
  #services .developer__text.pc {
    display: none;
  }
}
#services .developer__text.sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  #services .developer__text.sp {
    display: block;
    margin-top: -200px;
  }
}
@media screen and (max-width: 768px) {
  #services .developer__text.sp {
    margin-top: 50px;
  }
}
#services .developer__text p {
  padding: max(7rem, 30px);
  background: #fff;
  border-radius: max(2rem, 10px);
  -webkit-box-shadow: 0 0 12px #f0f9ff;
          box-shadow: 0 0 12px #f0f9ff;
}
@media screen and (max-width: 1000px) {
  #services .developer__text p {
    width: calc(100% - max(65rem, 275px));
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  #services .developer__text p {
    width: max(90%, 400px);
    margin-left: 0;
  }
}
@media screen and (max-width: 550px) {
  #services .developer__text p {
    width: 100%;
  }
}
#services .developer__images {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: max(50rem, 300px);
}
@media screen and (max-width: 1000px) {
  #services .developer__images {
    width: max(60rem, 250px);
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  #services .developer__images {
    width: 60%;
    margin-top: 50px;
    -webkit-transform: translatex(-10.1vw);
            transform: translatex(-10.1vw);
  }
}
@media screen and (max-width: 550px) {
  #services .developer__images {
    width: 80%;
  }
}
#services .developer__images .imageBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: max(0.5rem, 5px);
}
@media screen and (max-width: 768px) {
  #services .developer__images .imageBox {
    border-radius: 0 max(0.5rem, 5px) max(0.5rem, 5px) 0;
  }
}
#services .developer__images .imageBox img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#services .developer__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1000px) {
  #services .developer__content {
    -ms-flex-item-align: start;
        align-self: start;
  }
}
@media screen and (max-width: 768px) {
  #services .developer__content {
    -ms-flex-item-align: end;
        align-self: end;
  }
}
#services .developer__content .servicesSectionTitle {
  margin-top: max(15rem, 75px);
  margin-bottom: max(7rem, 30px);
}
@media screen and (max-width: 1000px) {
  #services .developer__content .servicesSectionTitle {
    margin-top: 0;
    margin-bottom: 0;
    justify-self: end;
  }
}
#services .developer__content .servicesSectionTitle hgroup {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
#services .sell__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: max(15rem, 100px);
  margin-bottom: max(10rem, 70px);
  padding-left: 10%;
}
@media screen and (max-width: 1000px) {
  #services .sell__wrapper {
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  #services .sell__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding: 0 10%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 550px) {
  #services .sell__wrapper {
    padding-left: 5%;
    padding-right: 0;
  }
}
#services .sell__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border-radius: max(2rem, 10px);
  padding: max(6rem, 30px);
  -webkit-box-shadow: 0 0 12px #f0f9ff;
          box-shadow: 0 0 12px #f0f9ff;
}
@media screen and (max-width: 1000px) {
  #services .sell__text {
    border-radius: 0 max(2rem, 10px) max(2rem, 10px) 0;
  }
}
#services .sell__text.pc {
  display: block;
}
@media screen and (max-width: 1000px) {
  #services .sell__text.pc {
    display: none;
  }
}
#services .sell__text.sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  #services .sell__text.sp {
    display: block;
    margin-right: 30%;
  }
}
@media screen and (max-width: 550px) {
  #services .sell__text.sp {
    margin-right: 5%;
  }
}
#services .sell__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1000px) {
  #services .sell__content {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (max-width: 768px) {
  #services .sell__content {
    -ms-flex-item-align: start;
        align-self: start;
  }
}
@media screen and (max-width: 550px) {
  #services .sell__content {
    padding-right: 5%;
  }
}
#services .sell__content .servicesSectionTitle {
  margin-bottom: max(5rem, 50px);
}
@media screen and (max-width: 768px) {
  #services .sell__content .servicesSectionTitle {
    margin-bottom: 0;
  }
}
#services .sell__content .servicesSectionTitle hgroup {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: max(4.5rem, 25px);
}
#services .sell__images {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: max(62.5rem, 450px);
  margin-top: max(19rem, 150px);
}
@media screen and (max-width: 1000px) {
  #services .sell__images {
    width: max(73rem, 350px);
  }
}
@media screen and (max-width: 768px) {
  #services .sell__images {
    margin-top: 0;
    -ms-flex-item-align: end;
        align-self: end;
  }
}
@media screen and (max-width: 550px) {
  #services .sell__images {
    width: 90%;
  }
}
#services .sell__images .imageBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: max(0.5rem, 5px) 0 0 max(0.5rem, 5px);
}
@media screen and (max-width: 768px) {
  #services .sell__images .imageBox {
    border-radius: max(0.5rem, 5px);
  }
}
@media screen and (max-width: 550px) {
  #services .sell__images .imageBox {
    border-radius: max(0.5rem, 5px) 0 0 max(0.5rem, 5px);
  }
}
#services .sell__images .imageBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#services .cta .btnBox {
  margin-bottom: max(20rem, 100px);
}
@media screen and (max-width: 1000px) {
  #services .cta .btnBox {
    margin-top: 50px;
  }
}
#services .cta .btnBox .btn {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #services .rental .servicesSectionTitle hgroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#services .rental__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#services .rental__text p {
  display: grid;
  place-items: center;
  height: 100%;
  padding: max(7rem, 30px);
  background: #fff;
  border-radius: max(2rem, 10px);
  -webkit-box-shadow: 0 0 12px #f0f9ff;
          box-shadow: 0 0 12px #f0f9ff;
}
@media screen and (max-width: 1000px) {
  #services .rental__text p {
    width: max(70%, 400px);
    margin-left: auto;
  }
}
@media screen and (max-width: 550px) {
  #services .rental__text p {
    width: 100%;
  }
}
#services .rental__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: max(4rem, 30px);
  margin-top: max(5rem, 30px);
}
@media screen and (max-width: 1000px) {
  #services .rental__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: max(4rem, 30px);
  }
}
#services .rental__content__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: max(57rem, 350px);
  height: auto;
}
@media screen and (max-width: 550px) {
  #services .rental__content__image {
    width: 100%;
  }
}
#services .rental__content__image .imageBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: max(0.5rem, 5px);
}
#services .rental__content__image .imageBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1000px) {
  #services .rental__content__image .imageBox img {
    height: auto;
    aspect-ratio: 57/40;
  }
}
#services .rental__external {
  margin-top: max(11rem, 50px);
  padding-bottom: max(20rem, 100px);
}
#services .rental__external__link {
  position: relative;
  overflow: hidden;
  border-radius: max(0.5rem, 5px);
}
#services .rental__external__link__btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  bottom: 0;
  padding: max(1.7rem, 10px) max(2rem, 15px) max(1.7rem, 10px) max(5rem, 40px);
  -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  background: #738498;
  z-index: 0;
}
@media screen and (max-width: 550px) {
  #services .rental__external__link__btn {
    padding: 7px 15px 7px 35px;
    -webkit-clip-path: polygon(12.5% 0%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(12.5% 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
#services .rental__external__link__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#02004E), to(#01C4DD));
  background: linear-gradient(to right, #02004E, #01C4DD);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  z-index: -1;
}
#services .rental__external__link__btn .text {
  line-height: 1;
}
#services .rental__external__link__btn .text img {
  width: max(9.5rem, 80px);
  vertical-align: baseline;
}
#services .rental__external__link__btn .arrow {
  display: inline-block;
  width: max(1rem, 6px);
  height: auto;
  aspect-ratio: 1/1;
  border-top: max(0.15rem, 1.5px) solid #fff;
  border-right: max(0.15rem, 1.5px) solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: max(1.6rem, 8px);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
#services .rental__external__link:hover .rental__external__link__btn::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#services .rental__external__link:hover .rental__external__link__btn .arrow {
  -webkit-transform: translateY(-35%) rotate(45deg) translateX(50%);
          transform: translateY(-35%) rotate(45deg) translateX(50%);
}