@charset "UTF-8";
@font-face {
  font-family: "Noto_Sans_JP";
  font-weight: 400;
  src: url(/wp-content/themes/racetech/library/race-tech-newemployee/font/Noto_Sans_JP/NotoSansJP-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Noto_Sans_JP";
  font-weight: bold;
  src: url(/wp-content/themes/racetech/library/race-tech-newemployee/font/Noto_Sans_JP/NotoSansJP-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Barlow_Condensed";
  font-weight: 400;
  src: url(/wp-content/themes/racetech/library/race-tech-newemployee/font/Barlow_Condensed/BarlowCondensed-SemiBold.ttf) format("truetype");
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.m-bold {
  font-weight: bold;
}

.fix__bnr--01 {
  position: fixed;
  bottom: 20px;
  right: 40px;
  width: 420px;
  background-color: #fff;
  padding: 20px 15px 15px 20px;
  border-radius: 20px;
  z-index: 50000;
}

.cls__btn {
  position: absolute;
  cursor: pointer;
  width: 30px;
  height: 30px;
  right: 15px;
  top: 10px;
  z-index: 600000;
}

.fix__bnr--01__txt {
  position: relative;
  margin-bottom: 10px;
}

.fix__bnr--01__txt--description {
  font-size: 18px;
  font-weight: bold;
  color: #064264;
  line-height: 1;
  margin-bottom: 10px;
}
.fix__bnr--01__txt--description span {
  display: block;
  margin-top: 10px;
}
.fix__bnr--01__txt--description .nomg {
  margin-top: 0;
}
.fix__bnr--01__txt--description .leftem {
  margin-left: -0.5em;
}

.fix__bnr--01__txt--note {
  font-size: 14px;
  font-weight: 400;
  color: #064264;
}

.m-lh-1 {
  line-height: 1;
}

.m-fx-ed {
  display: flex;
  justify-content: flex-end;
}

.m-center {
  text-align: center;
}

.fix__bnr__btn--01 {
  position: relative;
  width: 158px;
}

.m-link {
  position: relative;
  display: block;
  width: 100%;
  transition: 0.4s ease;
}
.m-link:hover, .m-link:active {
  opacity: 0.7;
}

.fix__bnr__btn--01__link {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  border-radius: 20px;
  padding: 13px 0 13px;
  background: linear-gradient(to right, #1DB6B9, #1CB0D6);
}
.fix__bnr__btn--01__link:hover, .fix__bnr__btn--01__link:active {
  text-decoration: none;
}
.fix__bnr__btn--01__link:hover .fix__bnr__btn--01__link__txt::before, .fix__bnr__btn--01__link:active .fix__bnr__btn--01__link__txt::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1.5px;
  background-color: #fff;
  left: 0;
  bottom: 0;
}

.fix__bnr__btn--01__link__txt {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.fix__bnr__btn--01__link__txt::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -0.7em;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

.fix__bnr--02 {
  position: fixed;
  bottom: 20px;
  right: 0;
  display: none;
  width: 100px;
  padding: 20px 5px 15px 5px;
  background-color: #fff;
  border-radius: 20px 0 0 20px;
  z-index: 50000;
}

.fix__bnr--02__txt {
  writing-mode: vertical-rl;
  margin: auto;
}

.fix__bnr--02__txt--description {
  font-size: 18px;
  font-weight: bold;
  color: #064264;
  line-height: 1.2;
  margin-bottom: 15px;
  letter-spacing: 0.15em;
}

.fix__bnr__btn--02 {
  position: relative;
  width: 92px;
  margin: auto;
}

.fix__bnr__btn--02__link {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  border-radius: 20px;
  padding: 13px 0 13px;
  background: linear-gradient(to right, #1DB6B9, #1CB0D6);
}
.fix__bnr__btn--02__link:hover, .fix__bnr__btn--02__link:active {
  text-decoration: none;
}
.fix__bnr__btn--02__link:hover .fix__bnr__btn--02__link__txt::before, .fix__bnr__btn--02__link:active .fix__bnr__btn--02__link__txt::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1.5px;
  background-color: #fff;
  left: 0;
  bottom: 0;
}

.fix__bnr__btn--02__link__txt {
  position: relative;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
}

.fix__bnr--sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 60000000;
}

.fix__bnr--sp__link {
  position: relative;
  width: 100%;
  display: block;
}
.fix__bnr--sp__link img {
  display: block;
  width: 100%;
}

.p-top {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
.p-top img {
  width: 100%;
}
.p-top .pc {
  display: block;
}
.p-top .sp {
  display: none;
}
.p-top .m-center {
  text-align: center;
}
.p-top .m-bold {
  font-weight: bold;
}
.p-top .m-semi {
  font-weight: 600;
}
.p-top .m-lh-1 {
  line-height: 1 !important;
}
.p-top .m-link {
  transition: 0.2s ease;
}
.p-top .m-link:hover {
  opacity: 0.7;
}
.p-top .m-link:active {
  opacity: 0.7;
}
.p-top .m-fx-ct {
  display: flex;
  justify-content: center;
}
.p-top .m-fx-bw {
  display: flex;
  justify-content: space-between;
}
.p-top .m-fx-ed {
  display: flex;
  justify-content: flex-end;
}
.p-top .m-color-wt {
  color: #ffffff;
}
.p-top .m-color-02 {
  color: #0CB0D6;
}
.p-top .m-color-03 {
  color: #FFCA1A;
}
.p-top .m-bg-wt {
  background-color: #ffffff;
}
.p-top .m-bg-01 {
  background-color: #F0FCFF;
}
.p-top .m-bg-02 {
  background-color: #1CB0D3;
}
.p-top .m-bg-05 {
  background-color: #064264;
}
.p-top .m-grad-01 {
  background: linear-gradient(to bottom, #064264 0%, #0CB0D6 100%);
}
.p-top .m-marker-85 {
  position: relative;
  background-image: linear-gradient(to right, #FFCA1A, #FFCA1A);
  /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: 100% 30%;
  /* '30%'の部分は上で設定した太さに合わせる */
  display: inline;
  padding: 0;
  z-index: 1;
}
.p-top .m-marker-100-bold {
  position: relative;
  background-image: linear-gradient(to right, #1CB0D3, #1DB6B9);
  /* グラデーションではなく単色の背景にするために同じ色を指定 */
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: 100% 100%;
  /* マーカーの太さ */
  display: inline;
  padding: 1px 1%;
  z-index: 1;
}
.p-top .m-en {
  font-family: "Barlow", sans-serif;
}
.p-top .m-shadow {
  box-shadow: 2px 10px 25px 5px rgba(1, 43, 107, 0.05);
}
.p-top .p-section {
  padding-right: 4vw;
  padding-left: 4vw;
}
.p-top .wave {
  position: relative;
  width: 100%;
  margin-top: -155px;
  margin-bottom: -5px;
}
.p-top .wave img {
  width: 100%;
}
.p-top .p-top__mv {
  position: relative;
  width: 100%;
  height: 668px;
  background-image: url(/wp-content/themes/racetech/library/race-tech-newemployee/img/mv_img-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.p-top .p-top__mv__inner {
  position: relative;
  width: 100%;
  margin: auto;
  max-width: calc(1280px + 8vw);
  padding-left: 4vw;
  padding-right: 4vw;
}
.p-top .p-top__mv__illust {
  position: absolute;
  width: 1170px;
  top: 0;
  right: -200px;
}
.p-top .p-top__mv__txt {
  position: relative;
  padding-top: 105px;
  width: 35.9027777778vw;
  max-width: 517px;
  margin-left: -4vw;
}
.p-top .p-top__heading {
  position: relative;
  width: 100%;
  padding: 120px 0;
}
.p-top .p-top__heading__ttl {
  position: relative;
  font-size: 50px;
  line-height: 1.5;
  padding-bottom: 95px;
  margin-bottom: 20px;
}
.p-top .p-top__heading__ttl::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 77px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-image: url(/wp-content/themes/racetech/library/race-tech-newemployee/img/heading_arw.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-top .grad {
  position: relative;
}
.p-top .p-top__heading__container {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.p-top .p-top__heading__container--head {
  position: relative;
  width: 100%;
  padding: 20px;
}
.p-top .p-top__heading__container--head__ttl {
  font-size: 34px;
  line-height: 1.5;
}
.p-top .p-top__heading__container--body {
  position: relative;
  width: 100%;
  padding: 55px 45px 65px;
}
.p-top .p-top__heading__container--body__txt {
  position: relative;
  width: 55.88%;
  max-width: 570px;
}
.p-top .p-top__heading__container--body__txt__txt {
  font-size: 16px;
  line-height: 2;
}
.p-top .p-top__heading__container--body__img {
  position: relative;
  width: 39.22%;
  max-width: 400px;
}
.p-top .slick-prev,
.p-top .slick-next {
  font-size: 0;
  /* デフォルトの矢印テキストを隠します */
  line-height: 0;
  position: absolute;
  top: 50%;
  width: 24px;
  /* 矢印画像の幅に合わせます */
  height: 48px;
  /* 矢印画像の高さに合わせます */
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
  z-index: 500;
}
.p-top .slick-prev {
  left: -30px;
  background-image: url("/wp-content/themes/racetech/library/race-tech-newemployee/img/slick-prev.svg");
}
.p-top .slick-next {
  right: -30px;
  background-image: url("/wp-content/themes/racetech/library/race-tech-newemployee/img/slick-next.svg");
}
.p-top .slick-slide {
  padding: 30px;
}
.p-top .p-top__case {
  position: relative;
  width: 100%;
  padding-bottom: 310px;
}
.p-top .p-top__case__ttl {
  position: relative;
  margin-bottom: 107px;
  font-size: 40px;
}
.p-top .p-top__case__slider {
  position: relative;
  width: 100%;
}
.p-top .p-top__case__slider::before {
  position: absolute;
  content: "";
  width: 720px;
  height: 720px;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
  background-image: linear-gradient(to left top, #064264, #0CB0D6);
  border-radius: 50%;
}
.p-top .p-top__case__slide {
  position: relative;
  width: 100%;
}
.p-top .p-top__reason {
  position: relative;
  width: 100%;
  padding: 0 0 300px;
}
.p-top .p-top__reason__ttl {
  position: relative;
  font-size: 50px;
  line-height: 1.5;
  margin-bottom: 75px;
}
.p-top .p-top__reason__ttl__img {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
}
.p-top .p-top__reason__ttl__img img {
  width: 100%;
}
.p-top .p-top__reason__container {
  position: relative;
  width: 100%;
}
.p-top .p-top__reason__list {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
  border-radius: 20px;
  overflow: hidden;
}
.p-top .p-top__reason__list:last-child {
  margin-bottom: 0;
}
.p-top .p-top__reason__list--head {
  position: relative;
  width: 100%;
  padding: 20px;
}
.p-top .p-top__reason__list--head__ttl {
  font-size: 34px;
}
.p-top .p-top__reason__list--body {
  position: relative;
  width: 100%;
  padding: 40px 50px 50px;
}
.p-top .p-top__reason__list--body__img {
  position: relative;
  width: 100%;
}
.p-top .p-top__reason__list--body__txt {
  position: relative;
  font-size: 18px;
  margin-bottom: 40px;
}
.p-top .p-strong-point {
  position: relative;
  width: 100%;
  padding-bottom: 280px;
}
.p-top .p-strong-point__block_title_wrap dt {
  font-family: "Barlow_Condensed", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}
.p-top .p-strong-point__block_title {
  letter-spacing: 0.04em;
  line-height: 45px;
  letter-spacing: 0;
}
.p-top .p-strong-point__block_title em {
  letter-spacing: 0.04em;
  letter-spacing: 0;
}
.p-top .p-strong-point__block_title em .line-yellow {
  background-color: #ffffff;
  padding: 0 4px;
}
.p-top .p-strong-point__body {
  margin-top: 60px;
}
.p-top .p-strong-point-01__item {
  width: 27.5vw;
}
.p-top .p-strong-point-01__txt {
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
}
.p-top .p-strong-point-02__body {
  background-color: #F0FCFF;
  border-radius: 12px;
}
.p-top .p-strong-point-02__body dl dt {
  letter-spacing: 0.04em;
  font-weight: 600;
}
.p-top .p-strong-point-02__body dl dd {
  margin-top: 28px;
}
.p-top .p-strong-point-02__body dl ul li {
  list-style-type: disc;
  margin-left: 1.5em;
  margin-bottom: 20px;
}
.p-top .p-strong-point-02__body dl ul li:last-child {
  margin-bottom: 0;
}
.p-top .p-strong-point-02__body .c-note {
  margin-top: 20px;
}
.p-top .p-strong-point__ttl {
  font-size: 50px;
  margin-bottom: 80px;
}
.p-top .c-note {
  letter-spacing: 0.04em;
  color: #868686;
}
.p-top .p-top__skill {
  position: relative;
  width: 100%;
  padding-bottom: 300px;
}
.p-top .p-top__skill__ttl {
  font-size: 50px;
  margin-bottom: 70px;
}
.p-top .p-top__skill__card__container {
  position: relative;
  width: 100%;
}
.p-top .p-top__skill__card__list {
  position: relative;
  width: 26.79%;
  max-width: 300px;
}
.p-top .p-top__skill__card__list__img {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 50%;
  box-shadow: 2px 10px 25px 5px rgba(1, 43, 107, 0.05);
}
.p-top .p-top__skill__card__list__txt {
  position: relative;
  width: 100%;
}
.p-top .p-top__skill__card__list__txt__ttl {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  font-size: 24px;
}
.p-top .p-top__skill__card__list__txt__link {
  position: relative;
  width: 100%;
}
.p-top .p-top__skill__card__list__txt__link:hover, .p-top .p-top__skill__card__list__txt__link:active {
  text-decoration: none;
}
.p-top .p-top__skill__card__list__txt__link__txt {
  display: inline-block;
  font-size: 16px;
  color: #064264;
  padding-right: 45px;
  padding-bottom: 10px;
  position: relative;
}
.p-top .p-top__skill__card__list__txt__link__txt::after {
  position: absolute;
  content: "";
  width: 34px;
  height: 22px;
  right: 0;
  top: -0.15em;
  background-image: url(/wp-content/themes/racetech/library/race-tech-newemployee/img/ic__pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-top .p-top__skill__card__list__txt__link__txt::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #064264;
}
.p-top .p-top__how {
  position: relative;
  width: 100%;
  padding-bottom: 300px;
}
.p-top .p-top__how__ttl {
  font-size: 50px;
  margin-bottom: 80px;
}
.p-top .p-top__how__card__container {
  position: relative;
  width: 100%;
  align-items: stretch;
}
.p-top .p-top__how__card__list {
  position: relative;
  width: 31.43%;
  max-width: 352px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.p-top .p-top__how__card__list__ttl {
  position: relative;
  width: 100%;
  padding: 35px;
  font-size: 24px;
}
.p-top .p-top__how__card__list__body {
  position: relative;
  width: 100%;
  padding: 20px 20px 30px;
  flex: 1;
}
.p-top .p-top__how__card__list__body__img {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.p-top .p-top__how__card__list__body__txt {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.p-top .p-top__how__card__list__body__txt__note {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 10px;
  color: #868686;
}
.p-top .p-top__price {
  position: relative;
  width: 100%;
  padding-bottom: 160px;
}
.p-top .p-top__price__ttl {
  font-size: 50px;
  margin-bottom: 80px;
}
.p-top .p-top__price__box {
  position: relative;
  width: 100%;
  margin-bottom: 95px;
}
.p-top .p-top__price__container {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  padding: 50px;
}
.p-top .p-top__price__container__heading {
  position: relative;
  margin-bottom: 40px;
  font-size: 24px;
}
.p-top .p-top__price__container__heading__em {
  font-size: 30px;
}
.p-top .p-top__price__wrap {
  position: relative;
  width: 100%;
  padding: 30px 30px 45px 40px;
  border: 2px solid #064264;
  border-radius: 20px;
}
.p-top .p-top__price__wrap__txt--02 {
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.p-top .p-top__price__wrap__txt--02__em {
  font-size: 46px;
  margin-left: 0.1em;
  margin-right: 0.1em;
}
.p-top .p-top__price__wrap__txt--02__em .m-lg {
  font-size: 66px;
}
.p-top .p-top__price__note {
  position: relative;
  width: 100%;
  margin-top: 15px;
}
.p-top .p-top__price__note__list {
  font-size: 14px;
}
.p-top .p-top__price__plan {
  position: relative;
  width: 100%;
}
.p-top .p-top__price__plan__ttl {
  font-size: 34px;
  margin-bottom: 70px;
}
.p-top .p-top__price__plan__img {
  position: relative;
  width: 100%;
}
.p-top .p-top__price__note__sml {
  position: relative;
  width: 100%;
  margin-top: 25px;
}
.p-top .p-top__price__note__sml__list {
  font-size: 11px;
  color: #868686;
}
@media all and (min-width: 768px){
  .p-top .p-strong-point__block_title_wrap {
    display: flex;
    align-items: stretch;
  }
  .p-top .p-strong-point__block_title_wrap dt {
    font-size: 2rem;
    font-size: 1.5625vw;
  }
  .p-top .p-strong-point__block_title_wrap dt {
    display: flex;
    align-items: center;
    margin-right: 40px;
    padding-right: 20px;
    border-right: 2px solid #fff;
  }
  .p-top .p-strong-point__block_title {
    font-size: 2rem;
    font-size: 1.5625vw;
  }
  .p-top .p-strong-point__block_title em {
    font-size: 3rem;
    font-size: 2.34375vw;
  }
  .p-top .p-strong-point__list {
    margin-top: 83px;
  }
  .p-top .p-strong-point__item:not(:first-child) {
    margin-top: 98px;
  }
  .p-top .p-strong-point-01__list {
    display: flex;
    justify-content: space-between;
  }
  .p-top .p-strong-point-01__item {
    max-width: 352px;
  }
  .p-top .p-strong-point-01__txt {
    font-size: 2rem;
    font-size: 1.5625vw;
  }
  .p-top .p-strong-point-01__txt {
    margin-top: 25px;
  }
  .p-top .p-strong-point-02__body {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 80px;
    padding: 40px 115px;
  }
  .p-top .p-strong-point-02__body dl dt {
    font-size: 1.6rem;
    font-size: 1.25vw;
  }
  .p-top .c-note {
    font-size: 1.2rem;
    font-size: 0.9375vw;
  }
}
@media only screen and (min-width: 1280px){
  .p-top .p-strong-point__block_title_wrap dt {
    font-size: 2rem;
  }
  .p-top .p-strong-point__block_title {
    font-size: 2rem;
  }
  .p-top .p-strong-point__block_title em {
    font-size: 3rem;
  }
  .p-top .p-strong-point-01__txt {
    font-size: 2rem;
  }
  .p-top .p-strong-point-02__body dl dt {
    font-size: 1.6rem;
  }
  .p-top .c-note {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1439px){
  .p-top .wave {
    margin-top: -10vw;
  }
  .p-top .p-top__mv__illust {
    right: 50%;
    transform: translateX(78%);
  }
  .p-top .p-top__mv__txt {
    margin-left: 0;
    width: 28.902778vw;
  }
  .p-top .p-top__case__slider::before {
    width: 50vw;
    height: 50vw;
    top: -40px;
  }
}
@media only screen and (max-width: 767px){
  .p-top .pc {
    display: none;
  }
  .p-top .sp {
    display: block;
  }
  .p-top .m-link:hover {
    opacity: 1;
  }
  .p-top .m-link:active {
    opacity: 1;
  }
  .p-top .m-marker-100-bold {
    background-position: 10% 110%;
    background-size: 100% 90%;
    /* マーカーの太さ */
    padding: 0.2777777778vw 1.3888888889vw 0.2777777778vw 1.3888888889vw;
  }
  .p-top .m-shadow {
    box-shadow: 0.5555555556vw 2.7777777778vw 6.9444444444vw 1.3888888889vw rgba(1, 43, 107, 0.05);
  }
  .p-top .p-section {
    padding-right: 4.1666666667vw;
    padding-left: 4.1666666667vw;
  }
  .p-top .wave {
    margin-top: -16.6666666667vw;
    margin-bottom: -1.3888888889vw;
  }
  .p-top .p-top__mv {
    height: 161.1111111111vw;
    background-image: url(/wp-content/themes/racetech/library/race-tech-newemployee/img/mv_bg-sp.png);
  }
  .p-top .p-top__mv__inner {
    max-width: 100%;
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
  }
  .p-top .p-top__mv__txt {
    width: 87.7777777778vw;
    max-width: 100%;
    padding-top: 5.5555555556vw;
    margin-left: 0;
  }
  .p-top .p-top__heading {
    padding: 6.9444444444vw 0 13.8888888889vw;
  }
  .p-top .p-top__heading__ttl {
    font-size: 7.2222222222vw;
    padding-bottom: 16.6666666667vw;
    margin-bottom: 5vw;
  }
  .p-top .p-top__heading__ttl::after {
    width: 3.6111111111vw;
    height: 13.6111111111vw;
  }
  .p-top .p-top__heading__container {
    border-radius: 5.5555555556vw;
  }
  .p-top .p-top__heading__container--head {
    padding: 5.5555555556vw;
  }
  .p-top .p-top__heading__container--head__ttl {
    font-size: 6.1111111111vw;
  }
  .p-top .p-top__heading__container--body {
    flex-flow: column nowrap;
    align-content: flex-start;
    padding: 5.5555555556vw 5.5555555556vw 9.7222222222vw;
  }
  .p-top .p-top__heading__container--body__txt {
    width: 100%;
    max-width: 100%;
  }
  .p-top .p-top__heading__container--body__txt__txt {
    font-size: 4.1666666667vw;
    line-height: 1.6;
  }
  .p-top .p-top__heading__container--body__img {
    width: 100%;
    max-width: 100%;
    margin-top: 11.1111111111vw;
  }
  .p-top .slick-prev,
.p-top .slick-next {
    width: 3.3333333333vw;
    /* 矢印画像の幅に合わせます */
    height: 6.1111111111vw;
    /* 矢印画像の高さに合わせます */
    transform: translateY(150%);
  }
  .p-top .slick-prev::before,
.p-top .slick-next::before {
    display: none;
  }
  .p-top .slick-prev {
    left: -5.5555555556vw;
    background-image: url("/wp-content/themes/racetech/library/race-tech-newemployee/img/slick-prev-sp.svg");
  }
  .p-top .slick-next {
    right: -5.5555555556vw;
    background-image: url("/wp-content/themes/racetech/library/race-tech-newemployee/img/slick-next-sp.svg");
  }
  .p-top .slick-slide {
    padding: 1.3888888889vw;
  }
  .p-top .p-top__case {
    padding-bottom: 27.7777777778vw;
  }
  .p-top .p-top__case__ttl {
    margin-bottom: 13.8888888889vw;
    font-size: 6.1111111111vw;
  }
  .p-top .p-top__case__slider {
    width: 77.7777777778vw;
    margin: auto;
  }
  .p-top .p-top__case__slider::before {
    width: 163.8888888889vw;
    height: 163.8888888889vw;
    top: -5.5555555556vw;
  }
  .p-top .p-top__reason {
    padding: 0 0 33.3333333333vw;
  }
  .p-top .p-top__reason__ttl {
    font-size: 7.2222222222vw;
    margin-bottom: 11.1111111111vw;
  }
  .p-top .p-top__reason__ttl__img {
    margin-bottom: 13.8888888889vw;
  }
  .p-top .p-top__reason__list {
    margin-bottom: 8.3333333333vw;
    border-radius: 5.5555555556vw;
  }
  .p-top .p-top__reason__list--head {
    padding: 5.5555555556vw;
  }
  .p-top .p-top__reason__list--head__ttl {
    font-size: 6.1111111111vw;
  }
  .p-top .p-top__reason__list--body {
    padding: 6.9444444444vw 5.5555555556vw 5.5555555556vw;
  }
  .p-top .p-top__reason__list--body__txt {
    font-size: 4.1666666667vw;
    margin-bottom: 6.9444444444vw;
  }
  .p-top .p-strong-point {
    padding-bottom: 33.3333333333vw;
  }
  .p-top .p-strong-point__block_title_wrap {
    text-align: center;
  }
  .p-top .p-strong-point__block_title_wrap dt {
    font-size: 1.6rem;
    font-size: 4.2666666667vw;
  }
  .p-top .p-strong-point__block_title_wrap dt {
    border-bottom: 2px solid #fff;
    display: inline-block;
    margin-bottom: 5.3333333333vw;
    padding-bottom: 3.2vw;
  }
  .p-top .p-strong-point__block_title {
    font-size: 1.6rem;
    font-size: 4.2666666667vw;
  }
  .p-top .p-strong-point__block_title em {
    font-size: 2.4rem;
    font-size: 6.4vw;
  }
  .p-top .p-strong-point__list {
    margin-top: 8vw;
  }
  .p-top .p-strong-point__item:not(:first-child) {
    margin-top: 10.6666666667vw;
  }
  .p-top .p-strong-point__body {
    margin-top: 8vw;
  }
  .p-top .p-strong-point-01__item {
    width: 100%;
  }
  .p-top .p-strong-point-01__item:not(:first-child) {
    margin-top: 8vw;
  }
  .p-top .p-strong-point-01__txt {
    font-size: 1.5rem;
    font-size: 4vw;
  }
  .p-top .p-strong-point-01__txt {
    line-height: 23px;
    margin-top: 5.3333333333vw;
  }
  .p-top .p-strong-point-02__body {
    padding: 8vw 4.2666666667vw;
  }
  .p-top .p-strong-point-02__body dl dt {
    font-size: 1.3rem;
    font-size: 3.4666666667vw;
  }
  .p-top .p-strong-point-02__body dl dt {
    font-size: 4.4444444444vw;
    margin-top: 5.3333333333vw;
    margin-left: 1em;
  }
  .p-top .p-strong-point-02__body dl dd {
    margin-top: 8vw;
    font-size: 3.6111111111vw;
  }
  .p-top .p-strong-point-02__body .c-note {
    margin-top: 5.3333333333vw;
    font-size: 3.0555555556vw;
    margin-left: 1.5em;
  }
  .p-top .p-strong-point__ttl {
    font-size: 7.2222222222vw;
    margin-bottom: 11.1111111111vw;
  }
  .p-top .p-strong-point-02__img {
    width: 75vw;
    margin: auto;
  }
  .p-top .c-note {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
  .p-top .p-top__skill {
    padding-bottom: 33.3333333333vw;
  }
  .p-top .p-top__skill__ttl {
    font-size: 7.2222222222vw;
    margin-bottom: 13.8888888889vw;
  }
  .p-top .p-top__skill__card__container {
    flex-flow: column nowrap;
    align-content: flex-start;
    width: 55.5555555556vw;
    margin: auto;
  }
  .p-top .p-top__skill__card__list {
    width: 100%;
    max-width: 100%;
    margin-bottom: 13.8888888889vw;
  }
  .p-top .p-top__skill__card__list:last-child {
    margin-bottom: 0;
  }
  .p-top .p-top__skill__card__list__img {
    margin-bottom: 5.5555555556vw;
    box-shadow: 0.5555555556vw 2.7777777778vw 6.9444444444vw 1.3888888889vw rgba(1, 43, 107, 0.05);
  }
  .p-top .p-top__skill__card__list__txt__ttl {
    font-size: 5vw;
    margin-bottom: 5.5555555556vw;
  }
  .p-top .p-top__skill__card__list__txt__link__txt {
    font-size: 3.6111111111vw;
    padding-right: 11.9444444444vw;
    padding-bottom: 2.7777777778vw;
  }
  .p-top .p-top__skill__card__list__txt__link__txt::after {
    width: 8.8888888889vw;
    height: 5.8333333333vw;
    top: -0.35em;
  }
  .p-top .p-top__how {
    padding-bottom: 25vw;
  }
  .p-top .p-top__how__ttl {
    font-size: 7.2222222222vw;
    margin-bottom: 11.1111111111vw;
  }
  .p-top .p-top__how__card__container {
    flex-flow: column nowrap;
    align-content: flex-start;
    width: 80.5555555556vw;
    margin: auto;
  }
  .p-top .p-top__how__card__list {
    width: 100%;
    max-width: 100%;
    border-radius: 5.5555555556vw;
    margin-bottom: 8.3333333333vw;
  }
  .p-top .p-top__how__card__list:last-child {
    margin-bottom: 0;
  }
  .p-top .p-top__how__card__list__ttl {
    padding: 5.5555555556vw;
    font-size: 5vw;
  }
  .p-top .p-top__how__card__list__body {
    padding: 0 5.5555555556vw 8.3333333333vw;
  }
  .p-top .p-top__how__card__list__body__img {
    margin-bottom: 2.7777777778vw;
  }
  .p-top .p-top__how__card__list__body__txt {
    font-size: 4.1666666667vw;
  }
  .p-top .p-top__how__card__list__body__txt__note {
    font-size: 3.0555555556vw;
    margin-top: 3.3333333333vw;
  }
  .p-top .p-top__price {
    padding-bottom: 15.5555555556vw;
  }
  .p-top .p-top__price__ttl {
    font-size: 7.2222222222vw;
    margin-bottom: 11.1111111111vw;
  }
  .p-top .p-top__price__box {
    margin-bottom: 13.8888888889vw;
  }
  .p-top .p-top__price__container {
    padding: 8.3333333333vw 5.5555555556vw;
    border-radius: 5.5555555556vw;
  }
  .p-top .p-top__price__container__heading {
    font-size: 4.1666666667vw;
    margin-bottom: 2.7777777778vw;
  }
  .p-top .p-top__price__container__heading__em {
    font-size: 6.1111111111vw;
  }
  .p-top .p-top__price__wrap {
    padding: 5.5555555556vw 2.555556vw 12.5vw 5.5555555556vw;
    border-radius: 5.5555555556vw;
  }
  .p-top .p-top__price__wrap__txt--02 {
    font-size: 4.7222222222vw;
    line-height: 1.5;
  }
  .p-top .p-top__price__wrap__txt--02 .start {
    font-size: 6.1111111111vw;
  }
  .p-top .p-top__price__wrap__txt--02 .last {
    position: relative;
    top: 3vw;
  }
  .p-top .blank {
    position: relative;
    top: 0.5em;
  }
  .p-top .p-top__price__wrap__txt--02__em {
    font-size: 8.3333333333vw;
  }
  .p-top .p-top__price__wrap__txt--02__em .m-lg {
    font-size: 12.7777777778vw;
  }
  .p-top .p-top__price__note {
    margin-top: 4.1666666667vw;
  }
  .p-top .p-top__price__note__list {
    font-size: 3.8888888889vw;
  }
  .p-top .p-top__price__plan__ttl {
    font-size: 6.1111111111vw;
    margin-bottom: 8.3333333333vw;
  }
  .p-top .p-top__price__note__sml {
    margin-top: 4.1666666667vw;
  }
  .p-top .p-top__price__note__sml__list {
    font-size: 3.0555555556vw;
  }
}