/*================================
	text
================================*/
.c-text {
  font-size: 1.6rem;
}
.c-text .-strong {
  font-weight: bold;
  color: #0050A5;
}
.c-text.-notes {
  font-size: 1.4rem;
  color: #666;
}

.fv {
  position: relative;
  height: 800px;
  width: 100%;
  padding: 109px 20px 0;
  background: url(/csr/stda/time-sense/images/img_top_fv_bg_pc.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fv {
    height: 600px;
    background: url(/csr/stda/time-sense/images/img_top_fv_bg_sp.jpg) no-repeat;
    padding: 165px 0 0;
    background-size: cover;
    background-position: center;
  }
}
.fv__wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .fv__wrap {
    width: 100%;
    padding: 0 20px;
  }
}
.fv__bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 1920px;
}
@media screen and (max-width: 767px) {
  .fv__bg {
    width: 375px;
  }
}
.fv__text {
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__text {
    font-size: 1.6rem;
  }
}
.fv__title {
  font-size: 7.6rem;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", sans-serif;
  font-weight: bold;
  color: #008AA5;
  margin: 24px 0 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__title {
    font-size: 3.4rem;
    margin: 16px 0;
  }
}
.fv__title img {
  margin: 0 auto;
}
.fv__note {
  font-size: 1.6rem;
  color: #000;
  text-align: center;
}
.fv__button {
  position: relative;
  display: block;
  width: 360px;
  border-radius: 6px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  padding: 13px 0;
  text-align: center;
  margin: 16px auto 0;
  transition: 0.5s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #008AA5;
  border: 1px solid #008AA5;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .fv__button {
    margin-top: 10px;
    width: 330px;
  }
}
.fv__button::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(/csr/stda/time-sense/images/icn_arrow_turquoise.svg) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .fv__button:hover {
    background-color: #fff;
    color: #008AA5;
  }
}
@media screen and (min-width: 768px) {
  .fv__button:hover::after {
    background: url(/csr/stda/time-sense/images/icn_arrow_turquoise_hover.svg) no-repeat;
    background-size: contain;
  }
}
.fv__global__box {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .fv__global__box {
    margin-top: 24px;
  }
}
.fv__global__item {
  border-radius: 19px;
  width: 60px;
  overflow: hidden;
  color: #909090;
  font-weight: bold;
  padding: 10px 0;
  display: block;
  text-align: center;
  font-size: 1.4rem;
}
.fv__global__item.is-active {
  background-color: #fff;
  color: #000;
}
.fv__global__button {
  display: flex;
  background-color: #CECECE;
  border-radius: 22px;
  padding: 3px;
  justify-content: space-between;
  width: 126px;
  height: 44px;
  margin: 0 auto;
}

.time-sense__title {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding-bottom: 20px;
}
.time-sense__title::after {
  position: absolute;
  content: "";
  width: 87px;
  height: 10px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(/csr/stda/images/top/img_title.svg) no-repeat;
  background-size: contain;
}
.time-sense__button {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 6px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  padding: 13px 0;
  text-align: center;
  margin: 24px auto 0;
  transition: 0.5s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #008AA5;
  border: 1px solid #008AA5;
  transition: all 0.2s;
}
.time-sense__button::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(/csr/stda/time-sense/images/icn_arrow_turquoise.svg) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .time-sense__button:hover {
    background-color: #fff;
    color: #008AA5;
  }
}
@media screen and (min-width: 768px) {
  .time-sense__button:hover::after {
    background: url(/csr/stda/time-sense/images/icn_arrow_turquoise_hover.svg) no-repeat;
    background-size: contain;
  }
}

.what {
  padding: 100px 20px 0;
  width: 100%;
  background-color: #F3F3F3;
}
@media screen and (max-width: 767px) {
  .what {
    padding: 80px 20px 0;
  }
}
.what__wrap {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .what__wrap {
    width: 100%;
  }
}
.what__textbox {
  margin-top: 48px;
}

.types {
  width: 100%;
  padding: 80px 20px 100px;
  background-color: #F3F3F3;
}
.types__wrap {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .types__wrap {
    width: 100%;
  }
}
.types__box {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .types__box {
    margin-top: 32px;
    flex-direction: column;
    gap: 24px;
  }
}
.types__card {
  width: calc(33% - 26.666666666px);
  border-radius: 10px;
  padding: 16px 3px 14px;
}
@media screen and (max-width: 767px) {
  .types__card {
    width: 100%;
  }
}
.types__card.-synchro {
  background-color: #048CD6;
  border: 1px solid #048CD6;
}
.types__card.-balance {
  background-color: #D6272C;
  border: 1px solid #D6272C;
}
.types__card.-myrule {
  background-color: #4EB83E;
  border: 1px solid #4EB83E;
}
.types__card.-mypace {
  background-color: #EA9D1C;
  border: 1px solid #EA9D1C;
}
.types__card.-boundary {
  background-color: #727272;
  border: 1px solid #727272;
}
.types__text {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.types__type {
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.types__link {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
  padding-left: 28px;
  color: #fff;
  transition: all 0.2s;
  display: block;
}
.types__link::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
}
.types__link:hover {
  opacity: 0.7;
}
.types__link.-synchro::after {
  background: url(/csr/stda/time-sense/images/icn_arrow_blue.svg) no-repeat;
  background-size: contain;
}
.types__link.-balance::after {
  background: url(/csr/stda/time-sense/images/icn_arrow_red.svg) no-repeat;
  background-size: contain;
}
.types__link.-myrule::after {
  background: url(/csr/stda/time-sense/images/icn_arrow_green.svg) no-repeat;
  background-size: contain;
}
.types__link.-mypace::after {
  background: url(/csr/stda/time-sense/images/icn_arrow_yellow.svg) no-repeat;
  background-size: contain;
}
.types__link.-boundary::after {
  background: url(/csr/stda/time-sense/images/icn_arrow_gray.svg) no-repeat;
  background-size: contain;
}
.types__img {
  margin: 8px 0 14px;
  display: flex;
  justify-content: center;
}

.l-pageTop .l-pageTop__wrap.-fixed {
  bottom: 175px;
}