#scroll-content {
  position: static;
}

* {
  padding: 0;
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

.single-works h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: revert;
  font-weight: revert;
}

li {
  list-style-type: none;
}

th {
  font-weight: inherit;
}

address {
  font-style: inherit;
}

fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

button,
input,
select,
textarea {
  padding: 0;
  border: 0;
}

button:not(:disabled):not([aria-disabled="true"]) {
  cursor: pointer;
}

html {
  font-size: 62.5% !important;
}

body {
  line-height: 1.7;
  word-break: break-all;
  word-wrap: break-word;
  font-family: "Noto Sans JP", sans-serif !important;
}

// Safari用のハックは、Chromeに適用されないようにする
@supports (-webkit-touch-callout: none) {
  body {
    // Safari用のハック
    height: -webkit-fill-available;
  }
}

[v-cloak] {
  visibility: hidden;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: inline-block;
  }
}
/* 
.button {
  padding: 12.5px 56px 12.5px 24px;
  border: 2px #ebf2f0 solid;
  background-color: #ffffff;
  color: #808c8c;
  font-size: 1.6rem;
  font-weight: 700;
  min-width: 160px;
  position: relative;
  border-radius: 6px;
  transition: 0.3s all ease-in-out;
}

.button:hover {
  color: #ffffff !important;
  background-color: #008037 !important;
  border-color: #008037 !important;
}

.button:hover a {
  color: #ffffff !important;
}

.button:hover::before,
.button:hover::after {
  background-color: #ffffff !important;
}

.button::before,
.button::after {
  content: "";
  position: absolute;
  margin: auto;
  background-color: #808c8c;
  border-radius: 30px;
  transition: 0.3s ease all;
}

.button::before {
  width: 2px;
  height: 16px;
  top: 16px;
  right: 28px;
}

.button::after {
  width: 16px;
  height: 2px;
  top: 23px;
  right: 21px;
} */

.c-first-view {
  background-image: url("http://kamerad.local/wp-content/uploads/2025/01/Frame-5-1.png");
  background-position: center;
  position: relative;
  aspect-ratio: 1920 / 1080;
  overflow: hidden;
}

@media screen and (min-width: 1921px) {
  .c-first-view {
    background-size: contain;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .c-first-view {
    margin-top: 65px;
  }
}

@media screen and (max-width: 767px) {
  .c-first-view {
    aspect-ratio: 390 / 840;
    background-size: contain;
    background-image: url("http://kamerad.local/wp-content/uploads/2025/01/Frame-4.png");
  }
}

.c-first-view_text {
  left: 42%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 58vw;
  padding-right: 10px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .c-first-view_text__main {
    font-size: 4.5vw;
  }
  .c-first-view_text__sub {
    font-size: 1.5vw;
  }
  .c-first-view_text {
    /* left: 30%; */
    width: 70vw;
  }
}

@media screen and (max-width: 767px) {
  .c-first-view_text {
    width: 95vw;
    left: 20px;
  }
}

.c-first-view_text__main {
  font-size: 3.8vw;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .c-first-view_text__main {
    font-size: 6.8vw;
  }
}

.c-first-view_text__sub {
  font-size: 1.2vw;
  font-weight: 700;
  color: #fff;
  margin-top: 60px;
}

.c-first-view_text > div {
  margin-top: 60px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .c-first-view_text__sub {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 767px) {
  .sp-center {
    text-align: center;
  }
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #e0650e;
  border: 2px solid #e0650e;
}
.btn--orange2,
a.btn--orange2 {
  background: #fff;
  border: 2px solid #e0650e;
  color: #e0650e;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #e0650e;
  background: #fff;
  border: 2px solid #e0650e;
}
.btn--orange2:hover,
a.btn--orange2:hover {
  color: #fff;
  background: #e0650e;
}

a.btn--radius {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100vh;
  font-weight: bold;
  padding: 8px 50px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  max-width: 275px;
  gap: 10px;
}

a.btn--radius2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100vh;
  font-weight: bold;
  padding: 8px 50px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  margin-left: 15px;
  max-width: 275px;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  a.btn--radius {
    padding: 8px 70px;
  }
  a.btn--radius,
  a.btn--radius2 {
    font-size: 5vw;
    max-width: 350px;
  }
  a.btn--radius2 {
    margin-top: 20px;
    margin-left: 0;
  }
}

.c-about {
  margin-top: 60px;
  background-image: url("/wp-content/uploads/2024/11/shsg-background.png");
  background-size: cover;
  color: white;
  text-align: center;
  padding: 50px 30px;
}

.c-about h3 {
  font-weight: 700;
  font-size: 3.6rem;
}

@media screen and (max-width: 767px) {
  .c-about h3 {
    font-size: 3rem;
  }
}

.c-about p {
  padding-top: 15px;
  font-weight: 400;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .c-about p {
    font-size: 1.3rem;
  }
}

.c-service {
  max-width: 1080px;
  margin: 60px auto 0;
  background-color: #ebf2f0;
  padding: 24px;
  border-radius: 8px;
}

@media screen and (max-width: 1024px) {
  .c-service {
    border-radius: 0;
  }
}

.c-service h3 {
  font-size: 3.6rem;
  font-weight: 700;
}

.c-service h3 span {
  font-size: 1.6rem;
  vertical-align: middle;
  color: #008037;
}

.c-service_summary {
  margin-top: 24px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2;
}

.c-service_images {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 24px;
}

.c-service_images > a {
  display: contents;
}

.c-service_images img {
  border-radius: 8px;
  width: calc(50% - 12px);
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .c-service_images img {
    width: 100%;
  }
}

.c-service_list {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.c-service_list__item {
  display: flex;
  flex: 1 1 calc(33.333% - 23px);
  align-items: center;
  background-color: #fff;
  padding: 16px;
  border-radius: 6px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .c-service_list__item {
    flex: 1 1 calc(50% - 23px);
  }
}

@media screen and (max-width: 767px) {
  .c-service_list__item {
    flex: 1 1 100%;
  }
}

.c-service_list__item:hover {
  color: #008037;
}

.c-service_list__item img {
  width: 36px;
  height: 36px;
  border-radius: 3.6px;
}

.c-service_list__item span {
  font-weight: 700;
  font-size: 1.6rem;
  margin-left: 10px;
}

.c-work {
  max-width: 1080px;
  margin: 40px auto 0;
  padding: 24px;
}

.c-work h3 {
  font-size: 3.6rem;
  font-weight: 700;
}

.c-work h3 span {
  font-size: 1.6rem;
  vertical-align: middle;
  color: #008037;
}

.c-work_summary {
  margin-top: 24px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2;
}

.c-work_list {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.c-work_list__item {
  border: 2px solid #ebf2f0;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex: 1 1 calc(33.333% - 24px);
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .c-work_list__item {
    flex: 1 1 calc(50% - 24px);
  }
  .c-work_list__item:last-child {
    flex: 0 1 calc(50% - 12px);
  }
}

@media screen and (max-width: 767px) {
  .c-work_list__item {
    flex: 1 1 100%;
  }
}

.c-work_list__link {
  transition: 0.3s all ease-in-out;
}

.c-work_list__link:hover {
  opacity: 0.6;
  color: #008037 !important;
}

.c-work_list__img {
  aspect-ratio: 16/9;
  overflow: hidden;
}

.c-work_list__info {
  padding: 16px;
}

.c-work_list__tags {
  margin-bottom: 8px;
}

.c-work_list__tag {
  font-size: 1.1rem;
  color: #808c8c;
  font-weight: 700;
  line-height: 1.448;
}

.c-work_list__tag + .c-list1__tag {
  margin-left: 8px;
}

.c-work_list__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.448;
  margin-bottom: 8px;
}

.c-work_list__text1 {
  font-size: 1.4rem;
  color: #008037;
  font-weight: 700;
  line-height: 1.447;
}

.c-work_more {
  margin: 24px auto 0;
  display: block;
}

.c-media {
  background-color: #ebf2f0;
}

.c-media > div {
  max-width: 1080px;
  margin: 40px auto 0;
  padding: 32px 24px;
}

.c-media h3 {
  font-size: 3.6rem;
  font-weight: 700;
}

.c-media h3 span {
  font-size: 1.6rem;
  vertical-align: middle;
  color: #008037;
}

.c-media_list {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.c-media_list__item {
  border: 2px solid #ebf2f0;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex: 1 1 calc(33.333% - 24px);
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .c-media_list__item {
    flex: 1 1 calc(50% - 24px);
  }
  .c-media_list__item:last-child {
    flex: 0 1 calc(50% - 12px);
  }
}

@media screen and (max-width: 767px) {
  .c-media_list__item {
    flex: 1 1 100%;
  }
}

.c-media_list__link {
  transition: 0.3s all ease-in-out;
}

.c-media_list__link:hover {
  opacity: 0.6;
  color: #008037 !important;
}

.c-media_list__img {
  aspect-ratio: 16/9;
  overflow: hidden;
}

.c-media_list__title {
  margin-top: 12px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.448;
}

.c-media_list__date {
  margin-top: 12px;
  font-size: 1.4rem;
  color: #808c8c;
  font-weight: 700;
  line-height: 1.447;
  display: inline-block;
}

.c-media_more {
  margin: 24px auto 0;
  display: block;
}

.c-news {
  max-width: 1080px;
  margin: 40px auto 0;
  padding: 24px;
}

.c-news h3 {
  font-size: 3.6rem;
  font-weight: 700;
}

.c-news h3 span {
  font-size: 1.6rem;
  vertical-align: middle;
  color: #008037;
}

.c-news_list {
  margin-top: 8px;
}

.c-news_list__item {
  border-bottom: 1px #ebf2f0 solid;
}

.c-news_list__item:last-child {
  border-bottom: none;
}

.c-news_list__item__link {
  padding: 16px;
  display: block;
  transition: 0.3s all ease-in-out;
}

.c-news_list__item__link:hover {
  opacity: 0.6;
  color: #008037 !important;
}

.c-news_list__item__link h4 {
  font-size: 1.5rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .c-news_list__item__link h4 {
    font-size: 1.6rem;
  }
}

.c-news_list__item__link span {
  display: inline-block;
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #808c8c;
}

@media screen and (max-width: 767px) {
  .c-news_list__item__link span {
    font-size: 1.2rem;
  }
}

.c-news_more {
  margin: 24px auto 0;
  display: block;
}

.c-ceo {
  max-width: 1032px;
  margin: 40px auto 0;
}
@media screen and (max-width: 1024px) {
  .c-ceo {
    padding: 24px;
  }
}
.c-ceo > div {
  background-color: #ebf2f0;
  padding: 24px;
  border-radius: 8px;
}
.c-ceo h3 {
  font-size: 3.6rem;
  font-weight: 700;
}
.c-ceo h3 span {
  font-size: 1.6rem;
  vertical-align: middle;
  color: #008037;
}
.c-ceo_column {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .c-ceo_column {
    flex-direction: column;
  }
}
.c-ceo_column__image {
  min-width: 25%;
}
@media screen and (max-width: 1024px) {
  .c-ceo_column__image {
    margin: auto;
    min-width: auto;
  }
}
.c-ceo_column__image img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .c-ceo_column__image img {
    height: auto;
    max-width: 250px;
  }
}
.c-ceo_column__text h4 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .c-ceo_column__text h4 {
    text-align: center;
    border-bottom: 1px #808c8c solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.c-ceo_column__text__position {
  color: #008037;
  font-weight: 700;
  font-size: 1.4rem;
  display: block;
}
.c-ceo_column__text__name {
  font-weight: 700;
  font-size: 1.4rem;
  display: block;
}
.c-ceo_column__text p {
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .c-ceo_column__text p {
    max-width: 750px;
    margin: auto;
  }
}
.c-ceo_column__text p span {
  margin-top: 16px;
  font-weight: 700;
  color: #808c8c;
  display: block;
}

.c-career {
  background-image: url("/wp-content/uploads/2024/11/career-background.png");
  background-size: cover;
  max-width: 1032px;
  margin: 40px auto 0;
  background-color: #ebf2f0;
  padding: 40px;
  border-radius: 8px;
  color: #ebf2f0 !important;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .c-career {
    border-radius: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-career {
    padding: 40px 40px 100px;
  }
}

.c-career h4 {
  font-weight: 700;
  font-size: 3.6rem;
  text-align: center;
}

.c-career h4 span {
  vertical-align: middle;
  font-size: 1.6rem;
}

.c-career p {
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 24px;
}

.c-career_more {
  font-weight: 700;
  font-size: 1.6rem;
  position: absolute;
  bottom: 36px;
  right: 40px;
  color: #ebf2f0 !important;
}

.c-career_more::after {
  content: "";
  width: 93px;
  height: 8px;
  display: block;
  right: -32px;
  position: relative;
  background-image: url("https://kame-rad.co.jp/wp-content/themes/jin/img/top/icon-arrow1.svg");
  transition: all 0.3s ease-in-out;
}

.c-career_more:hover::after {
  right: -40px;
}

.c-action {
  max-width: 1080px;
  margin: 40px auto 0;
  padding: 24px;
}

.c-action > div {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.c-action_download,
.c-action_contact {
  border-radius: 8px;
  background-color: #ebf2f0;
  padding: 24px;
  flex: 1 1 calc(50% - 12px);
  min-height: 320px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-action_download,
  .c-action_contact {
    flex: 1 1 100%;
  }
}

.c-action_download h4,
.c-action_contact h4 {
  color: #008037;
  font-weight: 700;
  font-size: 2.4rem;
}

.c-action_download p,
.c-action_contact p {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 14px;
}

.c-action_download a,
.c-action_contact a {
  display: block;
  width: calc(100% - 48px);
  border-radius: 6px;
  padding: 12px 24px;
  background-color: #008037;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  bottom: 40px;
  transition: 0.3s all ease-in-out;
}

.c-action_download a:hover,
.c-action_contact a:hover {
  opacity: 0.6;
}
.c-action_contact button {
  text-align: center;
}
.is-animated1 {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes slideIn {
  0% {
    transform: translate(180px, -50%);
    opacity: 0;
  }
  100% {
    transform: translate(0, -50%);
  }
  40%,
  100% {
    opacity: 1;
  }
}

.is-animated2 {
  opacity: 0;
  transform: translateY(30px);
}

.is-animated2.in-view {
  animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

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

/* 20250104 追記 */
.xs-only {
  display: none;
}
@media screen and (max-width: 550px) {
  .xs-only {
    display: inline-block;
  }
}
a.btn--radius2 {
  max-width: none;
}

.c-action_download h4,
.c-action_contact h4 {
  text-align: center;
}

.c-action_download p,
.c-action_contact p {
  font-size: 1.6rem;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-action_contact p {
    font-size: 1.4rem;
  }
}
.c-action_download a,
.c-action_contact a {
  max-width: 400px;
  left: 50%;
  transform: translateX(-50%);
}
.button a{
  padding: 12.5px 56px 12.5px 24px;
  border: 2px #ebf2f0 solid;
  background-color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  min-width: 160px;
  position: relative;
  border-radius: 6px;
  transition: 0.3s all ease-in-out;
}

.button a:hover {
  color: #ffffff !important;
  background-color: #008037 !important;
  border-color: #008037 !important;
}

.button:hover a {
  color: #ffffff !important;
}

.button a::after {
  content: "→";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-55%);
  font-size: 23px;

}
.c-first-view {
  background: transparent url("http://kamerad.local/wp-content/uploads/2025/02/MacBook-Pro-14_-5.png") no-repeat top center / contain;
}

@media screen and (max-width: 767px) {
  .c-first-view {
    background-image: url("https://kame-rad.co.jp/wp-content/uploads/2025/01/Frame-6.png");
  }
}
.c-service_list__item img {
  height: auto;
}
/*--------------------------------------------
  slider
---------------------------------------------*/
.slider {
  padding: 2.4rem 0;
}
@media screen and (min-width: 769px) {
  .slider {
    padding: clamp(0rem, 2.6455026455vw, 4rem) 0;
  }
}
.slider__splideTrackList {
  align-items: center;
  height: auto;
}
.slider__splideTrackListItem img {
  height: auto;
  max-height: clamp(9.6rem, 8.9947089947vw, 13.6rem);
  max-width: clamp(30rem, 26.455026455vw, 40rem);
  width: auto;
}
.slider__splide2 {
  height: 10.8rem;
}
.slider__splide2 {
  padding: 2.4rem 0;
}
.slider__splide2TrackList {
  align-items: center;
  height: auto;
}
.slider__splide2TrackListItem img {
  height: auto;
  max-height: clamp(9.6rem, 8.9947089947vw, 13.6rem);
  max-width: clamp(30rem, 26.455026455vw, 40rem);
  width: auto;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.c-about {
  margin-top: 0;
}

/* 20250205 FV*/

.c-first-view {
  margin-top: 0;
}


.btn--orange2,
a.btn--orange2 {
  color: #fff;
  background: #e0650e;
}

.btn--orange2:hover,
a.btn--orange2:hover {
  background: #fff;
  border: 2px solid #e0650e;
  color: #e0650e;
  .sp-center--arrow {
    border-left: 10px solid #e0650e;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}
@media screen and (max-width: 767px) {
  .btn--orange2:hover,
  a.btn--orange2:hover {
    .sp-center--arrow {
      border-left: 2.5vw solid #e0650e;
      border-top: 2.5vw solid transparent;
      border-bottom: 2.5vw solid transparent;
    }
}
}
a.btn--radius2 {
  padding: 8px 22px 8px 32px;
  gap: 20px;
}
.sp-center--arrow {
  display: block;
  width: 0;
  height: 0;
  border-left: 2.5vw solid #fff;
  border-top: 2.5vw solid transparent;
  border-bottom: 2.5vw solid transparent;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-first-view {
    background-image: url("https://kame-rad.co.jp/wp-content/uploads/2025/02/SP_FV.png");
  }
  .c-first-view_text {
    position: absolute;
    z-index: 3;
    left: 12%;
    /* top: clamp(50%, calc(50% + 127px), 60%); */
    top: 60%;
    transform: translate(-50%, 10%);
  }
  .c-first-view_text__main {
    margin-top: 0px;
  }
  .c-first-view_text__sub {
    margin-top: 16px;
  }
  .c-first-view_text > div {
    margin-top: 8px;
}
.sp-center {
  text-align: left;
  margin-left: 3%;
}


}
@media screen and (min-width: 768px) {
  .c-first-view {
    background: transparent url("https://kame-rad.co.jp/wp-content/uploads/2025/02/MacBook-Pro-14_-5.png") no-repeat top center / contain;
  }
  .c-first-view_text {
    position: relative;
    z-index: 3;
  }
  .c-first-view_text__main {
    margin-top: 90px;
  }
  .c-first-view_text__sub {
    margin-top: 10px;
  }
  .c-first-view_text {
    left: 41%;
    top: calc(41% + (1vw - 6px));
  }
  .sp-center--arrow {
    border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  }
}

/* scrolldown */
.fv__scrolldown {
  position: absolute;
  bottom: 28.5%;
  left: calc(850 / 1240* 100%);
  display: flex;
}

.fv__scrolldown-bar--left {

}
.fv__scrolldown-bar--right {
  left: clamp(7px, 1vw, 100px);
    top: clamp(12px, 1.5vw, 30px);
}
.fv__scrolldown-bar {
  position: relative;
  span {
    display: inline-block;
  }
  .bar {
    position: absolute;
    top: 0;
    width: clamp(1px, calc(0.1rem + 1px), 5px);
    height: 0px;
    background: #37A07A;
    animation: scrollBer 2s linear forwards infinite ;
  }
  @media screen and (min-width: 1200px) {
    .bar {
    width: clamp(1px, calc(0.1rem + 2px), 5px);
    }
  }

  .circle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-40%);
    width: clamp(7px, 1vw, 50px);
    height: auto;
    aspect-ratio: 1;
    background: #37A07A;
    border-radius: 50%;
    animation: scrollDown 2s linear infinite;
  }
  
}
@media screen and (max-width: 767px) {
  .fv__scrolldown {
    bottom: 11.5%;
    left: calc(187 / 375* 100%);
  }
  
  .fv__scrolldown-bar--left {
  
  }
  .fv__scrolldown-bar--right {
    left: clamp(7px, 2vw, 100px);
      top: clamp(12px, 3.5vw, 30px);
  }
  .fv__scrolldown-bar {
    .bar {
      width: clamp(1px, calc(0.1rem + 1px), 5px);
    }
  
    .circle {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-40%);
      width: clamp(7px, 1.5vw, 50px);
      height: auto;
      aspect-ratio: 1;
      background: #37A07A;
      border-radius: 50%;
      animation: scrollDown 2s linear infinite;
    }
    
  }
}
@keyframes scrollBer {
  0% {
    height: 0px;
  }
 
  100% {
    height: clamp(80px, 9vw, 170px);
  }
}
@keyframes scrollDown {
  0% {
    top: 0;
  }
  
  100% {
    top: clamp(80px, 9vw, 170px);
  }
}