@charset "utf-8";
/* CSS Document */
.header_n.scrolled {
  background: rgba(4, 5, 10, 0.4);
  backdrop-filter: blur(6px);
}
.header_n .head_nav .head_menu .ul .li a p, .header_n .morebox p {
  color: #fff;
}
/* ナビ下線 */
.header_n .head_nav .head_menu .ul .li a::after {
  background: #fff;
}
/* ハンバーガー線 */
.header_n .menu-bt .line div {
  background: #fff;
}
/* MENU文字 */
.header_n .menu-bt p {
  color: #fff;
}
.header_n .morebox .more a {
  border: 1px solid #fff;
}
.header_n .morebox .more:last-child a {
  background: transparent;
  border-color: #fff;
}
.header_n .morebox .more:last-child p {
  color: #fff;
}
.header_n .logo1{
    display: block;
}
.header_n .logo2{
    display: none;
}
.pagetitle .titlebox1 p, .pagetitle .titlebox1 .title {
  color: #fff;
}
.pagetitle {
  position: relative;
}
.pagetitle::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #BEBEBE;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.flow_circle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3vw, 40px);
}
.flow_circle .item {
  flex: 0 0 auto;
}
.flow_circle .circle {
  width: 150px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #2f2f2f;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}
.flow_circle .circle p {
  margin: 0;
  color: #fff;
}
.flow_circle .circle .title {
  margin-bottom: 8px;
}
.flow_circle .arrow {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}
.flow_circle .arrow i {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .flow_circle {
    flex-direction: column;
  }
  .flow_circle .arrow i {
    transform: rotate(90deg);
  }
}
.flowbox .service_wrap .use_item {
  flex: 0 0 calc((100% - (clamp(10px, 2vw, 30px) * 2)) / 3);
}
@media screen and (max-width:1080px) {
  .flowbox .service_wrap .use_item {
    flex: 0 0 calc((100% - (clamp(10px, 2vw, 30px) * 2)) / 3);
  }
  .flowbox .service_wrap .use_item:nth-child(3) {
    animation-delay: .4s;
  }
}
/* --- 576px以下：1列 --- */
@media screen and (max-width:768px) {
  .flowbox .service_wrap .use_item {
    flex: 0 0 100%;
    max-width: 400px;
    margin: auto;
  }
  .flowbox .service_wrap .use_item p {
    line-height: 1.8;
    text-align: left;
  }
  .flowbox .service_wrap .use_item:nth-child(3) {
    animation-delay: 0s;
  }
}
.cate2 .flow_result {
  position: relative;
  max-width: 540px;
  margin: 60px auto 0;
  padding-top: 10px;
}
.cate2 .flow_result .arrow {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
}
.cate2 .flow_result .arrow img {
  display: block;
  width: 40px; /* 矢印サイズ調整 */
}
.cate2 .flow_result p {
  margin: 0;
  background: #ececef;
  text-align: center;
  padding: 18px 20px;
  line-height: 1.6;
  color: #333;
}
.cate2 .service_wrap .use_item .title {
  margin-bottom: 12px;
}
@media screen and (max-width:1080px) {
  .cate2 .service_wrap {
    flex-wrap: wrap;
  }
}
/* ===== スマホ ===== */
@media screen and (max-width:768px) {
  .cate2 .service_wrap {
    gap: 30px;
  }
  .cate2 .service_wrap .use_item {
    flex: 0 0 100%;
  }
  .cate2 .flow_result {
    max-width: 100%;
  }
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}