@charset "UTF-8";
/* 
////////////////////////////////////////////////////////////
shimazuコンポーネント
////////////////////////////////////////////////////////////
*/
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.page-title {
  position: relative;
  z-index: 20;
}

.c-page-header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  height: 428px;
  margin-top: -8rem;
}

@media (max-width: 768px) {
  .c-page-header {
    height: auto;
    margin-top: 0;
  }
}
.c-page-header__inner {
  width: min(120rem, 96%);
  margin: 0 auto;
  background-color: #fff;
  padding: 5.8rem 9.7rem;
  border-radius: 1.6rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .c-page-header__inner {
    display: block;
    padding: 4rem 6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-page-header__inner {
    padding: 3rem 2rem;
  }
}

.c-page-header__title {
  font-size: 3.4rem;
  font-weight: 700;
  color: #008785;
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .c-page-header__title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-page-header__title {
    font-size: 2.2rem;
  }
}

.c-page-header__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  padding-left: 4rem;
}
@media screen and (max-width: 1000px) {
  .c-page-header__text {
    padding-left: 0;
    margin-top: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-page-header__text {
    padding-left: 0;
    font-size: 1.6rem;
  }
}

.c-read-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #008785;
}

@media (max-width: 768px) {
  .c-read-title {
    font-size: 2.2rem;
  }
}
.c-read-title.--text-center {
  text-align: center;
}

.c-read-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: calc(38 / 18);
  letter-spacing: 0;
  margin-top: 3.1rem;
  text-align: center;
}

@media (max-width: 768px) {
  .c-read-text {
    font-size: 1.6rem;
    margin-top: 2.6rem;
  }
}
.c-contents-block {
  margin-block: 8rem;
}
@media screen and (max-width: 1279px) {
  .c-contents-block {
    margin-block: 4rem;
    padding-inline: 1.4rem;
  }
}
@media (max-width: 768px) {
  .c-contents-block {
    padding: 4rem 0;
    margin-block: 0;
  }
}

.c-contents-block p {
  line-height: 1.8;
}
.c-contents-block__title {
  border-bottom: 6px solid #008785;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: calc(44 / 27);
  letter-spacing: 0;
  padding-bottom: 0.8rem;
  margin-bottom: 3.6rem;
}
@media (max-width: 768px) {
  .c-contents-block__title {
    border-bottom: 3px solid #008785;
    font-size: 2rem;
    margin-bottom: 2.6rem;
    padding-bottom: 0.5rem;
  }
}
.c-roco-title {
  text-align: center;
  font-weight: 700;
  position: relative;
  font-size: 4rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .c-roco-title {
    font-size: 2.4rem;
    margin-bottom: 8rem;
  }
}

.c-roco-title img {
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .c-roco-title img {
    display: block;
  }
}

.c-roco-title:before {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 21rem;
  height: 1rem;
  background-image: linear-gradient(to right, #008785, #3DC3AA);
  border-radius: 100vmax;
}
@media screen and (max-width: 767px) {
  .c-roco-title:before {
    width: 10rem;
    height: 0.5rem;
    bottom: -1rem;
  }
}

.c-roco-title strong {
  padding-bottom: 23px;
  line-height: 1;
  display: inline-block;
  font-size: 7.5rem;
}
@media screen and (max-width: 767px) {
  .c-roco-title strong {
    font-size: 4rem;
    padding-bottom: 1rem;
  }
}

.c-roco-title small {
  line-height: 1;
  display: block;
  font-size: 2rem;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .c-roco-title small {
    font-size: 1.8rem;
    padding-bottom: 0;
  }
}

.c-online-demo {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border: 5px solid #7CB40C;
  border-radius: 30px;
  background: #fff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-online-demo {
    flex-direction: column;
    align-items: center;
  }
}

.c-online-demo__image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
}
@media screen and (max-width: 767px) {
  .c-online-demo__image {
    position: relative;
    top: 0;
    transform: translate(0%, 0);
    left: 0;
  }
}

.c-online-demo__title {
  padding: 5rem 2rem 5rem 32rem;
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-online-demo__title {
    font-size: 1.8rem;
    padding: 3rem 2rem 3rem 2rem;
  }
}

.c-online-demo__body {
  width: 30rem;
  background: #7CB40C;
  border-radius: 0 20px 20px 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .c-online-demo__body {
    width: 100%;
    border-radius: 0 0 20px 20px;
  }
}

.c-online-demo__body p {
  font-size: 2.5rem;
  background: url(../img/rocotime/icon_mail01.webp) no-repeat left center;
  padding-left: 6.2rem;
}
@media screen and (max-width: 767px) {
  .c-online-demo__body p {
    font-size: 2rem;
    background-size: 3rem;
    padding-left: 4.2rem;
  }
}

.c-online-demo:hover {
  background-color: #7CB40C;
  color: #fff;
}

.c-rocotime-footer-cta {
  position: relative;
  background: #439F9E;
  padding-bottom: 10rem;
  margin-top: 20rem;
}
@media screen and (max-width: 767px) {
  .c-rocotime-footer-cta {
    margin-top: 4rem;
  }
}

.c-rocotime-footer-cta__image {
  position: absolute;
  top: -6rem;
  left: 0;
}
@media screen and (max-width: 1279px) {
  .c-rocotime-footer-cta__image {
    top: -20%;
    width: 30%;
  }
}
@media screen and (max-width: 1000px) {
  .c-rocotime-footer-cta__image {
    top: -10%;
  }
}
@media screen and (max-width: 767px) {
  .c-rocotime-footer-cta__image {
    position: relative;
    top: 0;
    width: 50%;
  }
}

.c-rocotime-footer-cta__title {
  padding: 6rem 4rem 5rem 46rem;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1279px) {
  .c-rocotime-footer-cta__title {
    padding: 3rem 2rem 2rem 40rem;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1100px) {
  .c-rocotime-footer-cta__title {
    padding: 3rem 2rem 2rem 32rem;
  }
}
@media screen and (max-width: 767px) {
  .c-rocotime-footer-cta__title {
    padding: 3rem 2rem 2rem 2rem;
    font-size: 2rem;
  }
}

.c-rocotime-footer-cta__body {
  background-color: rgba(255, 255, 255, 0.7);
  width: min(130rem, 96%);
  padding: 4.1rem 7rem 4.5rem;
  border-radius: 8px;
  margin: 2rem auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1279px) {
  .c-rocotime-footer-cta__body {
    padding: 4rem 2rem;
    gap: 2rem;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1000px) {
  .c-rocotime-footer-cta__body {
    padding: 4rem 2rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-rocotime-footer-cta__body {
    margin: 2rem auto 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4rem;
  }
}

.c-rocotime-footer-cta__item {
  width: 34.4rem;
}
@media screen and (max-width: 767px) {
  .c-rocotime-footer-cta__item {
    width: 100%;
  }
}

.c-rocotime-footer-cta__item a {
  margin: 1.6rem 0;
  display: block;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-rocotime-footer-cta__item a {
    width: 80%;
    margin-inline: auto;
  }
}
.c-rocotime-footer-cta__item img {
  aspect-ratio: 344 / 136;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.c-rocotime-footer-cta__item a:hover {
  opacity: 0.7;
}

.c-rocotime-footer-cta__item-title {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1279px) {
  .c-rocotime-footer-cta__item-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .c-rocotime-footer-cta__item-title {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .c-rocotime-footer-cta__item-title {
    text-align: center;
  }
}

.c-rocotime-footer-cta__item p {
  min-height: 3em;
  font-size: 2rem;
  font-weight: 700;
  line-height: calc(34 / 20);
  letter-spacing: 0;
}
@media screen and (max-width: 1279px) {
  .c-rocotime-footer-cta__item p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .c-rocotime-footer-cta__item p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-rocotime-footer-cta__item p {
    min-height: auto;
    text-align: center;
  }
}

.c-system-cta {
  position: relative;
  background: #162E48;
  border-radius: 20px;
  display: flex;
  padding: 4rem;
  color: #fff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-system-cta {
    flex-direction: column;
    align-items: center;
    padding: 2rem;
  }
}

.c-system-cta:hover {
  background: rgba(22, 46, 72, 0.6);
}

.c-system-cta__image {
  position: absolute;
  left: 20px;
  top: -72px;
}
@media screen and (max-width: 767px) {
  .c-system-cta__image {
    position: relative;
    top: -50px;
    left: 0;
  }
}

.c-system-cta__title {
  padding-left: 26rem;
}
@media screen and (max-width: 767px) {
  .c-system-cta__title {
    padding-left: 0;
    text-align: center;
  }
}

.c-system-cta__title-group {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-system-cta__title-group {
    font-size: 1.8rem;
    flex-direction: column;
    gap: 0;
  }
}

.c-system-cta__title-text {
  font-size: 4rem;
  font-weight: 700;
  margin-left: -24px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-system-cta__title-text {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    margin-left: 0;
  }
}

.c-system-cta__title-text-sub {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: calc(34 / 19);
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-system-cta__title-text-sub {
    font-size: 1.6rem;
  }
}

.c-system-cta__body {
  position: relative;
  margin-left: 5rem;
  border: 2px solid #7CB40C;
  border-radius: 20px;
  text-align: center;
  padding: 7rem 2rem 2rem;
  background: url(../img/rocotime/top/icon-download.webp) center top 10px no-repeat;
  background-size: 47px;
  font-size: 2.5rem;
}
@media screen and (max-width: 1279px) {
  .c-system-cta__body {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-system-cta__body {
    background: url(../img/rocotime/top/icon-download.webp) center top 10px no-repeat;
    background-size: 37px;
    padding: 6rem 2rem 2rem;
    margin-left: 0;
    margin-top: 3rem;
    font-size: 2rem;
    display: block;
  }
}

.c-system-cta__body:before {
  content: "";
  position: absolute;
  top: -88px;
  right: -130px;
  width: 13rem;
  height: 10rem;
  background: url(../img/rocotime/top/valoon.webp) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .c-system-cta__body:before {
    width: 10rem;
    height: 8rem;
    top: -28px;
    right: -70px;
  }
}

.c-system-cta__download {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-system-cta__download {
    font-size: 1.8rem;
  }
}

.c-system-cta__body span {
  display: block;
  font-size: 2.1rem;
  font-weight: 900;
  text-align: center;
}

.c-sec-content {
  padding: 6rem 0 0;
}
@media screen and (max-width: 1279px) {
  .c-sec-content {
    padding: 4rem 1.4rem 0;
  }
}

.c-more-btn {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 13em;
  margin: 0 auto;
}

.c-more-btn a {
  border: solid #707070 2px;
  border-radius: 40px;
  background-color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  padding: 1.6rem 4rem;
  text-align: center;
  display: block;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.c-more-btn a::after {
  content: "❯";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  display: inline-block;
}

.c-more-btn a:hover {
  background-color: #707070;
  color: #fff;
}

.c-rocotime-faq__item {
  background-color: #fff;
  border-radius: 8px;
  padding: 3rem 4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-rocotime-faq__item {
    padding: 2rem 2rem;
  }
}

.c-rocotime-faq__item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
}
.c-rocotime-faq__item summary::-webkit-details-marker {
  display: none;
}

.c-rocotime-faq__item summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 2.6rem;
  height: 1.7rem;
  background: url(../img/rocotime/top/icon-summary.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-rocotime-faq__item summary::after {
    width: 2rem;
    height: 1.2rem;
  }
}

details[open] summary::after {
  transform: translateY(-50%) rotate(0deg);
}

details::details-content {
  display: block;
  margin-inline: 6rem;
  block-size: 0;
  overflow: hidden;
  transition-property: block-size, content-visibility;
  transition-duration: 0.2s;
  transition-behavior: allow-discrete;
}
@media screen and (max-width: 767px) {
  details::details-content {
    margin-inline: 0;
  }
}

details[open]::details-content {
  block-size: auto;
  block-size: calc-size(auto, size);
}

.c-rocotime-faq__item-title {
  font-size: 2rem;
  display: flex;
  gap: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-rocotime-faq__item-title {
    font-size: 1.8rem;
    gap: 1rem;
    padding-right: 1.5em;
  }
}

.c-rocotime-faq__item-title:before {
  content: "Q";
  font-size: 2.5rem;
  color: #fff;
  background-color: #008785;
  border-radius: 100vmax;
  padding: 0.5rem 1rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .c-rocotime-faq__item-title:before {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    margin-top: 0;
  }
}

.c-rocotime-faq__item-content {
  border-top: 1px solid #008785;
  padding-top: 2rem;
  animation: fadeIn 0.5s ease;
  margin-top: 2rem;
  display: flex;
  gap: 2rem;
}

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

.c-rocotime-faq__item-content:before {
  content: "A";
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  background-color: #F96718;
  border-radius: 100vmax;
  padding: 0.5rem 1rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -8px;
}
@media screen and (max-width: 767px) {
  .c-rocotime-faq__item-content:before {
    width: 2.6rem;
    height: 2.6rem;
    font-size: 1.6rem;
    margin-top: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}