/* _tameru_guide.scss
-------------------------------------------------------*/
.un-sphTitle {
  position: relative;
}
.un-sphTitle > .c-titTertiary {
  padding-right: 120px;
}
.un-sphTitle > .c-titSecondary {
  padding-inline: 120px;
}
.un-sphTitle > .b-sph {
  width: 104px;
  height: 104px;
  text-align: center;
  line-height: 1.4;
  border: 1px solid #FFF;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-inline: 5px;
}
@media screen and (max-width: 768px) {
  .un-sphTitle > .c-titTertiary {
    padding-right: 85px;
  }
  .un-sphTitle > .c-titSecondary {
    padding-inline: 85px;
  }
  .un-sphTitle > .b-sph {
    width: 80px;
    height: 80px;
    font-size: 0.75rem;
  }
}

.un-freeGrid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 128px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.un-freeGrid > div + div {
  position: relative;
}
.un-freeGrid > div + div::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #A5B3C6;
  display: block;
  position: absolute;
  left: -60px;
}
@media screen and (max-width: 768px) {
  .un-freeGrid {
    display: block;
  }
  .un-freeGrid > div + div {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #A5B3C6;
  }
  .un-freeGrid > div + div::before {
    content: none;
  }
}

.un-arrowBox + .un-arrowBox {
  margin-top: 56px;
  position: relative;
}
.un-arrowBox + .un-arrowBox::before {
  content: "";
  display: block;
  width: 64px;
  aspect-ratio: 64/24;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -40px;
  -webkit-mask: url("/assets/images/icon/icon_stepbox.svg") center/contain no-repeat;
          mask: url("/assets/images/icon/icon_stepbox.svg") center/contain no-repeat;
  background: var(--color-blue);
}

.un-arrowGrid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}
.un-arrowGrid > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 235px;
}
.un-arrowGrid > div + div {
  position: relative;
}
.un-arrowGrid > div + div::before {
  content: "";
  display: block;
  background: var(--color-blue);
  width: 16px;
  height: 32px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 32%;
  left: -30px;
}
@media screen and (max-width: 768px) {
  .un-arrowGrid {
    display: block;
  }
  .un-arrowGrid > div + div {
    margin-top: 55px;
  }
  .un-arrowGrid > div + div::before {
    width: 32px;
    height: 16px;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
    top: -32px;
    right: 0;
    left: 0;
    margin-inline: auto;
  }
}/*# sourceMappingURL=index.css.map */