@media (prefers-reduced-motion: reduce) {
  *,
  *::after,
  *::before {
    animation-name: dissolve !important;
    animation-iteration-count: 1 !important;
  }
  .fukidashi {
    transform: scale(1) !important;
  }
  .xTtJEpsC_0 {
    animation: xTtJEpsC_draw 0.01s linear forwards !important;
  }
}
.mv {
  background: var(--color-primary);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3d00", endColorstr="#c62000", GradientType=1);
  height: 80rem;
  width: 100vw;
  position: relative;
  overflow: hidden;
  padding: 0;
}

.xTtJEpsC_0 {
  stroke-dasharray: 2779 2781;
  stroke-dashoffset: 2780;
  animation: xTtJEpsC_draw 1s linear 2s forwards;
}

@keyframes xTtJEpsC_draw {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes xTtJEpsC_fade {
  0% {
    stroke-opacity: 1;
  }
  94.44444444444444% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}
.xTtJEpsC_0 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 110px;
}

.logo_area {
  width: 80rem;
  position: absolute;
  top: calc(50% - 4rem);
  transform: translateY(-50%);
  margin: auto;
  left: 0;
  right: 0;
  max-width: 80%;
}

.catch {
  position: absolute;
  height: 24rem;
  width: 24rem;
  border-radius: 50%;
  background-color: #fff;
  top: 0;
  right: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: catch 4s cubic-bezier(0.79, 0.03, 0.13, 0.98) forwards;
}
.catch h1 {
  font-weight: bold;
  font-size: clamp(1.2rem, 3vw, 2.4rem);
  line-height: 1.6;
}

.circle {
  position: absolute;
  left: 50%;
  margin: auto;
  height: calc(26rem - 1px);
  width: calc(26rem - 1px);
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

#circle_path {
  width: 100%;
  animation: loop 6s linear infinite;
  transform-origin: center;
}

@keyframes catch {
  0% {
    transform: scale(0);
  }
  80% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loop {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mv_back {
  font-family: "Rajdhani", sans-serif;
  color: rgba(255, 255, 255, 0.2);
  line-height: 0.8em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -3rem;
  pointer-events: none;
  font-size: 32rem;
}
.mv_back p {
  font-size: 32rem;
  overflow: hidden;
}
.mv_back span {
  font-size: 32rem;
  animation: mv_back 1.4s cubic-bezier(0.79, 0.03, 0.13, 0.98) forwards;
  display: block;
}

@keyframes mv_back {
  0% {
    opacity: 0;
    transform: translateY(1em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.mv_tri {
  position: absolute;
  bottom: 20rem;
  width: 4rem;
  height: 4rem;
  left: 0;
  right: 0;
  margin: auto;
  animation: mv_tri_move 4s cubic-bezier(0.79, 0.03, 0.13, 0.98) forwards;
}

.mv_tri span {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4rem 2rem 0 2rem;
  border-color: #fff transparent transparent transparent;
  animation: mv_tri 1s cubic-bezier(0.79, 0.03, 0.13, 0.98) 1s infinite;
}

@media screen and (max-width: 500px) {
  .vision .lead span {
    display: block;
  }
}
@keyframes mv_tri {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes mv_tri_move {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  80% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 900px) {
  .catch {
    height: 24vw;
    width: 24vw;
  }
  .circle {
    height: calc(26vw - 1px);
    width: calc(26vw - 1px);
  }
}
.lead {
  max-width: 720px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

/* ///////////////////
    news
////////////////// */
.news.sec_wrap {
  padding: 2.4rem 0;
  letter-spacing: 0.1rem;
}
.news .sec_ttl {
  height: auto;
  margin: 0 1.6rem;
  width: auto;
}
.news .sec_ttl::after {
  display: none;
}
.news .sec_ttl .ttl_main {
  color: var(--color-primary);
}
.news .news_wrap {
  font-size: 1.4rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 2.4rem 0 0.8rem;
}
@media screen and (max-width: 500px) {
  .news .news_wrap {
    display: block;
  }
}
.news h3 {
  margin-right: 2.4rem;
  font-weight: bold;
}
.news .news_date {
  font-size: 1.8rem;
  margin-right: 1.6rem;
}

/* ///////////////////
    about
////////////////// */
.top_about_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4rem;
}
.top_about_wrap h4 {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .top_about_wrap h4 {
    width: 100%;
  }
}
.top_about_wrap h4 span {
  background: var(--color-primary);
  color: var(--color-w);
  padding: 0.4rem 0.8rem;
  margin-right: 0.4rem;
  font-size: inherit;
  font-weight: inherit;
}
.top_about_wrap figure {
  margin: 0 2.4rem 2.4rem;
}
@media screen and (max-width: 768px) {
  .top_about_wrap figure {
    width: 80%;
    margin: 0 auto 2.4rem;
  }
}
.top_about_wrap .top_about_detail {
  width: calc(50% - 2.4rem);
  box-sizing: border-box;
  border: 1px solid var(--color-bk);
  padding: 4rem;
  border-radius: 4rem;
  background: var(--color-w);
}
.top_about_wrap .top_about_detail .btn_main {
  width: 32rem;
}
@media screen and (max-width: 1000px) {
  .top_about_wrap .top_about_detail {
    padding: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .top_about_wrap .top_about_detail {
    width: 100%;
  }
  .top_about_wrap .top_about_detail:first-child {
    margin-bottom: 4rem;
  }
}
.top_about_wrap .top_about_detail .txt_area p {
  text-align: justify;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1000px) {
  .top_about_wrap .top_about_detail .txt_area p {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    max-width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .top_about_wrap .top_about_detail .txt_area {
    width: 100%;
  }
}

/* ///////////////////
    service
////////////////// */
/* web */
.ico_web_anime {
  animation: ico_web_anime 10s linear infinite alternate-reverse;
  transform-origin: left bottom;
}

@keyframes ico_web_anime {
  0% {
    transform: translateX(0);
  }
  5% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-93.5%);
  }
  30% {
    transform: translateX(-93.5%);
  }
  50% {
    transform: translateX(-188.5%);
  }
  55% {
    transform: translateX(-188.5%);
  }
  75% {
    transform: translateX(-93.5%);
  }
  80% {
    transform: translateX(-93.5%);
  }
  100% {
    transform: translateX(0);
  }
}
.service .service_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(2rem, 3vw, 3.2rem);
}
.service .service_list li {
  background: #f0f0f0;
  box-sizing: border-box;
  padding: 2.4rem;
  color: #222;
  width: calc(25% - clamp(2rem, 3vw, 3.2rem));
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  border-radius: 2.4rem;
  gap: 2.4rem;
}
.service .service_list li .txt dd {
  text-align: justify;
  letter-spacing: 0.1rem;
}
.service .service_list li:last-child {
  width: 100%;
  flex-direction: row;
  clip-path: none;
}
@media screen and (max-width: 500px) {
  .service .service_list li:last-child {
    flex-direction: column;
    align-items: center;
  }
}
.service .service_list li:last-child .img {
  margin-right: 2.4rem;
  margin-bottom: 0;
  width: 12rem;
  height: 12rem;
  padding: 2.4rem;
}
.service .service_list li:last-child .img img {
  max-height: 100%;
}
@media screen and (max-width: 500px) {
  .service .service_list li:last-child .img {
    margin: 0 1.2rem 1.6rem;
  }
}
.service .service_list li:last-child .txt dt {
  text-align: left;
}
@media screen and (max-width: 500px) {
  .service .service_list li:last-child .txt {
    width: 100%;
  }
}
.service .service_list li svg {
  fill: #cf2200;
}
.service .service_list li .img {
  background: #fff;
  height: 16rem;
  width: 16rem;
  border-radius: 50%;
  padding: clamp(2.4rem, 5.2vw, 4.2rem);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.service .service_list li .other_img {
  display: flex;
  justify-content: center;
}
.service .service_list li .txt dt {
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .service .service_list::after {
    content: "";
    width: calc(33.3333333333% - 1.6rem);
  }
  .service .service_list li {
    width: calc(33.3333333333% - 1.6rem);
  }
}
@media screen and (max-width: 1000px) {
  .service .service_list li {
    width: calc(50% - 1.6rem);
  }
}
@media screen and (max-width: 500px) {
  .service .service_list li {
    width: 100%;
  }
  .service .service_list li .img {
    margin-bottom: 0;
    width: 12rem;
    height: 12rem;
  }
  .service .service_list li .txt {
    width: 100%;
  }
  .service .service_list li .txt dt {
    text-align: left;
  }
}
.contact {
  color: #fff;
}

/* ///////////////////
    blog
////////////////// */
.top_column ul {
  container-type: inline-size;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.top_column li {
  width: 25%;
}
@container (max-width: 1000px) {
  .top_column li {
    width: 33.3333333333%;
  }
}
@container (max-width: 540px) {
  .top_column li {
    width: 100%;
  }
  .top_column li a {
    flex-direction: row;
  }
  .top_column li .blog_thumb,
  .top_column li .txt_area {
    flex: 1;
  }
  .top_column li .column_ttl {
    font-size: 1.4rem;
  }
}
.top_column .column_ttl {
  font-weight: bold;
  line-height: 1.6;
}
.top_column a {
  padding: 2rem;
  display: flex;
  border-radius: 16px;
  height: 100%;
  flex-direction: column;
  box-sizing: border-box;
  gap: 1.6rem;
}
.top_column a:hover {
  transition: 0.3s;
  background: var(--color-gray-light);
}

/* ///////////////////
    work
////////////////// */
.work .top_works ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.work .top_works ul::after {
  content: "";
  order: 1;
  width: calc(33.3333333333% - 1.6rem);
}
@media screen and (max-width: 1000px) {
  .work .top_works ul::after {
    width: calc(50% - 1.6rem);
  }
}
@media screen and (max-width: 768px) {
  .work .top_works ul::after {
    width: 100%;
  }
}
.work .top_works ul li {
  width: calc(33.3333333333% - 1.6rem);
}
@media screen and (max-width: 1000px) {
  .work .top_works ul li {
    width: calc(50% - 1.6rem);
  }
}
@media screen and (max-width: 768px) {
  .work .top_works ul li {
    width: 100%;
  }
}
.work .top_works ul li a {
  padding: clamp(1.4rem, 3vw, 2.4rem);
  display: block;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .work .top_works ul li a {
    display: flex;
    align-items: center;
    gap: 1.6rem;
  }
}
.work .top_works ul li a:hover {
  transition: 0.3s;
  background: var(--color-w);
}
.work .top_works ul li .hp_top_thumb {
  margin-bottom: 1.6rem;
}
.work .top_works ul li .works_ttl {
  font-weight: bold;
  border-bottom: var(--color-bk) 1px solid;
}
@media screen and (max-width: 768px) {
  .work .top_works ul li .hp_top_thumb,
  .work .top_works ul li .txt_area {
    margin: 0;
    width: 50%;
  }
}
.work .top_works_other {
  padding: 2.4rem;
}
.work .top_works_other ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem 1.6rem;
}
.work .top_works_other .works_ttl {
  display: flex;
  gap: 0 0.8rem;
  flex-wrap: wrap;
}

/* ///////////////////
    company
////////////////// */
/* ///////////////////
    a11y
////////////////// */
.top_a11y {
  color: var(--color-w);
}
.top_a11y_ttl {
  text-align: center;
}
.top_a11y_wrap {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.top_a11y_wrap .txt_area {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  flex: 1;
}
.top_a11y_wrap .img_area {
  flex: 1;
  text-align: center;
}
@media screen and (min-width: 1281px) {
  .top_a11y_wrap .img_area.sp {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .top_a11y_wrap .img_area.pc {
    display: none;
  }
}
.top_a11y h2 {
  font-weight: bold;
  font-size: clamp(3rem, 4vw, 4rem);
  line-height: 1.4;
}
.top_a11y h3 {
  font-size: clamp(2rem, 3vw, 2.4rem);
  font-weight: bold;
}