@charset "UTF-8";
/* /////////////////////
rocotime　TOP
 ////////////////////////////*/
.p-rocotime__top-header {
  position: relative;
  padding-bottom: 6rem;
}
@media screen and (max-width: 1279px) {
  .p-rocotime__top-header {
    padding-inline: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-rocotime__top-header {
    padding-bottom: 4rem;
  }
}

.p-rocotime__top-header:before,
.p-rocotime__top-header:after {
  content: "";
  position: absolute;
  z-index: 2;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.p-rocotime__top-header:before {
  width: 50.6rem;
  height: 47.7rem;
  background-image: url(../img/rocotime/top/header-r.webp);
  right: 0;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-rocotime__top-header:before {
    width: 60vw;
    height: 60vw;
  }
}

.p-rocotime__top-header:after {
  width: 29.4rem;
  height: 31rem;
  background-image: url(../img/rocotime/top/header-l.webp);
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-rocotime__top-header:after {
    width: 40vw;
    height: 40vw;
  }
}

.p-rocotime__top-header .breadcrumbs {
  position: relative;
  z-index: 6;
}

.p-rocotime__top-header__wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: min(120rem, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-rocotime__top-header__wrap {
    flex-direction: column-reverse;
    align-items: center;
    padding: 0 4vw;
  }
}

.p-rocotime__top-header-inner {
  width: 72.6rem;
}
@media screen and (max-width: 767px) {
  .p-rocotime__top-header-inner {
    width: 100%;
  }
}

.p-rocotime__top-header-logo {
  margin-bottom: 2rem;
}

.p-rocotime__top-header-title {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-rocotime__top-header-title {
    margin-bottom: 2rem;
    max-width: 80%;
  }
}

.p-rocotime__top-header-subtitle {
  font-size: 4.5rem;
  font-weight: 900;
  line-height: calc(63 / 45);
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1279px) {
  .p-rocotime__top-header-subtitle {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-rocotime__top-header-subtitle {
    font-size: 2.1rem;
  }
}

.p-rocotime__top-header-text {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-rocotime__top-header-text {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

.p-rocotime__trademark-note {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 500;
  display: block;
}

.p-rocotime__top-header__image {
  width: 54rem;
}
@media screen and (max-width: 767px) {
  .p-rocotime__top-header__image {
    width: 80%;
    margin: 0 auto;
  }
}

.p-rocotime__top-header-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2.6rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-rocotime__top-header-cta {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}

.p-rocotime__top-header-cta__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  background-color: #fff;
  border-radius: 100vmax;
  padding: 1.6rem 4rem;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  transition: all 0.3s ease;
}
@media (width <= 667px) {
  .p-rocotime__top-header-cta__link {
    font-size: 1.6rem;
    padding: 1.6rem 3rem;
  }
}

.p-rocotime__top-header-cta__link:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  border-radius: 100vmax;
  z-index: -1;
}

.p-rocotime__top-header-cta__link.--mail {
  border: 4px solid #f96718;
}

.p-rocotime__top-header-cta__link.--download {
  border: 4px solid #13467e;
}

.p-rocotime__top-header-cta__link.--mail:hover {
  background-color: #ffdecc;
}

.p-rocotime__top-header-cta__link.--download:hover {
  background-color: #c6e0f5;
}

.p-rocotime-top-customfit__wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-customfit__wrap {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}

.p-rocotime-top-customfit__image {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-customfit__image {
    width: 80%;
    margin: 0 auto;
  }
}

.p-rocotime-top-customfit__image img {
  width: 100%;
}

.p-rocotime-top-customfit__content {
  width: 58%;
  padding-left: 8rem;
}
@media screen and (max-width: 1279px) {
  .p-rocotime-top-customfit__content {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-customfit__content {
    width: 100%;
    padding-left: 0;
  }
}

.p-rocotime-top-customfit__title {
  margin-bottom: 5.7rem;
}
@media screen and (max-width: 1279px) {
  .p-rocotime-top-customfit__title {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-customfit__title {
    max-width: 80%;
    margin: 0 auto 2rem;
  }
}

.p-rocotime-top-customfit__text {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (max-width: 1279px) {
  .p-rocotime-top-customfit__text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-customfit__text {
    font-size: 1.6rem;
    line-height: 1.7;
    text-align: center;
  }
}

.p-rocotime-top-advantage__wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(35.7rem, 1fr));
  gap: 10rem 5rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1279px) {
  .p-rocotime-top-advantage__wrap {
    gap: 8rem 4rem;
    margin-bottom: 6rem;
    grid-template-columns: repeat(auto-fill, minmax(24rem, 1fr));
  }
}
@media screen and (max-width: 1000px) {
  .p-rocotime-top-advantage__wrap {
    max-width: 62rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-advantage__wrap {
    gap: 6rem 2rem;
    margin-bottom: 4rem;
    grid-template-columns: 1fr;
    max-width: 40rem;
    margin: 0 auto;
  }
}

.p-rocotime-top-advantage__item-image {
  border-radius: 18px;
  position: relative;
}

.p-rocotime-top-advantage__item-image .p-rocotime-top-advantage__item-number {
  color: #fff;
  border-radius: 100vmax;
  width: 10rem;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-advantage__item-image .p-rocotime-top-advantage__item-number {
    width: 8rem;
    height: 8rem;
    font-size: 4rem;
    top: -40px;
  }
}

.p-rocotime-top-advantage__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-rocotime-top-advantage__item:nth-of-type(odd)
  .p-rocotime-top-advantage__item-image {
  border: 7px solid #008785;
}

.p-rocotime-top-advantage__item:nth-of-type(even)
  .p-rocotime-top-advantage__item-image {
  border: 7px solid #f96718;
}

.p-rocotime-top-advantage__item:nth-of-type(odd)
  .p-rocotime-top-advantage__item-image
  .p-rocotime-top-advantage__item-number {
  background-color: #008785;
}

.p-rocotime-top-advantage__item:nth-of-type(even)
  .p-rocotime-top-advantage__item-image
  .p-rocotime-top-advantage__item-number {
  background-color: #f96718;
}

.p-rocotime-top-advantage__item-title {
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
  padding: 2.4rem 0 1.8rem;
}
@media screen and (max-width: 1279px) {
  .p-rocotime-top-advantage__item-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-advantage__item-title {
    font-size: 2.2rem;
    padding: 1.8rem 0 1.2rem;
  }
}

.p-rocotime-top-advantage__item-text {
  font-weight: 500;
  line-height: 1.8;
  font-size: 1.8rem;
}
@media screen and (max-width: 1279px) {
  .p-rocotime-top-advantage__item-text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1000px) {
  .p-rocotime-top-reason .c-more-btn {
    margin-block: 4rem;
  }
  .p-rocotime-top-issue .c-more-btn {
    margin-block: 4rem;
  }
  .p-rocotime-top-function .c-more-btn {
    margin-block: 4rem;
  }
  .p-rocotime-top-flow .c-more-btn {
    margin-block: 4rem;
  }
}

.p-rocotime-top-issue__wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(35.2rem, 1fr));
  gap: 6vw;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1000px) {
  .p-rocotime-top-issue__wrap {
    gap: 6rem 2rem;
    max-width: 50rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-issue__wrap {
    gap: 6rem 2rem;
    margin-bottom: 4rem;
    grid-template-columns: 1fr;
  }
}

.p-rocotime-top-issue__wrap .arrow-down {
  margin-bottom: 2rem;
}

.p-rocotime-top-issue__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-rocotime-top-issue__item-header {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
  border: 4px solid #008785;
  border-radius: 8px;
  padding: 2rem 2rem;
}

.p-rocotime-top-issue__item-header h3 {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-issue__item-header h3 {
    font-size: 1.8rem;
  }
}

.p-rocotime-top-issue__item-header h3 span {
  color: #f96718;
}

.p-rocotime-top-issue__item-header .issue {
  position: absolute;
  right: 5%;
  top: -18px;
  background: #008785;
  color: #fff;
  border-radius: 100vmax;
  padding: 4px 20px;
}

.p-rocotime-top-issue__item-body {
  width: 100%;
  border: 4px solid #f96718;
  border-radius: 8px;
  padding: 3rem 4rem 3rem 15rem;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-issue__item-body {
    padding: 3rem 4rem 17rem 4rem;
  }
}

.p-rocotime-top-issue__item-body h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-issue__item-body h3 {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}

.p-rocotime-top-issue__item-body p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: calc(34 / 18);
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-issue__item-body p {
    font-size: 1.6rem;
  }
}

.p-rocotime-top-issue__item-body .solution {
  position: absolute;
  left: 2%;
  top: -18px;
  background: #f96718;
  color: #fff;
  border-radius: 100vmax;
  padding: 3px 20px;
  font-size: 1.3rem;
  font-weight: 700;
}

.p-rocotime-top-issue__item-image {
  position: absolute;
  left: -20px;
  bottom: -20px;
}

.p-rocotime-top-function {
  position: relative;
  overflow: hidden;
}
.p-rocotime-top-function .c-roco-title {
  position: relative;
  z-index: 2;
}

.p-rocotime-top-function:before {
  content: "";
  position: absolute;
  top: 0;
  right: -8rem;
  width: 66.5rem;
  height: 66.5rem;
  background-image: url(../img/rocotime/top/function-bg01.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-function:before {
    width: 30rem;
    height: 30rem;
    right: -4rem;
  }
}

.p-rocotime-top-function:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -8rem;
  width: 41.5rem;
  height: 64.5rem;
  background-image: url(../img/rocotime/top/function-bg02.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-function:after {
    width: 30rem;
    height: 30rem;
    right: -4rem;
    bottom: 4rem;
  }
}

.p-rocotime-top-function__wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(35.7rem, 1fr));
  gap: 4rem 5rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1000px) {
  .p-rocotime-top-function__wrap {
    gap: 4rem 2rem;
    max-width: 60rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-function__wrap {
    gap: 2rem 2rem;
    margin-bottom: 4rem;
    grid-template-columns: 1fr;
  }
}

.p-rocotime-top-function__item {
  background-color: #fff;
  border-radius: 8px;
  padding: 3rem 2rem;
  display: flex;
}

.p-rocotime-top-function__item-image {
  flex-shrink: 0;
  width: 6.5rem;
}

.p-rocotime-top-function__item-content {
  padding-left: 2rem;
}

.p-rocotime-top-function__item-content h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-function__item-content h3 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}

.p-rocotime-top-function__item-content p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: calc(30 / 16);
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-function__item-content p {
    font-size: 1.4rem;
  }
}

.p-rocotime-top-collaboration__wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(24.7rem, 1fr));
  background-color: #fff;
  border-radius: 8px;
  padding: 7.6rem 12rem;
  margin-top: -10.8rem;
}
@media screen and (max-width: 1279px) {
  .p-rocotime-top-collaboration__wrap {
    padding: 4rem 10rem;
    margin-top: -4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-collaboration__wrap {
    padding: 4rem 2rem;
    margin-top: -4rem;
    display: block;
  }
}

.p-rocotime-top-collaboration__item {
  padding: 0.8rem 4rem 1.2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-collaboration__item {
    padding: 1rem;
  }
}

.p-rocotime-top-collaboration__item:not(:last-of-type) {
  border-right: 1px solid #008785;
}
@media screen and (max-width: 1000px) {
  .p-rocotime-top-collaboration__item:not(:last-of-type) {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-collaboration__item:not(:last-of-type) {
    border-right: none;
    border-bottom: 1px solid #008785;
  }
}

.p-rocotime-top-collaboration__item .p-rocotime-top-function__item-image {
  margin: 0 auto;
  width: 17rem;
}

.p-rocotime-top-collaboration__item h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: calc(34 / 20);
  margin: 1.6rem 0 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 3em;
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-collaboration__item h3 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
    min-height: auto;
  }
}

.p-rocotime-top-collaboration__item p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: calc(30 / 16);
  letter-spacing: 0;
}

.p-rocotime-top-price__wrap {
  background-color: #fff;
  border-radius: 8px;
  padding: 8rem 4rem 6rem;
  margin-top: -10.8rem;
}
@media screen and (max-width: 1279px) {
  .p-rocotime-top-price__wrap {
    padding: 4rem 10rem;
    margin-top: -4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-price__wrap {
    padding: 4rem 2rem;
    margin-top: -4rem;
  }
}

.p-rocotime-top-price__wrap-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-price__wrap-inner {
    flex-direction: column;
    gap: 2rem;
  }
}

.p-rocotime-top-price__item {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.p-rocotime-top-price__item h3 {
  border: 1px solid #008785;
  height: 13.4rem;
  width: 13.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-price__item h3 {
    height: 10rem;
    width: 10rem;
    font-size: 1.8rem;
    flex-shrink: 0;
  }
}

.p-rocotime-top-price__item p {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-price__item p {
    font-size: 2rem;
  }
}

.p-rocotime-top-price__item .p-rocotime-top-price__item-price {
  font-size: 2.7rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-price__item .p-rocotime-top-price__item-price {
    font-size: 2rem;
  }
}

.p-rocotime-top-price__item .p-rocotime-top-price__item-price strong {
  font-size: 5.7rem;
  line-height: 1.3;
  font-weight: 700;
  color: #008785;
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-price__item .p-rocotime-top-price__item-price strong {
    font-size: 2.8rem;
  }
}

.p-rocotime-top-price__item .p-rocotime-top-price__item-note {
  font-size: 2rem;
  font-weight: 500;
  display: block;
}

.p-rocotime-top-flow__wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(26.8rem, 1fr));
  gap: 2.4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 374px) {
  .p-rocotime-top-flow__wrap {
    display: block;
  }
}

.p-rocotime-top-flow__item-inner {
  padding: 1.2rem 3rem 1.2rem 2rem;
  background-color: #fff;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-flow__item-inner {
    text-align: center;
    padding: 1.2rem 1rem 3.2rem 1rem;
  }
}

.p-rocotime-top-flow__item:not(:last-of-type) .p-rocotime-top-flow__item-inner {
  -webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
  clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-flow__item:not(:last-of-type)
    .p-rocotime-top-flow__item-inner {
    -webkit-clip-path: polygon(100% 0, 100% 80%, 49% 100%, 0 80%, 0 0);
    clip-path: polygon(100% 0, 100% 80%, 49% 100%, 0 80%, 0 0);
  }
}

.p-rocotime-top-flow__item-inner .p-rocotime-top-flow__item-number {
  background-color: #008785;
  color: #fff;
  border-radius: 100vmax;
  font-size: 1.2rem;
  padding: 2px 8px;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.p-rocotime-top-flow__item-inner h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: calc(28 / 18);
  color: #008785;
}

.p-rocotime-top-flow__item-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: calc(24 / 15);
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-flow__item-text {
    font-size: 1.4rem;
    text-align: center;
  }
}

.p-rocotime-top-support__wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(24.7rem, 1fr));
  background-color: #fff;
  border-radius: 8px;
  padding: 8rem 4rem 6rem;
  margin-top: -10.8rem;
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-support__wrap {
    padding: 3.2rem 1.6rem;
    margin-top: -4rem;
    display: block;
  }
}

.p-rocotime-top-support__item {
  padding: 3rem 4rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-support__item {
    padding: 1rem;
  }
}

.p-rocotime-top-support__item .p-rocotime-top-function__item-image {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-support__item-image {
    text-align: center;
  }
}

.p-rocotime-top-support__item h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 1.6rem 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 3em;
}

.p-rocotime-top-support__item p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: calc(30 / 16);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-support__item p {
    font-size: 1.6rem;
  }
}

.p-rocotime-top-related__wrap {
  margin-bottom: 8rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 1279px) {
  .p-rocotime-top-related__wrap {
    align-items: start;
  }
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-related__wrap {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
  }
}

.p-rocotime-top-related-title {
  font-size: 4rem;
  font-weight: 700;
  margin-right: 4rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1279px) {
  .p-rocotime-top-related-title {
    font-size: 3.2rem;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-related-title {
    font-size: 2.4rem;
    margin-right: 0;
  }
}

.p-rocotime-top-related__item {
  width: 43.2rem;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-related__item {
    width: 100%;
  }
}
.p-rocotime-top-related__item a {
  display: block;
  height: 100%;
}

.p-rocotime-top-related__item .p-rocotime-top-related__item-bg {
  background-color: #fff;
  border: 1px solid #008785;
  padding: 4rem;
  font-size: 3rem;
  font-weight: 500;
  color: #008785;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1279px) {
  .p-rocotime-top-related__item .p-rocotime-top-related__item-bg {
    font-size: 2rem;
    padding: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-related__item .p-rocotime-top-related__item-bg {
    font-size: 2.4rem;
    padding: 2rem;
  }
}

.p-rocotime-top-related__item p {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: calc(30 / 16);
  letter-spacing: 0;
}
@media screen and (max-width: 1279px) {
  .p-rocotime-top-related__item p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-rocotime-top-related__item p {
    font-size: 1.4rem;
  }
}

.p-rocotime-top-related__item a:hover .p-rocotime-top-related__item-bg {
  background-color: #008785;
  color: #fff;
}

.p-rocotime-top-related__item a:hover p {
  text-decoration: underline;
}

/* /////////////////////
下層ページ共通
 ////////////////////////////*/
.rocotime-header {
  padding-top: 13rem;
  margin-bottom: 4rem;
  height: initial;
}
@media screen and (max-width: 1000px) {
  .rocotime-header {
    padding-top: 8rem;
    padding-inline: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .rocotime-header {
    padding-top: 6rem;
    margin-bottom: 3rem;
  }
}

/* /////////////////////
下層ページ 選ばれる理由
 /////////////////////*/
.p-rocotime-advantage__point {
  position: relative;
  margin-left: 10rem;
  margin-block: 17rem 6.6rem;
  border-bottom: 0.3rem solid #7cb40e;

  @media screen and (max-width: 1279px) {
    margin-block: 13rem 4rem;
  }

  @media screen and (max-width: 767px) {
    margin-left: 5.6rem;
    margin-block: 8rem 4rem;
  }
}

.p-rocotime-advantage__img {
  position: absolute;
  bottom: -1.8rem;
  left: -10rem;
  width: 16rem;
  height: 18rem;

  @media screen and (max-width: 767px) {
    width: 12rem;
    height: auto;
    bottom: -1.2rem;
    left: -6rem;
  }
}
.p-rocotime-advantage__img img {
  aspect-ratio: 16 / 18;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.p-rocotime-advantage__point-title {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: calc(54 / 27);
  display: inline-block;
  margin-left: 0.8rem;
  padding: 1rem 3rem 1rem 6rem;
  border-radius: 0.8rem 0.8rem 0 0.8rem;
  background-color: #7cb40e;
  color: #fff;

  @media screen and (max-width: 767px) {
    font-size: 2rem;
    padding: 1rem 2rem 1rem 5rem;
  }
}

.p-rocotime-advantage__item {
  margin-bottom: 10rem;
}
@media screen and (max-width: 667px) {
  .p-rocotime-advantage__item {
    margin-bottom: 4rem;
  }
}

.p-rocotime-advantage__title {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 667px) {
  .p-rocotime-advantage__title {
    gap: 1.6rem;
  }
}

.p-rocotime-advantage__number {
  font-size: 5rem;
  font-weight: 700;
  color: #fff;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .p-rocotime-advantage__number {
    font-size: 3.2rem;
    width: 6rem;
    height: 6rem;
  }
}
.p-rocotime-advantage__text {
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .p-rocotime-advantage__text {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 667px) {
  .p-rocotime-advantage__text {
    font-size: 1.8rem;
  }
}

.p-rocotime-advantage__body {
  display: flex;
  margin-top: 4rem;
  gap: 2rem;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .p-rocotime-advantage__body {
    flex-direction: column;
  }
}
@media screen and (max-width: 667px) {
  .p-rocotime-advantage__body {
    margin-top: 2rem;
  }
}

.p-rocotime-advantage__image {
  width: 46.7rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-rocotime-advantage__image {
    width: 100%;
  }
}
.p-rocotime-advantage__image img {
  border-radius: 0.8rem;
}

.p-rocotime-advantage__content {
  width: calc(100% - 46.7rem);
}
@media screen and (max-width: 1000px) {
  .p-rocotime-advantage__content {
    width: 100%;
  }
}

.p-rocotime-advantage__content p {
  font-weight: 500;
}

.--number01 .p-rocotime-advantage__number,
.--number03 .p-rocotime-advantage__number {
  background-color: #008785;
}

.--number01 .color,
.--number03 .color {
  color: #008785;
}

.--number02 .p-rocotime-advantage__number,
.--number04 .p-rocotime-advantage__number {
  background-color: #f96718;
}

.--number02 .color,
.--number04 .color {
  color: #f96718;
}

.--number05 .p-rocotime-advantage__number,
.--number06 .p-rocotime-advantage__number {
  background-color: #7cb40c;
}

.--number05 .color,
.--number06 .color {
  color: #7cb40c;
}

/* /////////////////////
下層ページ RocoTimeの機能
 /////////////////////*/
.p-rocotime-function {
  margin-bottom: 14rem;
}
@media screen and (max-width: 767px) {
  .p-rocotime-function {
    margin-bottom: 8rem;
  }
}

.p-rocotime-function__item {
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-rocotime-function__item {
    margin-bottom: 3.2rem;
  }
}

.p-rocotime-function__title {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-rocotime-function__title {
    flex-direction: column;
  }
}

.p-rocotime-function__number {
  font-size: 5rem;
  font-weight: 700;
  color: #fff;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-rocotime-function__number {
    font-size: 3.2rem;
    width: 6rem;
    height: 6rem;
  }
}

.p-rocotime-function__text {
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-rocotime-function__text {
    font-size: 2.4rem;
  }
}

.p-rocotime-function__body {
  display: flex;
  margin-top: 4rem;
  gap: 2rem;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .p-rocotime-function__body {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-rocotime-function__body {
    display: block;
    gap: 0;
  }
}

.p-rocotime-function__item:nth-of-type(1) .p-rocotime-function__body,
.p-rocotime-function__item:nth-of-type(3) .p-rocotime-function__body {
  flex-direction: row-reverse;
}

.p-rocotime-function__image {
  width: 40.7rem;
  height: 36.5rem;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-rocotime-function__image {
    flex-shrink: 1;
    right: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-rocotime-function__item:nth-of-type(2) .p-rocotime-function__image {
    right: initial;
    left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-rocotime-function__image {
    width: 100%;
    height: auto;
    position: static;
  }
}
.p-rocotime-function__image img {
  position: absolute;
  width: auto;
  max-width: inherit;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .p-rocotime-function__image img {
    aspect-ratio: 519 / 400;
    object-fit: cover;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-rocotime-function__image img {
    position: static;
    transform: none;
    width: 100%;
    height: auto;
  }
}
.p-rocotime-function__item:nth-of-type(1) .p-rocotime-function__image img,
.p-rocotime-function__item:nth-of-type(3) .p-rocotime-function__image img {
  right: 0;
}

.p-rocotime-function__item:nth-of-type(2) .p-rocotime-function__image img {
  left: 0;
}

.p-rocotime-function__content {
  width: calc(100% - 40.7rem);
  background-color: #fff;
  padding: 5rem 12rem 5rem 5rem;
  border-radius: 8px;
  position: relative;
  min-height: 43.2rem;
}
@media screen and (max-width: 1000px) {
  .p-rocotime-function__content {
    padding: 2rem 4rem 2rem 2rem;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-rocotime-function__content {
    padding: 4rem;
    min-height: auto;
  }
}
.p-rocotime-function__content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6rem;
  height: 1rem;
  background-color: #f96718;
}
/* @media screen and (max-width: 1000px) {
  .p-rocotime-function__content {
    width: 100%;
    padding: 2rem;
    border-radius: 4px;
  }
} */
@media screen and (max-width: 767px) {
  .p-rocotime-function__content {
    width: 100%;
    padding: 2rem;
    border-radius: 4px;
  }
}

.p-rocotime-function__item:nth-of-type(2) .p-rocotime-function__content {
  padding: 5rem 5rem 5rem 12rem;
}
@media screen and (max-width: 1000px) {
  .p-rocotime-function__item:nth-of-type(2) .p-rocotime-function__content {
    padding: 2rem 2rem 2rem 4rem;
  }
}
.p-rocotime-function__item:nth-of-type(2) .p-rocotime-function__content:before {
  right: 0;
  left: inherit;
}
@media screen and (max-width: 767px) {
  .p-rocotime-function__item:nth-of-type(2) .p-rocotime-function__content {
    padding: 2rem;
  }
}

.p-rocotime-function__title {
  color: #f96718;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-rocotime-function__title {
    font-size: 2rem;
  }
}

.p-rocotime-function__list {
  margin: 2.4rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.p-rocotime-function__list li {
  background-color: #008785;
  color: #fff;
  border-radius: 100vmax;
  padding: 0.8rem 1.6rem;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .p-rocotime-function__list {
    margin: 1rem 0;
  }
  .p-rocotime-function__list li {
    font-size: 1.3rem;
    padding: 0.6rem 1.2rem;
  }
}

.p-rocotime-function__sub-title {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 600;
  margin-bottom: 2rem;
}

.p-rocotime-function__sub-text {
  font-size: 1.5rem;
  line-height: calc(25 / 15);
  font-weight: 500;
  letter-spacing: 0;
}

.p-rocotime-function__item-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(28rem, 1fr));
  gap: 8rem 2rem;
  margin-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  .p-rocotime-function__item-grid {
    margin-top: 4rem;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  }
}

.p-rocotime-function__item-grid-body {
  background-color: #fff;
  padding: 0 3rem 4rem 3rem;
  border-radius: 8px;
  position: relative;
}
.p-rocotime-function__item-grid-body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 1rem;
  background-color: #f96718;
}
@media screen and (max-width: 767px) {
  .p-rocotime-function__item-grid-body {
    padding: 2rem;
    border-radius: 4px;
  }
}

.p-rocotime-function__item-grid-image {
  margin-top: -3rem;
}
@media screen and (max-width: 767px) {
  .p-rocotime-function__item-grid-image {
    margin-top: 0;
  }
}

.p-rocotime-function__item-grid-content__title {
  text-align: center;
  color: #f96718;
  font-size: 1.8rem;
  font-weight: 600;
  min-height: 5em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.p-rocotime-function__item-grid-content__title span {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-rocotime-function__item-grid-content__title {
    font-size: 2rem;
    min-height: auto;
    padding: 2rem 0;
  }
}

.p-rocotime-function__item-grid-content__list {
  margin: 0 0 2rem 0;
  text-align: center;
}
.p-rocotime-function__item-grid-content__list li {
  display: inline-block;
  background-color: #008785;
  color: #fff;
  border-radius: 100vmax;
  padding: 1rem 1rem;
  font-size: 1.1rem;
}

.p-rocotime-function__item-grid-content__text {
  font-size: 1.6rem;
  line-height: calc(30 / 16);
  font-weight: 500;
  letter-spacing: 0;
}

.p-rocotime-function__category {
  background-color: #fff;
  padding: 6rem 0;
}
@media screen and (max-width: 1000px) {
  .p-rocotime-function__category {
    padding: 4rem 1.4rem;
  }
}

.p-rocotime-function__category-body {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-rocotime-function__category-body {
    margin-bottom: 4rem;
  }
}

.p-rocotime-function__category-body-inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(24rem, 1fr));
  gap: 1rem;
}
@media screen and (max-width: 1000px) {
  .p-rocotime-function__category-body-inner {
    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .p-rocotime-function__category-body-inner {
    grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
  }
}

.p-rocotime-function__category-body-title {
  color: #008785;
  font-size: 2.4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 4rem;
}
.p-rocotime-function__category-body-title:before {
  content: "";
  display: inline-block;
  width: 2.2rem;
  height: 0.7rem;
  background-color: #008785;
}
@media screen and (max-width: 767px) {
  .p-rocotime-function__category-body-title {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}

.p-rocotime-function__category-body-inner-item {
  text-align: center;
  margin-bottom: 4rem;
}

.p-rocotime-function__category-body-inner-item-image {
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}

.p-rocotime-function__category-body-inner-item__title {
  font-size: 2.2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-rocotime-function__category-body-inner-item__title {
    font-size: 1.8rem;
  }
}

.p-rocotime-function__category-body-inner-item__text {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 1rem;
}

.p-rocotime-function__flexible {
  background: linear-gradient(
    306deg,
    rgb(0, 135, 133) 0%,
    rgb(59, 193, 169) 100%
  );
  padding: 4rem 0 6rem 0;
}
@media screen and (max-width: 1000px) {
  .p-rocotime-function__flexible {
    padding: 4rem 0;
  }
}

.p-rocotime-function__flexible-title {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.3rem;
}
@media screen and (max-width: 767px) {
  .p-rocotime-function__flexible-title {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
}

.p-rocotime-function__flexible-text {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 4rem;
  color: #fff;
}
.p-rocotime-function__flexible-text strong {
  font-size: 3.3rem;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .p-rocotime-function__flexible-text {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .p-rocotime-function__flexible-text strong {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-rocotime-function__flexible-text {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .p-rocotime-function__flexible-text strong {
    font-size: 2rem;
  }
}

.p-rocotime-function__flexible-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(22.2rem, 1fr));
  gap: 2rem 1.2rem;
}
@media screen and (max-width: 1000px) {
  .p-rocotime-function__flexible-list {
    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-rocotime-function__flexible-list {
    grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
    gap: 2.4rem 2rem;
    padding: 0 2rem;
  }
}

.p-rocotime-function__flexible-list-item {
  text-align: center;
  color: #fff;
}
.p-rocotime-function__flexible-list-item p {
  margin-top: 2rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-rocotime-function__flexible-list-item p {
    font-size: 1.6rem;
  }
}

.p-rocotime-function__model {
  padding: 4rem 0;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1000px) {
  .p-rocotime-function__model {
    padding: 4rem 1.4rem;
  }
}

.p-rocotime-function__model-body {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 6rem;
}
@media screen and (max-width: 1000px) {
  .p-rocotime-function__model-body {
    display: block;
    margin-top: 4rem;
  }
}

.p-rocotime-function__model-body-text {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 600;
  width: 40%;
}
@media screen and (max-width: 1000px) {
  .p-rocotime-function__model-body-text {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}

.p-rocotime-function__model-body-content {
  border: 2px solid #008785;
  border-radius: 8px;
  padding: 4rem 2rem;
  position: relative;
  flex: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-rocotime-function__model-body-content {
    padding: 2rem;
    width: 100%;
    max-width: 40rem;
    margin: 0 auto;
  }
}

.p-rocotime-function__model-body-content-title {
  font-size: 2.4rem;
  font-weight: 600;
  background-color: #eeeeee;
  padding: 1rem 2rem;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-rocotime-function__model-body-content-title {
    font-size: 2rem;
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    text-align: center;
    margin-bottom: 2rem;
    width: 100%;
  }
}

.p-rocotime-function__model-body-content-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-rocotime-function__model-body-content-list {
    gap: 1rem;
    flex-direction: column;
  }
}

.p-rocotime-function__model-body-content-list-item {
  width: calc(50% - 1rem);
  font-size: 2.4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-rocotime-function__model-body-content-list-item {
    font-size: 2rem;
    width: 100%;
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}

.p-rocotime-function__faq {
  margin-bottom: 12rem;
}
@media screen and (max-width: 1000px) {
  .p-rocotime-function__faq {
    margin-bottom: 6rem;
    padding: 0 1.4rem;
  }
}

/* /////////////////////
下層ページ RocoTimeの料金
 /////////////////////*/
.p-rocotime-price__wrap {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-rocotime-price__wrap {
    margin-bottom: 0;
  }
}

.p-rocotime-price__wrap-inner {
  display: flex;
  justify-content: center;
  gap: 3rem 8rem;
  padding: 4rem;
  border: 1px solid #008785;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4rem auto;
}
@media screen and (max-width: 767px) {
  .p-rocotime-price__wrap-inner {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 4rem;
  }
}

.p-rocotime-price__item {
  display: flex;
  align-items: center;
  gap: 2rem 3rem;
}

.p-rocotime-price__item h3 {
  border: 1px solid #008785;
  height: 13.4rem;
  width: 13.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.8;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-rocotime-price__item h3 {
    height: 10rem;
    width: 10rem;
    font-size: 1.8rem;
  }
}

.p-rocotime-price__item p {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-rocotime-price__item p {
    font-size: 1.8rem;
  }
}

.p-rocotime-price__item .p-rocotime-price__item-price {
  font-size: 2.7rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-rocotime-price__item .p-rocotime-price__item-price {
    font-size: 2.3rem;
  }
}

.p-rocotime-price__item .p-rocotime-price__item-price strong {
  font-size: 5.7rem;
  line-height: 1.3;
  font-weight: 700;
  color: #008785;
}
@media screen and (max-width: 767px) {
  .p-rocotime-price__item .p-rocotime-price__item-price strong {
    font-size: 4.3rem;
  }
}

.p-rocotime-price__item .p-rocotime-price__item-note {
  font-size: 2rem;
  font-weight: 500;
  display: block;
}

.p-rocotime-price__text-title {
  text-align: center;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-rocotime-price__text-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.p-rocotime-price__text-text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-rocotime-price__text-text {
    text-align: left;
    font-size: 1.6rem;
  }
}

.p-rocotime-price-about__wrap {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-rocotime-price-about__wrap {
    flex-direction: column;
  }
}

.p-rocotime-price-about__content {
  flex: 1;
  flex-shrink: 0;
}
.p-rocotime-price-about__content p {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 500;
}
.p-rocotime-price-about__content .note {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-rocotime-price-about__content p {
    font-size: 1.6rem;
  }
}

.p-rocotime-price-about__list {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0;
}
.p-rocotime-price-about__list li {
  width: 50%;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-rocotime-price-about__list li:before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.5rem;
  background-color: #008785;
}
.p-rocotime-price-about__list.--monthly {
  color: #008785;
}
.p-rocotime-price-about__list.--first {
  color: #f96718;
}
.p-rocotime-price-about__list.--first li:before {
  background-color: #f96718;
}
@media screen and (max-width: 767px) {
  .p-rocotime-price-about__list {
    flex-direction: column;
  }
  .p-rocotime-price-about__list li {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.p-rocotime-price-case__read {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-rocotime-price-case__read {
    font-size: 1.6rem;
  }
}

.p-rocotime-price-case__wrap {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-rocotime-price-case__wrap {
    flex-direction: column;
  }
}

.p-rocotime-price-case__item {
  flex: 1;
  background-color: #fff;
  padding: 2.4rem;
}

.p-rocotime-price-case__list {
  display: flex;
  gap: 1.5rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #008785;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-rocotime-price-case__list {
    flex-direction: column;
  }
}
.p-rocotime-price-case__list li {
  flex: auto;
  text-align: center;
}
.p-rocotime-price-case__list h4 {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: #008785;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-rocotime-price-case__list h4 {
    font-size: 1.6rem;
  }
}
.p-rocotime-price-case__list p {
  font-size: 2rem;
  color: #fff;
  background-color: #008785;
  padding: 0.5rem 2rem;
  border-radius: 100vmax;
}
@media screen and (max-width: 767px) {
  .p-rocotime-price-case__list p {
    font-size: 1.6rem;
  }
}

.p-rocotime-price__case-price {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-rocotime-price__case-price {
    margin-bottom: 1rem;
    gap: 1rem;
  }
}

.p-rocotime-price__case-price h3 {
  border: 1px solid #008785;
  height: 6.8rem;
  width: 13.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-rocotime-price__case-price h3 {
    height: 10rem;
    width: 10rem;
    font-size: 1.6rem;
  }
}

.p-rocotime-price__case-price p {
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-rocotime-price__case-price p {
    font-size: 1.8rem;
  }
}

.p-rocotime-price__case-price span {
  color: #008785;
}

.p-rocotime-price__case-price small {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-rocotime-price__case-price small {
    font-size: 1.2rem;
  }
}

.p-rocotime-price__case-price strong {
  font-size: 5.7rem;
  line-height: 1.3;
  font-weight: 700;
  color: #008785;
}
@media screen and (max-width: 767px) {
  .p-rocotime-price__case-price strong {
    font-size: 4rem;
  }
}

.p-rocotime-price__case-note {
  text-align: right;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-rocotime-price__case-note {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}

.p-rocotime-price-difference__wrap {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-rocotime-price-difference__wrap {
    flex-direction: column;
  }
}

.p-rocotime-price-difference__image {
  width: 34.4rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-rocotime-price-difference__image {
    width: 100%;
  }
  .p-rocotime-price-difference__image img {
    width: 100%;
    height: auto;
  }
}

.p-rocotime-price-difference__content {
  flex: 1;
}
.p-rocotime-price-difference__content p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-rocotime-price-difference__content p {
    font-size: 1.6rem;
  }
}
.p-rocotime-price-difference__content p .c-green {
  color: #008785;
}
.p-rocotime-price-difference__content p .c-orange {
  color: #f96718;
}

.p-rocotime-price-difference__list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-rocotime-price-difference__list {
    flex-direction: column;
  }
}
.p-rocotime-price-difference__list li {
  flex: 1;
  padding: 2rem;
  text-align: center;
}
.p-rocotime-price-difference__list li:not(:last-child) {
  border-right: 1px solid #0d1e1e;
}
@media screen and (max-width: 767px) {
  .p-rocotime-price-difference__list li {
    padding: 2rem 1rem;
  }
  .p-rocotime-price-difference__list li:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #0d1e1e;
  }
}
.p-rocotime-price-difference__list .p-rocotime-price-difference__list-image {
  min-height: 13rem;
}
@media screen and (max-width: 767px) {
  .p-rocotime-price-difference__list .p-rocotime-price-difference__list-image {
    min-height: auto;
  }
}
.p-rocotime-price-difference__list h4 {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-rocotime-price-difference__list h4 {
    font-size: 1.8rem;
  }
}
.p-rocotime-price-difference__list p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}

.p-rocotime-price-faq {
  margin-bottom: 10rem;
}

.p-rocotime-introduction-flow__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.p-rocotime-introduction-flow__item {
  flex: 1;
  border: 1px solid #008785;
  border-radius: 8px;
  max-width: 13.2rem;
}
@media screen and (max-width: 767px) {
  .p-rocotime-introduction-flow__item {
    max-width: 100%;
  }
}

.p-rocotime-introduction-flow__item a {
  display: block;
  padding: 2rem;
}

.p-rocotime-introduction-flow__step {
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #008785;
  color: #fff;
  padding: 0.2rem 1rem;
  border-radius: 100vmax;
  display: inline-block;
  margin-bottom: 1rem;
}

.p-rocotime-introduction-flow__item-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  color: #008785;
}

.p-rocotime-introduction__step-item {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: min(860px, 100%);
  margin: 6rem auto 4rem;
}
@media screen and (max-width: 767px) {
  .p-rocotime-introduction__step-item {
    flex-direction: column;
    margin: 3rem auto 3rem;
  }
}

.p-rocotime-introduction__step-item-header {
  background-color: #fff;
  text-align: center;
  padding: 3rem 3.6rem;
  width: 220px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-rocotime-introduction__step-item-header {
    width: 100%;
  }
}

.p-rocotime-introduction__step-item-number {
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #008785;
  color: #fff;
  padding: 0.2rem 1rem;
  border-radius: 100vmax;
  display: inline-block;
  margin-bottom: 1rem;
}

.p-rocotime-introduction-faq__item-title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  color: #008785;
}

.p-rocotime-introduction__step-item-body {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-rocotime-introduction__step-item-body {
    font-size: 1.6rem;
  }
}

.p-rocotime-introduction-case {
  margin-bottom: 10rem;
}

.p-rocotime-case__text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-rocotime-case__text {
    font-size: 1.6rem;
  }
}

.p-rocotime-case__wrap {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-rocotime-case__wrap {
    margin-top: 3rem;
  }
}

.p-rocotime-case__item {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-rocotime-case__item {
    flex-direction: column;
  }
}

.p-rocotime-case__item-img {
  width: 53rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-rocotime-case__item-img {
    width: 100%;
  }
}
.p-rocotime-case__item-img img {
  transition: all 0.3s ease;
  width: 100%;
  height: auto;
}

.p-rocotime-case__item-content {
  flex: 1;
  flex-shrink: 0;
}

.p-rocotime-case__item-time {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.p-rocotime-case__item-category {
  background-color: #008785;
  color: #fff;
  padding: 0.5rem 2rem;
  border-radius: 100vmax;
  display: inline-block;
  margin-bottom: 1rem;
}

.p-rocotime-case__item-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 2rem;
}

.p-rocotime-case__item-text {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-rocotime-case__item-text {
    flex-direction: column;
  }
}
.p-rocotime-case__item-text li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.p-rocotime-case__item-text li:last-child {
  margin-left: auto;
  flex-shrink: 0;
  position: relative;
  padding-left: 2rem;
}
.p-rocotime-case__item-text li:last-child:before {
  content: "❯";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  display: inline-block;
  color: #008785;
}

.p-rocotime-case__item:hover .p-rocotime-case__item-img img {
  transform: scale(1.05);
}
.p-rocotime-case__item:hover .p-rocotime-case__item-title,
.p-rocotime-case__item:hover .p-rocotime-case__item-text {
  transition: all 0.3s ease;
  text-decoration: underline;
}
