@charset "UTF-8";
/* ブレイクポイント
================================================================================================= */
/* color
========================================================================== */
/* font
========================================================================== */
.trialMainVisual {
  margin-top: 3rem;
  background-image: url("/cms/wp-content/themes/exseli-child/img/trial-bg.jpg.webp");
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .trialMainVisual {
    background-size: cover;
    background-position: left bottom;
  }
}
.trialMainVisual::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(60%, white));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 60%);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  .trialMainVisual::before {
    background-color: rgba(255, 255, 255, 0.3);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  }
}
.trialMainVisual::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, white), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(180deg, white 5%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .trialMainVisual::after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(180deg, white 50%, rgba(255, 255, 255, 0) 100%);
  }
}
@media screen and (max-width: 640px) {
  .trialMainVisual::after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, white), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(180deg, white 20%, rgba(255, 255, 255, 0) 100%);
  }
}
.trialMainVisual__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 4rem;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .trialMainVisual__inner {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .trialMainVisual__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.trialMainVisual h1 {
  margin-bottom: 3rem;
  font-weight: 900;
  text-wrap: unset;
}
@media screen and (max-width: 640px) {
  .trialMainVisual h1 {
    font-size: 5.8vw;
  }
}
.trialMainVisual__text {
  margin-bottom: 3rem;
}
.trialMainVisual__text .attention {
  color: red;
}
.trialMainVisual__recommend {
  width: 680px;
  max-width: 100%;
  margin-left: auto;
  margin-right: 40px;
  margin-bottom: 3rem;
  border-bottom: 1px solid #333;
  padding-bottom: 1rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1280px) {
  .trialMainVisual__recommend {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .trialMainVisual__recommend {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .trialMainVisual__recommend {
    margin: 0 auto 4rem;
  }
}
.trialMainVisual__recommendHeading {
  font-weight: 900;
  font-size: 2.4rem;
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 640px) {
  .trialMainVisual__recommendHeading {
    font-size: 4vw;
    padding: 0;
    text-align: center;
  }
}
.trialMainVisual__recommendHeading span {
  display: block;
}
.trialMainVisual__recommendHeading span:before, .trialMainVisual__recommendHeading span::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  background-color: #333;
}
.trialMainVisual__recommendHeading span:before {
  width: calc((100% - 20em) / 2 - 3rem);
  left: 0;
}
@media screen and (max-width: 640px) {
  .trialMainVisual__recommendHeading span:before {
    width: 3vw;
  }
}
.trialMainVisual__recommendHeading span::after {
  width: calc((100% - 20em) / 2 - 3rem);
  right: 0;
}
@media screen and (max-width: 640px) {
  .trialMainVisual__recommendHeading span::after {
    width: 3vw;
  }
}
.trialMainVisual__recommendList {
  list-style: none;
  padding-left: 3rem;
}
@media screen and (max-width: 640px) {
  .trialMainVisual__recommendList {
    padding: 0 1rem;
  }
}
.trialMainVisual__recommendList li {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  padding-bottom: 3px;
  position: relative;
}
.trialMainVisual__recommendList li::before {
  position: absolute;
  content: "・";
  font-size: 1.6rem;
  left: -1.5rem;
}
.trialMainVisual__link {
  margin-left: auto;
  margin-right: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 3rem;
  width: 680px;
  max-width: 100%;
}
.trialMainVisual__link span {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
.trialMainVisual__link a {
  width: 480px;
  max-width: 96%;
  display: block;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9D42), to(#FF670F));
  background-image: linear-gradient(180deg, #FF9D42 0%, #FF670F 100%);
  color: #fff;
  padding: 16px 0px;
  font-weight: 700;
  font-size: 2rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.trialMainVisual__link a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 2.2rem;
  right: 2rem;
  border-right: #fff 2px solid;
  border-bottom: #fff 2px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.traialLinks {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.traialLinks a {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 640px) {
  .traialLinks a {
    margin-bottom: 0;
  }
}
.traialLinks .rental,
.traialLinks .lease {
  padding-left: 0;
  padding-right: 0;
  font-size: 2.2rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .traialLinks .rental,
  .traialLinks .lease {
    font-size: 1.6rem;
  }
}
.traialLinks .rental::before,
.traialLinks .lease::before {
  display: none;
}
.traialLinks .rental::after,
.traialLinks .lease::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  position: absolute;
  right: 2.5rem;
  top: calc(50% + 2px);
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .traialLinks .rental::after,
  .traialLinks .lease::after {
    width: 8px;
    height: 8px;
    right: 1.5rem;
  }
}

.searchBoxSelect {
  margin-top: 100px;
  max-width: 94%;
  margin: 0 auto;
}
.searchBoxSelect__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
  margin-bottom: 60px;
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin-bottom: 90px;
}
@media screen and (max-width: 640px) {
  .searchBoxSelect__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .searchBoxSelect__heading h2 {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 5px;
  }
}
.searchBoxSelect__heading small {
  font-size: 1.8rem;
  color: #7BC4C4;
  display: block;
}
@media screen and (max-width: 640px) {
  .searchBoxSelect__heading small {
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 4px;
  }
}
.searchBoxSelect__heading span {
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .searchBoxSelect__heading span {
    font-size: 2rem;
    line-height: 1;
    display: block;
  }
}
.searchBoxSelect__heading a {
  background-color: #333;
  color: #fff;
  text-decoration: none;
  padding: 4px 30px;
  display: block;
  border-radius: 99px;
  font-size: 1.5rem;
  position: relative;
  border: 1px solid #333;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 640px) {
  .searchBoxSelect__heading a {
    font-size: 1.2rem;
    padding: 4px 26px 4px 16px;
    line-height: 1;
  }
  .safari .searchBoxSelect__heading a {
    padding-bottom: 6px;
  }
}
.searchBoxSelect__heading a:hover {
  background-color: #fff;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.searchBoxSelect__heading a:hover::after {
  border-color: #333;
}
@media screen and (max-width: 640px) {
  .searchBoxSelect__heading a {
    margin-left: auto;
    margin-right: 0;
  }
}
.searchBoxSelect__heading a::after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 14px;
  top: calc(50% + 0px);
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .searchBoxSelect__heading {
    margin-bottom: 20px;
  }
}

.flow {
  background-color: #F0FFF0;
  padding: 60px 0;
}
.flow__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
  margin-bottom: 60px;
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin-bottom: 90px;
}
@media screen and (max-width: 640px) {
  .flow__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .flow__heading h2 {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 5px;
  }
}
.flow__heading small {
  font-size: 1.8rem;
  color: #7BC4C4;
  display: block;
}
@media screen and (max-width: 640px) {
  .flow__heading small {
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 4px;
  }
}
.flow__heading span {
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .flow__heading span {
    font-size: 2rem;
    line-height: 1;
    display: block;
  }
}
.flow__heading a {
  background-color: #333;
  color: #fff;
  text-decoration: none;
  padding: 4px 30px;
  display: block;
  border-radius: 99px;
  font-size: 1.5rem;
  position: relative;
  border: 1px solid #333;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 640px) {
  .flow__heading a {
    font-size: 1.2rem;
    padding: 4px 26px 4px 16px;
    line-height: 1;
  }
  .safari .flow__heading a {
    padding-bottom: 6px;
  }
}
.flow__heading a:hover {
  background-color: #fff;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.flow__heading a:hover::after {
  border-color: #333;
}
@media screen and (max-width: 640px) {
  .flow__heading a {
    margin-left: auto;
    margin-right: 0;
  }
}
.flow__heading a::after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 14px;
  top: calc(50% + 0px);
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .flow__heading {
    margin-bottom: 40px;
    width: 90%;
  }
  .flow__heading span {
    line-height: 1.4;
  }
}
.flow__heading h2 {
  text-wrap: unset;
}
.traialFlowStep {
  background-color: #fff;
  margin-bottom: 30px;
}
.traialFlowStep:last-child {
  margin-bottom: 0;
}
.traialFlowStep:last-child .traialFlowStep__inner {
  margin-bottom: 0;
}
.traialFlowStep__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  width: 1180px;
  margin-bottom: 60px;
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  display: grid;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  grid-template: "n h" auto "n t" auto/100px 1fr;
}
@media screen and (max-width: 1280px) {
  .traialFlowStep__inner {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .traialFlowStep__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 640px) {
  .traialFlowStep__inner {
    grid-template: "n h" auto "t t" auto/70px 1fr;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}
.traialFlowStep__num {
  background-color: #7BC4C4;
  grid-area: n;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
  top: -35px;
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
@media screen and (max-width: 640px) {
  .traialFlowStep__num {
    top: -25px;
  }
}
.traialFlowStep__num .step {
  font-size: 2rem;
  display: block;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .traialFlowStep__num .step {
    font-size: 1.6rem;
  }
}
.traialFlowStep__num .num {
  font-size: 3rem;
  display: block;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .traialFlowStep__num .num {
    font-size: 2rem;
  }
}
.traialFlowStep__num::before {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #0CB369;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
          clip-path: polygon(0 0, 0 100%, 100% 100%);
  right: -15px;
  top: 0;
}
.traialFlowStep__num::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background-color: #7BC4C4;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: -39px;
}
@media screen and (max-width: 640px) {
  .traialFlowStep__num::after {
    height: 16px;
    bottom: -15px;
  }
}
.traialFlowStep__heading {
  grid-area: h;
  font-size: 2rem;
  font-weight: 900;
  padding-left: 20px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-bottom: 0;
  color: #7BC4C4;
}
@media screen and (max-width: 640px) {
  .traialFlowStep__heading {
    font-size: 1.8rem;
    padding-top: 5px;
  }
}
.traialFlowStep__text {
  grid-area: t;
  font-size: 1.6rem;
  line-height: 2em;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-left: 20px;
}
@media screen and (max-width: 640px) {
  .traialFlowStep__text {
    padding-left: 0;
    position: relative;
    padding-bottom: 10px;
  }
}

.trialPrecautions {
  background-color: #F0FFF0;
  padding: 30px 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .trialPrecautions {
    padding: 10px 0 20px;
  }
}
.trialPrecautions__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  width: 1180px;
  margin-bottom: 60px;
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media screen and (max-width: 1280px) {
  .trialPrecautions__inner {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .trialPrecautions__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 640px) {
  .trialPrecautions__inner {
    margin-bottom: 30px;
  }
}
.trialPrecautions__heading {
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  letter-spacing: 0.05em;
  padding-left: 12px;
  font-size: 2.6rem;
  margin-bottom: 50px;
  text-wrap: unset;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .trialPrecautions__heading {
    padding-left: 0;
    font-size: 2.1rem;
    margin-bottom: 30px;
  }
}
.trialPrecautions__heading::before {
  content: "";
  display: block;
  width: 15px;
  height: 20px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #333;
  position: relative;
  top: 1px;
}
.trialPrecautions__heading::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #333;
  position: relative;
  top: 1px;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .trialPrecautions__heading h2 {
    font-size: 1.8rem;
    text-wrap: unset;
  }
}
.trialPrecautions__text h3 {
  margin-top: 3rem;
}
@media screen and (max-width: 640px) {
  .trialPrecautions__text h3 {
    font-size: 1.6rem;
  }
}

.searchBoxSelect {
  margin-bottom: 100px;
}