@charset "UTF-8";
/* ブレイクポイント
================================================================================================= */
/* color
========================================================================== */
/* font
========================================================================== */
.main-beginner-child .topAppeal__links {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .main-beginner-child .topAppeal__links {
    margin-top: 60px;
  }
}

.beginnerHeader {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1280px) {
  .beginnerHeader {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .beginnerHeader {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 640px) {
  .beginnerHeader {
    margin-bottom: 4rem;
  }
}
.beginnerHeader h1 {
  font-size: 3.2rem;
  font-weight: 900;
  margin-bottom: 1rem;
}
@media screen and (max-width: 640px) {
  .beginnerHeader h1 {
    font-size: 6vw;
    text-align: center;
  }
}

.beginnerNav {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 1280px) {
  .beginnerNav {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .beginnerNav {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 640px) {
  .beginnerNav {
    grid-template-columns: 1fr;
    margin-bottom: 4rem;
  }
}
.beginnerNav__item {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 2px solid #2bb3a6;
  /* ティール系 */
  border-radius: 16px;
  padding: 2rem 2rem 1.5rem;
}
@media screen and (max-width: 640px) {
  .beginnerNav__item {
    padding: 1.6rem 1.6rem 1.2rem;
    border-radius: 8px;
  }
}
.beginnerNav__item__inner {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  min-height: 100%;
}
@media screen and (max-width: 640px) {
  .beginnerNav__item__inner {
    display: grid;
    grid-template-areas: "t t" "f d" "a a";
    text-align: center;
    gap: 0.5rem 1rem;
  }
}
.beginnerNav__title {
  font-weight: 700;
  font-size: 2rem;
  color: #188f86;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .beginnerNav__title {
    grid-area: t;
    font-size: 1.6rem;
  }
}
.beginnerNav__figure {
  margin: 0.5rem auto 0;
  max-width: 220px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .beginnerNav__figure {
    grid-area: f;
    margin: 0;
    max-width: 70px;
  }
}
.beginnerNav__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.beginnerNav__desc {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #333;
  text-align: center;
  min-height: 3.4em;
  /* 2行程度確保 */
  margin: 0.25rem 0 0;
}
@media screen and (max-width: 640px) {
  .beginnerNav__desc {
    grid-area: d;
    text-align: left;
    line-height: 1.4;
  }
  .beginnerNav__desc br {
    display: none;
  }
}
.beginnerNav__arrow {
  display: block;
  width: 0;
  height: 0;
  margin: 0.75rem auto 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 20px solid #cc1f1f;
  /* 赤い下向き矢印 */
}
@media screen and (max-width: 640px) {
  .beginnerNav__arrow {
    grid-area: a;
    -ms-flex-item-align: end;
        align-self: end;
    justify-self: center;
    margin: 0 0;
    border-width: 12px 12px 16px;
  }
}

.beginnerHeading {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1280px) {
  .beginnerHeading {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .beginnerHeading {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 640px) {
  .beginnerHeading {
    margin-bottom: 4rem;
  }
}
.beginnerHeading h2 {
  font-weight: 900;
  margin-bottom: 3rem;
}
.beginnerHeading h2 small {
  font-weight: 700;
  display: block;
  font-size: 1.3rem;
  color: #1fa094;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.beginnerHeading h2 span {
  font-size: 3rem;
}
@media screen and (max-width: 640px) {
  .beginnerHeading h2 span {
    font-size: 2.4rem;
  }
}
.beginnerHeading p a {
  color: #2bb3a6;
  text-decoration: underline;
}
.beginnerHeading--sub {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1280px) {
  .beginnerHeading--sub {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .beginnerHeading--sub {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 640px) {
  .beginnerHeading--sub {
    margin-bottom: 4rem;
  }
}
.beginnerHeading--sub .indent-text {
  padding-left: 4rem;
}
@media screen and (max-width: 640px) {
  .beginnerHeading--sub .indent-text {
    padding-left: 0;
  }
}

.beginnerYourself {
  margin-top: 120px;
}
@media screen and (max-width: 640px) {
  .beginnerYourself {
    margin-top: 80px;
  }
}

/* Step1 styles */
.beginnerStep {
  padding: 10rem 0;
}
@media screen and (max-width: 640px) {
  .beginnerStep {
    padding: 6rem 0;
  }
}
.beginnerStep.step1 {
  background-color: #F7F7F7;
}
.beginnerStep__heading {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 1280px) {
  .beginnerStep__heading {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .beginnerStep__heading {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 640px) {
  .beginnerStep__heading {
    display: block;
    margin-bottom: 3rem;
  }
}
.beginnerStep__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.2rem;
  background: #222;
  color: #fff;
  border-radius: 999px;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  aspect-ratio: 1;
}
@media screen and (max-width: 640px) {
  .beginnerStep__badge {
    border-radius: 5px;
    aspect-ratio: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
}
.beginnerStep__badge span {
  display: block;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .beginnerStep__badge span {
    font-size: 1.2rem;
    font-weight: 400;
  }
}
.beginnerStep__badge strong {
  display: block;
  font-weight: 900;
  letter-spacing: 0.03em;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .beginnerStep__badge strong {
    font-size: 1.5rem;
    font-weight: 400;
  }
}
.beginnerStep__title {
  margin: 1rem 0 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 640px) {
  .beginnerStep__title {
    margin: 0.5rem 0 0.5rem;
  }
}
.beginnerStep__title h3 {
  font-size: 2.2rem;
  font-weight: 900;
  border-bottom: 1px solid;
  padding: 0.5rem 0.2rem;
  margin-bottom: 0.5rem;
}

.beginnerPlansTable {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1280px) {
  .beginnerPlansTable {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .beginnerPlansTable {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.beginnerPlansTable__table-wrapper {
  margin-bottom: 1.2rem;
}
.beginnerPlansTable__table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .beginnerPlansTable__table {
    table-layout: auto;
  }
}
.beginnerPlansTable__table thead th {
  background: #2bb3a6;
  /* teal */
  color: #fff;
  text-align: center;
  padding: 1rem 2rem;
  font-size: 2rem;
}
@media screen and (max-width: 640px) {
  .beginnerPlansTable__table thead th {
    font-size: 1.6rem;
  }
}
.beginnerPlansTable__table thead th small {
  font-size: 1.2rem;
  display: block;
}
.beginnerPlansTable__table tbody th {
  width: 18%;
  background: #fff;
  text-align: left;
  padding: 1.2rem 2rem;
  border-bottom: 2px solid #2aa69a;
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  .beginnerPlansTable__table tbody th {
    width: 160px;
    font-size: 1.4rem;
  }
}
.beginnerPlansTable__table tbody td {
  border-bottom: 2px solid #2aa69a;
  background: #fff;
  padding: 2rem 1.4rem;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .beginnerPlansTable__table tbody td {
    width: 300px;
  }
}
.beginnerPlansTable__table tbody td a {
  color: #2bb3a6;
  text-decoration: underline;
}
.beginnerPlansTable__note {
  margin-top: 1.2rem;
  color: #555;
  font-size: 1.3rem;
  text-indent: -1.2em;
  padding-left: 1.2em;
  margin: 0;
}
.beginnerPlansTable__note a {
  color: #2bb3a6;
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .beginnerPlansTable__table {
    font-size: 1.3rem;
  }
  .beginnerPlansTable__table thead th,
  .beginnerPlansTable__table tbody th,
  .beginnerPlansTable__table tbody td {
    padding: 0.9rem;
  }
}

/* Step2 styles */
.beginnerStep.step2 {
  padding: 8rem 0 6rem;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .beginnerStep.step2 {
    padding: 6rem 0;
  }
}

.beginnerStep2 {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .beginnerStep2 {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .beginnerStep2 {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.beginnerStep2__bar {
  background: #2aa69a;
  color: #fff;
  font-weight: 700;
  padding: 1rem 3rem;
  text-align: center;
  border-radius: 999px;
  font-size: 2rem;
  width: 100%;
  margin: 7rem auto 5rem;
}
@media screen and (max-width: 640px) {
  .beginnerStep2__bar {
    font-size: 1.8rem;
    padding: 1rem 2rem;
    margin: 4rem auto 3rem;
  }
}

.beginnerStep2Nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  padding: 0 4rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 640px) {
  .beginnerStep2Nav {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
    gap: 1.2rem;
    margin-bottom: 6rem;
  }
}

.beginnerStep2Nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  border: 2px solid #50869E;
  border-radius: 12px;
  background: #fff;
  color: inherit;
  position: relative;
  -webkit-transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .beginnerStep2Nav__item {
    padding: 1.6rem 1.6rem 1.2rem;
    border-radius: 8px;
  }
}

.beginnerStep2Nav__title {
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #50869E;
  color: #fff;
  text-align: center;
  padding: 1rem 0 1.2rem;
}
@media screen and (max-width: 640px) {
  .beginnerStep2Nav__title {
    display: none;
  }
}

.beginnerStep2Nav__desc {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 1.4rem;
  padding: 2rem;
}
@media screen and (max-width: 640px) {
  .beginnerStep2Nav__desc {
    padding: 0;
  }
}

.beginnerStep2Nav__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6rem;
  background: #CE5845;
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 1.2rem 1.4rem;
  border-radius: 6px;
  line-height: 1;
  position: relative;
  width: 90%;
  margin: 0 auto 2rem;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .beginnerStep2Nav__btn {
    width: 100%;
    margin: 0 auto;
    font-size: 1.2rem;
    padding: 1rem 1.2rem;
  }
}
.beginnerStep2Nav__btn span {
  position: relative;
}
.beginnerStep2Nav__btn::after {
  position: absolute;
  content: "";
  right: 1.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 2px;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  rotate: -45deg;
  background: transparent;
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 640px) {
  .beginnerStep2__bar {
    font-size: 1.5rem;
    padding: 1rem 2rem;
  }
}
/* Step2 Search Preview */
.beginnerStep2SearchPreview {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  margin: 6rem auto 4rem;
  width: 1180px;
  margin: 6rem auto;
  position: relative;
  max-width: 100%;
}
@media screen and (max-width: 1280px) {
  .beginnerStep2SearchPreview {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .beginnerStep2SearchPreview {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 640px) {
  .beginnerStep2SearchPreview {
    margin: 4rem auto 3rem;
    padding: 0;
  }
}

.beginnerStep2SearchPreview__heading {
  background: #404040;
  color: #fff;
  padding: 1.2rem 3rem 1rem;
  border-radius: 12px 12px 0 0;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .beginnerStep2SearchPreview__heading {
    padding: 1rem 1.6rem 1rem;
    font-size: 1.8rem;
  }
}

.beginnerStep2SearchPreview__wrapper {
  background: #fff;
  padding: 3rem 3rem 2.5rem;
  border: 1px solid #404040;
  border-top: 0;
  border-radius: 0 0 12px 12px;
}
@media screen and (max-width: 640px) {
  .beginnerStep2SearchPreview__wrapper {
    padding: 2rem 1.6rem;
  }
}

.beginnerStep2SearchPreview__grid {
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 3.2rem;
}
@media screen and (max-width: 640px) {
  .beginnerStep2SearchPreview__grid {
    grid-template-columns: 1fr;
  }
}

.beginnerStep2SearchPreview__product {
  overflow: hidden;
  background: #fff;
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}
.beginnerStep2SearchPreview__product .resultItem__provide {
  grid-template-columns: repeat(7, 1fr);
}

.beginnerStep2SearchPreview__text {
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 640px) {
  .beginnerStep2SearchPreview__text {
    margin-bottom: 3rem;
    font-size: 1.3rem;
    text-align: left;
  }
}

.beginnerStep2SearchPreview__legend {
  background: #f4f4f4;
  border-radius: 8px;
  padding: 2rem 2rem 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.beginnerStep2SearchPreview__legend h5 {
  margin: 0 0 1.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #222;
}

.beginnerStep2SearchPreview__legendList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9rem;
}
@media screen and (max-width: 640px) {
  .beginnerStep2SearchPreview__legendList {
    gap: 1.4rem;
  }
}
.beginnerStep2SearchPreview__legendList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .beginnerStep2SearchPreview__legendList li {
    display: block;
  }
}
.beginnerStep2SearchPreview__legendList li span:first-child {
  width: 5rem;
  border-radius: 50%;
  aspect-ratio: 1;
  font-size: 0.9rem;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .beginnerStep2SearchPreview__legendList li span:first-child {
    border-radius: 0;
    aspect-ratio: unset;
    font-size: 1.4rem;
    padding: 2px 4px;
    display: block;
    width: 100px;
  }
  .beginnerStep2SearchPreview__legendList li span:first-child br {
    display: none;
  }
}
.beginnerStep2SearchPreview__legendList li span:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 640px) {
  .beginnerStep2SearchPreview__legendList li span:nth-child(2) {
    font-size: 1.4rem;
  }
}
.beginnerStep2SearchPreview__legendList li .buy {
  background-color: rgba(255, 0, 0, 0.7882352941);
}
.beginnerStep2SearchPreview__legendList li .rental {
  background-color: #5fba19;
}
.beginnerStep2SearchPreview__legendList li .lease {
  background-color: rgba(87, 129, 205, 0.968627451);
}
.beginnerStep2SearchPreview__legendList li .status {
  background-color: #E79A47;
}
.beginnerStep2SearchPreview__legendList li .discontinued {
  background-color: #fff;
  color: rgba(255, 0, 0, 0.7882352941) !important;
  border: 1px solid rgba(255, 0, 0, 0.7882352941);
}
.beginnerStep2SearchPreview__legendList li .equivalent-rental {
  background-color: #b7c20a;
}
.beginnerStep2SearchPreview__legendList li .used {
  background-color: #e54882;
}
.beginnerStep2SearchPreview__legendList li .label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.beginnerStep2SearchPreview__note {
  font-size: 1.6rem;
  margin: 3rem 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .beginnerStep2SearchPreview__note {
    font-size: 1.4rem;
    text-align: left;
  }
}

@media screen and (max-width: 640px) {
  .beginnerStep2SearchPreview__wrapper {
    gap: 2rem;
  }
  .beginnerStep2SearchPreview__legend {
    padding: 1.6rem 1.4rem;
  }
}
.beginnerStep2SearchBoxNote {
  width: 1180px;
  margin: 0px auto;
  position: relative;
  max-width: 100%;
}
.beginnerStep2SearchBoxNote ul li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 640px) {
  .beginnerStep2SearchBoxNote ul li {
    font-size: 1.2rem;
  }
}

.beginnerStep2SearchBoxNoteHeading {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 640px) {
  .beginnerStep2SearchBoxNoteHeading {
    font-size: 1.8rem;
  }
}

.beginnerStep.step3 {
  padding: 8rem 0 6rem;
  background: #f4f4f4;
}
@media screen and (max-width: 640px) {
  .beginnerStep.step3 {
    padding: 6rem 0;
  }
}

.beginnerStep3 .contactFormLinks__links {
  grid-template-columns: repeat(3, 1fr);
  width: 1180px;
  max-width: 100%;
  gap: 2rem 3rem;
}
@media screen and (max-width: 640px) {
  .beginnerStep3 .contactFormLinks__links {
    grid-template-columns: 1fr;
    gap: 2rem;
    width: 92%;
  }
}
.beginnerStep3__phone {
  margin: 6rem auto 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .beginnerStep3__phone {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 4rem auto 0;
    width: 90%;
  }
}

.beginnerBanner {
  text-align: center;
  padding: 80px 0;
}
@media screen and (max-width: 640px) {
  .beginnerBanner {
    padding: 40px 0;
  }
}
.beginnerBanner a {
  display: block;
  width: 720px;
  margin: 0 auto;
  max-width: 94%;
}
@media screen and (max-width: 640px) {
  .beginnerBanner p {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.beginnerBanner .pc-text {
  display: block;
}
@media screen and (max-width: 640px) {
  .beginnerBanner .pc-text {
    display: none;
  }
}
.beginnerBanner .sp-text {
  display: none;
}
@media screen and (max-width: 640px) {
  .beginnerBanner .sp-text {
    display: block;
  }
}
.beginnerBanner--consult {
  background-color: #f4f4f4;
}

.beginnerContactLinks .contactFormLinks {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .beginnerContactLinks .contactFormLinks__links {
    width: 92%;
  }
}

.beginnerConsult {
  padding: 12rem 0;
}
@media screen and (max-width: 640px) {
  .beginnerConsult {
    padding: 6rem 0;
  }
}
.beginnerConsult .commonStaff {
  margin-top: 12rem;
  margin-bottom: 0;
  background-color: #f4f4f4;
  padding-bottom: 0;
}
@media screen and (max-width: 640px) {
  .beginnerConsult .commonStaff {
    margin-top: 6rem;
  }
}

/* Consult Points */
.beginnerConsultPoints {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  margin: 6rem auto;
}
@media screen and (max-width: 1280px) {
  .beginnerConsultPoints {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .beginnerConsultPoints {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 640px) {
  .beginnerConsultPoints {
    margin: 4rem auto;
  }
}

.beginnerConsultPoints__inner {
  border: 2px solid #2aa69a;
  border-radius: 14px;
  padding: 2rem 6rem;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr 320px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #F2F2F2;
}
@media screen and (max-width: 640px) {
  .beginnerConsultPoints__inner {
    grid-template-columns: 1fr;
    padding: 1.2rem 1.6rem 1.2rem 2.4rem;
    border-radius: 8px;
  }
}

.beginnerConsultPoints__list {
  list-style: none;
  margin: 0;
  padding: 0 1rem 0 0;
}

.beginnerConsultPoints__list li {
  position: relative;
  padding-left: 2.2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.9;
  margin: 0.4rem 0;
}
@media screen and (max-width: 640px) {
  .beginnerConsultPoints__list li {
    font-size: 1.6rem;
  }
}

.beginnerConsultPoints__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.8rem;
  height: 1.4rem;
  border-right: 3px solid #2aa69a;
  border-bottom: 3px solid #2aa69a;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.beginnerConsultPoints__list li span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #f9ffca));
  background-image: linear-gradient(transparent 60%, #f9ffca 0);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0 0.2rem;
}

.beginnerConsultPoints__figure {
  margin: 0;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .beginnerConsultPoints__figure {
    display: none;
  }
}

.beginnerConsultPoints__figure img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* Other Links */
.beginnerOtherLinks {
  margin: 8rem auto;
  padding: 12rem 0;
  background-color: #F7F7F7;
}
@media screen and (max-width: 640px) {
  .beginnerOtherLinks {
    padding: 6rem 0;
  }
}
.beginnerOtherLinks--flow {
  margin-top: 0;
}

.beginnerOtherLinks__items {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 1280px) {
  .beginnerOtherLinks__items {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .beginnerOtherLinks__items {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 640px) {
  .beginnerOtherLinks__items {
    grid-template-columns: 1fr;
  }
}

.otherLinkCard {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 2px solid #2aa69a;
  border-radius: 12px;
  background: #fff;
  -webkit-transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}
@media screen and (max-width: 640px) {
  .otherLinkCard {
    border-radius: 8px;
  }
}

.otherLinkCard__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.8rem 2rem;
  position: relative;
}

.otherLinkCard__title {
  color: #188f86;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 0.6rem;
}
@media screen and (max-width: 640px) {
  .otherLinkCard__title {
    font-size: 1.6rem;
  }
}

.otherLinkCard__desc {
  font-size: 1.8rem;
  color: #333;
  line-height: 1.6;
  margin: 0 0 3rem;
}
@media screen and (max-width: 640px) {
  .otherLinkCard__desc {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}

.otherLinkCard__figure {
  margin: 0;
  text-align: center;
  width: 200px;
}
@media screen and (max-width: 640px) {
  .otherLinkCard__figure {
    width: 60px;
    margin-bottom: 0rem;
    margin-top: 40px;
  }
}

.otherLinkCard__figure img {
  max-width: 100%;
  height: auto;
}

.otherLinkCard__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}

.otherLinkCard__btn {
  display: inline-block;
  color: #188f86;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.6rem 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
  margin-left: auto;
  position: absolute;
  bottom: 1rem;
  right: 2rem;
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .otherLinkCard__btn {
    position: static;
  }
}
.otherLinkCard__btn::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.6rem;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #cc1f1f;
  rotate: -90deg;
  /* 赤い下向き矢印 */
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .otherLinkCard__inner {
    grid-template-columns: 1fr;
  }
  .otherLinkCard__figure {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.beginnerAboutTransceiver {
  margin-bottom: 16rem;
}
@media screen and (max-width: 640px) {
  .beginnerAboutTransceiver {
    margin-bottom: 8rem;
  }
}

/* About Transceiver Accordion */
.transceiverAccordion {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  width: 1080px;
  max-width: 100%;
  margin: 4rem auto 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.8rem;
}
@media screen and (max-width: 1280px) {
  .transceiverAccordion {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .transceiverAccordion {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.transceiverAccordion__item {
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  position: relative;
  -webkit-transition: background-color 0.35s ease, color 0.35s ease;
  transition: background-color 0.35s ease, color 0.35s ease;
  border: 2px solid #fff;
  outline: 4px solid #50869E;
}

.transceiverAccordion__item {
  background: #50869E;
  color: #fff;
}

.transceiverAccordion__summary {
  list-style: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  padding: 2.2rem 3rem 2rem;
  position: relative;
}

.transceiverAccordion__summary::-webkit-details-marker {
  display: none;
}

.transceiverAccordion__summary h3 {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.transceiverAccordion__icon {
  width: 26px;
  height: 26px;
  position: relative;
}

.transceiverAccordion__icon::before,
.transceiverAccordion__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #fff;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.transceiverAccordion__item:not([open]) .transceiverAccordion__icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.transceiverAccordion__item[open] .transceiverAccordion__icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.transceiverAccordion__icon::after {
  display: none;
}

.transceiverAccordion__content {
  padding: 0 3rem 2.4rem;
}

.transceiverAccordion__rule {
  border: 0;
  border-top: 2px solid #fff;
  margin: 0 0 2rem;
}

.transceiverAccordion__item:not([open]) .transceiverAccordion__rule {
  display: none;
}

.transceiverAccordion__body {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 2.4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 640px) {
  .transceiverAccordion__body {
    grid-template-columns: 1fr;
  }
}
.transceiverAccordion__figure {
  margin: 0;
}

.transceiverAccordion__figure img {
  width: 100%;
  height: auto;
  display: block;
  border: 2px solid #50869E;
  background: #fff;
}

.transceiverAccordion__text p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 0 0 1.4rem;
}
@media screen and (max-width: 640px) {
  .transceiverAccordion__text p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.transceiverAccordion__item[open] .transceiverAccordion__text a {
  color: #fff;
  text-decoration: underline;
}

.transceiverAccordion__text strong {
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .transceiverAccordion {
    gap: 2rem;
  }
  .transceiverAccordion__summary {
    padding: 1.6rem 1.6rem 1.4rem;
  }
  .transceiverAccordion__content {
    padding: 0 1.6rem 1.8rem;
  }
  .transceiverAccordion__summary h3 {
    font-size: 1.7rem;
  }
}
.beginnerDifference {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 100px;
  margin-bottom: 12rem;
}
@media screen and (max-width: 1280px) {
  .beginnerDifference {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .beginnerDifference {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 640px) {
  .beginnerDifference {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1.6rem;
    margin-bottom: 6rem;
  }
}
.beginnerDifference__image {
  width: 320px;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .beginnerDifference__image {
    margin-bottom: 2rem;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
.beginnerDifference__text {
  margin-left: 4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 640px) {
  .beginnerDifference__text {
    margin-left: 0;
  }
}

/* Flow (購入/レンタル/リース) */
.beginnerFlowContent {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1280px) {
  .beginnerFlowContent {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .beginnerFlowContent {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.beginnerFlowTabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  border-bottom: 4px solid #2aa69a;
  margin: 0 0 2.4rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 640px) {
  .beginnerFlowTabs {
    gap: 1.2rem;
    margin-bottom: 1.6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.beginnerFlowTabs__tab {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  color: #2aa69a;
  font-weight: 900;
  font-size: 2.2rem;
  padding: 0.8rem 2.4rem;
  cursor: pointer;
  -webkit-transition: color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
@media screen and (max-width: 640px) {
  .beginnerFlowTabs__tab {
    font-size: 1.6rem;
    padding: 0.6rem 1.6rem;
    border-radius: 8px 8px 0 0;
  }
}
.beginnerFlowTabs__tab.is-active {
  color: #fff;
  background-color: #2aa69a;
}

.beginnerFlowPanels {
  margin-top: 8rem;
}
@media screen and (max-width: 640px) {
  .beginnerFlowPanels {
    margin-top: 4rem;
  }
}

.beginnerFlowPanel {
  /* toggled by JS via [hidden] */
  display: block;
}
.beginnerFlowPanel .beginnerHeading {
  margin-bottom: 4rem;
}
.beginnerFlowPanel .beginnerHeading strong {
  color: #CE5845;
}

.beginnerFlowSteps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}

.beginnerFlowStep {
  background: #FFFBEF;
  /* やさしい薄黄色 */
  border-radius: 18px;
  padding: 2rem;
}
@media screen and (max-width: 640px) {
  .beginnerFlowStep {
    padding: 1.6rem;
  }
}
.beginnerFlowStep__inner {
  border-radius: 14px;
  padding: 2rem 4rem 1.8rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}
@media screen and (max-width: 640px) {
  .beginnerFlowStep__inner {
    padding: 0;
  }
}
.beginnerFlowStep__head {
  display: grid;
  grid-template-columns: 1fr 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 640px) {
  .beginnerFlowStep__head {
    grid-template-columns: 1fr auto;
  }
}
.beginnerFlowStep__label {
  font-weight: 900;
  font-size: 2.4rem;
  color: #3d3d3d;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .beginnerFlowStep__label {
    font-size: 1.8rem;
  }
}
.beginnerFlowStep__num {
  font-family: inherit;
  font-weight: 700;
  font-size: 9rem;
  color: #222;
  line-height: 1;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .beginnerFlowStep__num {
    display: none;
  }
}
.beginnerFlowStep__body {
  position: relative;
  display: grid;
  grid-template-columns: 140px 1fr 250px;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .beginnerFlowStep__body {
    grid-template-columns: 1fr;
  }
}
.beginnerFlowStep__body p {
  font-size: 1.6rem;
  line-height: 1.9;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .beginnerFlowStep__body p {
    font-size: 1.4rem;
  }
}
.beginnerFlowStep__body p a {
  color: #2bb3a6;
  text-decoration: underline;
}
.beginnerFlowStep__figure {
  margin: 0;
  justify-self: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  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;
}
.beginnerFlowStep__figure img {
  max-width: 100%;
  height: auto;
  display: block;
}

.beginnerFlowNote {
  margin: 2.4rem 0 0;
  font-size: 1.3rem;
  color: #666;
  line-height: 1.8;
}
.beginnerFlowNote a {
  color: #2bb3a6;
  text-decoration: underline;
}
.beginnerFlowNote li {
  text-indent: -1.2em;
  padding-left: 1.2em;
}

.beginnerFlowContact {
  padding: 12rem 0;
  background: #EDF7F7;
}
@media screen and (max-width: 640px) {
  .beginnerFlowContact {
    padding: 6rem 0;
  }
}
.beginnerFlowContact .contactFormLinks {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #EDF7F7;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1280px) {
  .beginnerFlowContact .contactFormLinks {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .beginnerFlowContact .contactFormLinks {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.beginnerFlowContact .contactFormLinks__links {
  width: 1080px;
  margin-bottom: 0;
}
.beginnerFlowContact .contactFormLinks__links .topAppeal__links a {
  width: 100%;
}
.beginnerFlowContact .contactFormLinks__links .beginnerStep3__phone {
  margin-top: 0;
}

.beginnerStaff .commonStaff__heading {
  margin-bottom: 0;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .beginnerStaff .commonStaff__heading {
    margin-top: 20px;
    padding-bottom: 40px;
  }
}
.beginnerStaff .commonStaff__heading a {
  margin-left: auto;
}