@charset "UTF-8";
.l_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  background: transparent;
  transition: background 0.3s, color 0.3s;
  /* 親メニュー */
  /* サブメニューの中身 */
  /* ホバー時に表示 */
  /* くの字矢印 */
  /* ホバー時に上向き */
}
.l_header_inner {
  padding-top: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
  padding-bottom: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.l_header_inner .pc {
  width: 100%;
}
@media only screen and (max-width: 559px) {
  .l_header_inner {
    gap: auto;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l_header_logo {
  width: clamp(5.5rem, 4.359223301rem + 3.0420711974vw, 10.2rem);
}
.l_header_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l_header_nav ul {
  justify-content: center;
  gap: clamp(2rem, 1.0291262136rem + 2.5889967638vw, 6rem);
}
@media only screen and (max-width: 1441px) {
  .l_header_nav ul {
    gap: 30px;
  }
}
@media only screen and (max-width: 559px) {
  .l_header_nav ul {
    gap: 5px;
    flex-direction: column;
  }
}
.l_header_nav ul li {
  text-align: center;
  color: #ffffff;
  font-family: "Stack Sans Notch", sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 559px) {
  .l_header_nav ul li {
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
    width: 100%;
  }
}
.l_header_nav ul li figure {
  width: 42px;
  margin: 0 auto;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .l_header_nav ul li figure {
    width: 25px;
    margin: 0;
  }
}
.l_header_nav ul li p {
  font-size: 14px;
  transition: all 0.3s;
  font-weight: 600;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .l_header_nav ul li p {
    color: #001941;
  }
}
@media only screen and (max-width: 768px) {
  .l_header_nav ul li a {
    display: flex;
    align-items: center;
    gap: 4px;
    border-bottom: 1px solid #fff;
    padding-bottom: 16px;
    padding-top: 20px;
  }
}
.l_header_nav ul li a:hover figure {
  transform: rotate(10deg) scale(1.1);
}
.l_header_nav ul li .sp_arrow {
  width: 10px;
  margin-right: 10px;
  margin-left: auto;
}
.l_header .l_header_nav > ul {
  display: flex;
  padding: 0 10px;
}
.l_header .has-submenu {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l_header .l_header_nav {
    padding-top: 30px;
  }
}
.l_header .submenu li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  font-size: 1.4rem;
  text-align: left;
}
@media only screen and (max-width: 559px) {
  .l_header .submenu li a {
    color: #001941;
  }
}
.l_header .submenu li a:hover .arrow {
  transform: translateY(-50%) translateX(6px);
  filter: brightness(0) saturate(100%) invert(55%) sepia(26%) saturate(706%) hue-rotate(135deg) brightness(92%) contrast(90%);
}
.l_header .has-submenu:hover .submenu {
  display: block;
}
@media only screen and (max-width: 559px) {
  .l_header .has-submenu:hover .submenu {
    display: none;
  }
}
.l_header .has-submenu:hover .submenu.active {
  display: block;
}
.l_header .has-submenu > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.l_header .has-submenu > a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.3s;
  margin-top: -2px;
}
@media only screen and (max-width: 559px) {
  .l_header .has-submenu > a::after {
    display: none;
  }
}
.l_header.is-scrolled .has-submenu > a::after {
  border-right: 2px solid #001941;
  border-bottom: 2px solid #001941;
}
.l_header .has-submenu:hover > a::after {
  transform: rotate(-135deg);
}
.l_header_nav ul li, .l_header_nav ul li a, .l_header_logo, .l_header_inner {
  transition: color 0.3s;
}
.l_header.is-scrolled {
  background: rgba(255, 255, 255, 0.8);
}
.l_header.is-scrolled ul li,
.l_header.is-scrolled ul li a p {
  color: #001941;
}

.sp {
  /* サブメニュー初期状態 */
  /* 矢印 */
  /* 開いた状態 */
}
.sp .submenu {
  display: none;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.sp .sp_arrow {
  width: 10px;
  transition: transform 0.3s;
}
.sp .has-submenu.is-open .submenu {
  display: block;
}
.sp .has-submenu.is-open .sp_arrow {
  transform: rotate(180deg);
}
.sp li.c_hamburger_item.has-submenu {
  text-align: left;
}
.sp li.c_hamburger_item.has-submenu li a {
  padding-top: 10px;
}
.sp .sp-submenu li {
  border: none;
}
.sp .sp-submenu li a {
  flex-direction: column;
  border: none;
  padding-top: 5px;
}
.sp .sp-submenu .text {
  width: 85%;
  line-height: 2;
  font-size: 12px;
}
.sp .sp-submenu .title {
  position: relative;
  display: flex;
  align-items: center;
  width: 85%;
  font-size: 15px;
  gap: 85px;
}
.sp .sp-submenu .title img {
  width: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sp .sp-submenu .title._01::before {
  content: "";
  width: 21px;
  height: 21px;
  background-image: url("../img/icon-menu01.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
}
.sp .sp-submenu .title._02::before {
  content: "";
  width: 21px;
  height: 21px;
  background-image: url("../img/icon-menu02.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
}
.sp .sp-submenu .child-list {
  margin-top: 0;
}
.sp .sp-submenu .child-list li a {
  flex-direction: row;
  padding-top: 0;
  font-weight: 700;
  margin-left: 1em;
  font-size: 13px;
}
.sp .sp-submenu .child-list li img {
  width: 15px;
}
.sp li.c_hamburger_item.has-sp-submenu {
  padding-bottom: 10px;
  padding-top: 16px;
}

/*==========
子メニュー
=========*/
.has-submenu {
  position: relative;
}

.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 375px;
  background: rgba(10, 5, 30, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 10px 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s;
  color: #ffffff;
}
.submenu li {
  padding-bottom: 10px;
  padding-top: 5px;
  border-bottom: 0.5px solid #c1c1c1;
}
.submenu li:last-child {
  border-bottom: none;
}

.has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.submenu li a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.submenu li a:hover {
  opacity: 0.7;
}

.footer {
  background: #eee;
  padding-top: clamp(5rem, 4.2718446602rem + 1.9417475728vw, 8rem);
}

.footer-inner {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.footer-nav {
  display: flex;
  gap: 80px;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .footer-nav {
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
    gap: 10px;
  }
}

.footer-col {
  min-width: 180px;
}

.footer-title {
  font-weight: bold;
  margin-bottom: 15px;
  color: #001941;
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  font-family: "Stack Sans Notch", sans-serif;
}

.footer-col ul li {
  margin-bottom: 20px;
}
.footer-col ul li a {
  color: #001941;
  text-decoration: none;
  font-size: 14px;
}

/* コピーライト */
.footer-copy {
  background: #001941;
  text-align: center;
  padding: 20px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .footer-copy {
    flex-direction: column-reverse;
    gap: 5rem;
  }
}
.footer-copy p, .footer-copy a {
  color: #fff;
  font-size: clamp(1.2rem, 1.1514563107rem + 0.1294498382vw, 1.4rem);
}

.l_container {
  max-width: 1620px;
  width: 100%;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 559px) {
  .l_container {
    max-width: 353px;
    padding: 0 15px;
  }
}
.l_container_service {
  max-width: 1390px;
  width: 100%;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 559px) {
  .l_container_service {
    max-width: 310px;
    padding: 0;
  }
}

.container_inner {
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .container_inner {
    max-width: 95.72%;
    margin-left: auto;
    margin-right: auto;
  }
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  color: #001941;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

p {
  text-align: left;
}

.br {
  display: inline-block;
}

.wrapper {
  overflow-x: hidden;
}

a {
  cursor: pointer;
}

.pc {
  display: block;
}
@media only screen and (max-width: 559px) {
  .pc {
    display: none;
  }
}

.pc_1025 {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .pc_1025 {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 559px) {
  .sp {
    display: block;
  }
}

@media only screen and (min-width: 767px) {
  .tb {
    display: block;
  }
}

.l_mv {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .l_mv {
    height: 70vh;
  }
}
.l_mv_video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.l_mv .wrap {
  background: transparent linear-gradient(180deg, #0241AA 0%, #000000 100%) 0% 0% no-repeat padding-box;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l_mv .wrap::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background-image: url(../img/top/over.png);
  background-size: 6px auto;
  z-index: 11;
}
.l_mv_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .l_mv_content {
    left: 5%;
    top: 25%;
    transform: none;
  }
}
.l_mv_catch {
  color: #ffffff;
  font-family: "Stack Sans Notch", sans-serif;
  font-size: 5vw;
  line-height: 1.25;
  text-align: center;
}
@media only screen and (min-width: 1920px) {
  .l_mv_catch {
    font-size: 9.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .l_mv_catch {
    font-size: 16vw;
  }
}
.l_mv_text {
  color: #ffffff;
  font-size: 2.0833333333vw;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
}
@media only screen and (min-width: 1920px) {
  .l_mv_text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .l_mv_text {
    font-size: 4.2666666667vw;
  }
}

/*-----動画再生後画像に変換テスト用----*/
.fv video,
.fv img {
  transition: opacity 0.6s ease;
}

.fv video {
  opacity: 1;
}

.fv img {
  opacity: 0;
}

.fv.is-static video {
  opacity: 0;
}

.fv.is-static img {
  opacity: 1;
}

.fv02 video,
.fv02 img {
  transition: opacity 0.6s ease;
}

.fv02 video {
  opacity: 1;
}

.fv02 img {
  opacity: 0;
}

.fv02.is-static video {
  opacity: 0;
}

.fv02.is-static img {
  opacity: 1;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

/*--------ここまで--------*/
/*------------ローディング-----------*/
#loading {
  position: fixed;
  inset: 0;
  background: #111;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: opacity 1.2s ease, visibility 1.2s ease;
}

#loading.hide {
  opacity: 0;
  visibility: hidden;
}

.loading_inner {
  text-align: center;
  color: #fff;
}

.loading_sub {
  font-size: 12px;
  letter-spacing: 0.4em;
  margin-bottom: 20px;
  text-align: center;
  opacity: 0;
  -webkit-animation: fadeIn 1.2s ease forwards;
          animation: fadeIn 1.2s ease forwards;
}

.loading_logo {
  font-family: "Stack Sans Notch", sans-serif;
  font-size: clamp(40px, 6vw, 100px);
  font-weight: 300;
  letter-spacing: 0.15em;
  line-height: 1.2;
  margin-bottom: 40px;
  opacity: 0;
  -webkit-animation: fadeIn 1.2s ease 0.3s forwards;
          animation: fadeIn 1.2s ease 0.3s forwards;
}

.loading_line {
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  -webkit-animation: lineGrow 1.5s ease 0.8s forwards;
          animation: lineGrow 1.5s ease 0.8s forwards;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes lineGrow {
  to {
    width: 200px;
  }
}
@keyframes lineGrow {
  to {
    width: 200px;
  }
}
/*------------ここまで-----------*/
.l_mv_under {
  height: 100vh;
  background: url(../img/about/under_mv.jpg) center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l_mv_under {
    height: 50vh;
  }
}
.l_mv_under .mv_sub {
  font-size: clamp(1.6rem, 1.0174757282rem + 1.5533980583vw, 4rem);
  font-weight: 500;
  text-align: center;
  margin-top: 18px;
}
.l_mv_under._sub {
  background: url(../img/common/under_sub_mv.jpg) center/cover no-repeat;
  height: 50vh;
}

.l_ft_top {
  position: relative;
  height: 90vh;
}
.l_ft_top .ft_video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.l_ft_top img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l_side {
  background-color: #6E7598;
  /*flow*/
  /*details*/
}
.l_side .side_wrap {
  display: flex;
  justify-content: center;
  gap: clamp(4.5rem, 3.7718446602rem + 1.9417475728vw, 7.5rem);
  padding-left: clamp(1.5rem, -1.7766990291rem + 8.7378640777vw, 15rem);
  padding-right: clamp(1.5rem, -1.7766990291rem + 8.7378640777vw, 15rem);
  padding-top: clamp(5rem, 3.9077669903rem + 2.9126213592vw, 9.5rem);
}
@media only screen and (max-width: 768px) {
  .l_side .side_wrap {
    flex-direction: column;
  }
}
.l_side .side_menu {
  width: 250px;
  height: 250px;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}
@media only screen and (max-width: 768px) {
  .l_side .side_menu {
    width: 100%;
    position: static;
  }
}
.l_side .side_menu .title {
  color: #001941;
  font-size: clamp(1.6rem, 1.454368932rem + 0.3883495146vw, 2.2rem);
  font-weight: 600;
}
.l_side .side_menu .list {
  margin-top: 2rem;
}
.l_side .side_menu .item {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: 600;
}
.l_side .side_menu .item:not(:first-of-type) {
  margin-top: 2rem;
}
.l_side .side_menu .item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l_side .side_menu .item a::after {
  content: "▶";
  margin-left: 8px;
  font-size: 0.8em;
  font-size: 80%;
}
.l_side .main_content {
  width: 68.75vw;
}
@media only screen and (min-width: 1920px) {
  .l_side .main_content {
    width: 1320px;
  }
}
@media only screen and (max-width: 768px) {
  .l_side .main_content {
    width: 100%;
  }
}
.l_side .about {
  background-image: url("../img/side/bg-world.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
.l_side .about_flex {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media only screen and (max-width: 768px) {
  .l_side .about_flex {
    flex-direction: column;
  }
}
.l_side .about_flex ._side {
  width: calc((100% - 70px) / 2);
}
@media only screen and (max-width: 768px) {
  .l_side .about_flex ._side {
    width: 100%;
  }
}
.l_side .about_flex figure {
  width: clamp(33rem, 28.2912621359rem + 12.5566343042vw, 52.4rem);
}
@media only screen and (max-width: 768px) {
  .l_side .about_flex figure {
    width: 100%;
  }
}
.l_side .zukai_side {
  margin-top: clamp(2.5rem, 2.0145631068rem + 1.2944983819vw, 4.5rem);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .l_side .zukai_side {
    width: 75%;
  }
}
.l_side .zukai_side._zukai {
  width: 80%;
}
.l_side .side_sec {
  border-bottom: 2px solid #f4f4f4;
  padding-bottom: clamp(5rem, 3.1796116505rem + 4.854368932vw, 12.5rem);
}
.l_side .side_sec:not(:first-of-type) {
  padding-top: clamp(5rem, 3.3009708738rem + 4.5307443366vw, 12rem);
}
.l_side .side_sec:last-of-type {
  border: none;
  padding-bottom: clamp(10rem, 8.0582524272rem + 5.1779935275vw, 18rem);
}
.l_side .side_sec.flow {
  background-image: url("../img/side/deco_bg02.png");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: top left;
}
.l_side .flow_list {
  margin-top: clamp(5rem, 3.786407767rem + 3.2362459547vw, 10rem);
}
.l_side .flow_list .flow_item {
  display: flex;
  background-color: #ffffff;
  position: relative;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .l_side .flow_list .flow_item {
    flex-direction: column;
  }
}
.l_side .flow_list .flow_item:not(:first-of-type) {
  margin-top: 2rem;
}
.l_side .flow_list .flow_detail {
  position: relative;
  padding-top: clamp(4.5rem, 3.7718446602rem + 1.9417475728vw, 7.5rem);
  padding-bottom: clamp(2.5rem, 1.286407767rem + 3.2362459547vw, 7.5rem);
  padding-left: clamp(2.5rem, 1.286407767rem + 3.2362459547vw, 7.5rem);
  padding-right: clamp(2.5rem, 1.286407767rem + 3.2362459547vw, 7.5rem);
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .l_side .flow_list .flow_detail {
    width: 100%;
  }
}
.l_side .flow_list .flow_detail .tag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2D4295;
  padding: 10px 20px;
  color: #ffffff;
  font-size: clamp(1.2rem, 1.0058252427rem + 0.5177993528vw, 2rem);
}
.l_side .flow_list .flow_detail .num {
  font-size: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
  font-family: "Stack Sans Notch", sans-serif;
  color: #2D4295;
  margin-top: 1rem;
}
.l_side .flow_list .flow_img {
  width: clamp(30rem, 24.6601941748rem + 14.2394822006vw, 52rem);
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .l_side .flow_list .flow_img {
    width: 100%;
  }
}
.l_side .flow_list .flow_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.l_side .flow_list .phase_arrow {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 40px solid #f2a100;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .l_side .flow_list .phase_arrow {
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 35px solid #f2a100;
  }
}
.l_side .details {
  background-image: url("../img/side/deco_bg02.png");
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: top left;
}
.l_side .details .list {
  display: flex;
  gap: 5rem;
  align-items: center;
  justify-content: center;
  margin-top: clamp(5rem, 4.2718446602rem + 1.9417475728vw, 8rem);
}
@media only screen and (max-width: 768px) {
  .l_side .details .list {
    flex-direction: column;
    gap: 2rem;
  }
}
.l_side .details .list._selling {
  gap: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .l_side .details .list._selling {
    gap: 2rem;
  }
}
.l_side .details .item {
  width: calc((100% - 5rem) / 3);
  background-color: #ffffff;
  border: 5px solid #45AFFF;
  padding-top: clamp(2.5rem, 1.6990291262rem + 2.1359223301vw, 5.8rem);
  padding-bottom: clamp(2.5rem, 1.6990291262rem + 2.1359223301vw, 5.8rem);
  padding-left: clamp(1.5rem, 1.2572815534rem + 0.6472491909vw, 2.5rem);
  padding-right: clamp(1.5rem, 1.2572815534rem + 0.6472491909vw, 2.5rem);
  height: 50.5rem;
}
@media only screen and (max-width: 768px) {
  .l_side .details .item {
    width: 100%;
    height: auto;
  }
}
.l_side .details .item._selling {
  width: calc((100% - 1.4rem) / 4);
}
@media only screen and (max-width: 768px) {
  .l_side .details .item._selling {
    width: 100%;
  }
}
.l_side .details .item figure {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.l_side .details .item .title {
  font-size: 2rem;
  font-weight: 700;
  margin-top: clamp(2.5rem, 1.8932038835rem + 1.6181229773vw, 5rem);
  text-align: center;
  line-height: 34px;
  letter-spacing: 0.05em;
  color: #001941;
}
.l_side .btn_flex {
  margin-top: clamp(5rem, 3.786407767rem + 3.2362459547vw, 10rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(4rem, 0.6019417476rem + 9.0614886731vw, 18rem);
}
@media only screen and (max-width: 768px) {
  .l_side .btn_flex {
    flex-direction: column;
  }
}
.l_side .btn_flex ._side_detail a {
  width: clamp(29rem, 26.1116504854rem + 7.7022653722vw, 40.9rem);
  padding: 27px 32px;
}
.l_side ._side_summary {
  margin-top: clamp(5rem, 3.786407767rem + 3.2362459547vw, 10rem);
}
.l_side ._side_summary a {
  width: clamp(33rem, 31.0825242718rem + 5.1132686084vw, 40.9rem);
  padding: 27px 32px;
}
.l_side ._side_case {
  margin-top: clamp(5rem, 3.786407767rem + 3.2362459547vw, 10rem);
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l_side ._side_case a {
  width: clamp(33rem, 31.0825242718rem + 5.1132686084vw, 40.9rem);
  padding: 27px 32px;
}
.l_side .summary {
  background-image: url("../img/side/deco_bg02.png");
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: top left;
}

.c_btn._pt01 a {
  color: #ffffff;
  font-size: clamp(1.6rem, 1.4786407767rem + 0.3236245955vw, 2.1rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  display: block;
  border: 1px solid #ffffff;
  padding: 25px 32px;
  width: 262px;
  position: relative;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .c_btn._pt01 a {
    width: 230px;
    padding: 15px 32px;
  }
}
.c_btn._pt01 a::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%) translateX(0);
  transition: transform 0.3s;
}
.c_btn._pt01 a:hover {
  background-color: #E2900D;
}
.c_btn._pt01 a:hover::after {
  transform: translateY(-50%) translateX(10px);
}
.c_btn._pt01._top_about {
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(3.5rem, 3.1359223301rem + 0.9708737864vw, 5rem);
}
.c_btn._pt01._top_about a {
  margin: 0 auto;
}
.c_btn._pt01._top_what {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 0.5;
  display: block;
  border: 1px solid #ffffff;
  padding: 15px 32px;
  width: 170px;
  position: relative;
  transition: all 0.3s;
  margin-top: 30px;
}
.c_btn._pt01._top_what::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%) translateX(0);
  transition: transform 0.3s;
}
.c_btn._pt01._top_what:hover {
  background-color: #E2900D;
}
.c_btn._pt01._top_what:hover::after {
  transform: translateY(-50%) translateX(10px);
}
.c_btn._pt01._top_service {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(4rem, 2.3495145631rem + 4.4012944984vw, 10.8rem);
}
.c_btn._pt01._top_case {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .c_btn._pt01._top_case {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.c_btn._pt01._top_case a {
  color: #001941;
  border: 1px solid #001941;
}
.c_btn._pt01._top_case a::after {
  background-color: #001941;
}
@media only screen and (max-width: 768px) {
  .c_btn._pt01._top_news {
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.c_hamburger {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: auto;
  top: -100%;
  right: 0;
  background: #ffffff;
  z-index: 9000;
  transition: 0.3s;
}
.c_hamburger_btn {
  position: relative;
  cursor: pointer;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c_hamburger_icon {
  position: relative;
  display: block;
  background-color: #001941;
  height: 2px;
  border-radius: 999px;
  width: 23px;
}
.c_hamburger_icon::after {
  content: "";
  background-color: #001941;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  position: absolute;
  left: 0;
  top: -6px;
}
.c_hamburger_icon::before {
  content: "";
  background-color: #001941;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  position: absolute;
  left: 0;
  top: 6px;
}
.c_hamburger_wrap {
  padding: 15px;
}
.c_hamburger_wrap .c_btn_pink {
  margin-top: 45px;
}
.c_hamburger .submenu {
  position: static;
  background: none;
  padding-left: 15px;
}
.c_hamburger .submenu li a {
  font-size: 14px;
  padding: 8px 0;
}

html.is-open .c_hamburger {
  top: 0;
}

.is-open .overlay {
  opacity: 0.8;
  visibility: visible;
}

html.is-open {
  overflow: hidden;
  height: 100%;
}
html.is-open::-webkit-scrollbar {
  display: none;
}

html.is-open .c_hamburger_icon {
  background-color: transparent;
}
html.is-open .c_hamburger_icon::after {
  top: 0;
  transform: rotate(-30deg);
  transition: 0.3s;
}
html.is-open .c_hamburger_icon::before {
  top: 0;
  transform: rotate(30deg);
  transition: 0.3s;
}

/* ===== SP サブメニュー ===== */
.has-submenu a.submenu-toggle {
  display: block;
}

.has-submenu a.submenu-toggle p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.has-submenu a.submenu-toggle p::after {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  transition: 0.3s;
  margin-left: 8px;
}
@media only screen and (max-width: 768px) {
  .has-submenu a.submenu-toggle p::after {
    margin-left: auto;
    margin-right: 8px;
  }
}

.has-submenu a.submenu-toggle.active p::after {
  transform: rotate(-135deg);
}

.c_headline_h1_mv_under {
  font-size: clamp(4.2rem, 2.8893203883rem + 3.4951456311vw, 9.6rem);
  font-family: "Stack Sans Notch", sans-serif;
  font-weight: 500;
}
.c_headline_h2_pt01 {
  font-family: "Stack Sans Notch", sans-serif;
  color: #ffffff;
  font-size: 4.6875vw;
  font-weight: 500;
}
@media only screen and (min-width: 1920px) {
  .c_headline_h2_pt01 {
    font-size: 9rem;
  }
}
@media only screen and (max-width: 768px) {
  .c_headline_h2_pt01 {
    font-size: 9.0666666667vw;
  }
}
.c_headline_h2_pt01._left {
  text-align: left;
}
.c_headline_h2_pt01._left .sub_text {
  text-align: left;
}
.c_headline_h2_pt01._top_about {
  text-align: center;
}
.c_headline_h2_pt01._top_what .sub_text {
  text-align: left;
  margin-bottom: 5px;
}
.c_headline_h2_pt01._top_case {
  color: #001941;
}
.c_headline_h2_pt01._top_case .sub_text {
  color: #001941;
}
.c_headline_h2_pt01._top_contact {
  text-align: center;
}
.c_headline_h2_pt01._about_member {
  color: #2D4295;
}
.c_headline_h2_pt01._about_member .sub_text {
  color: #2D4295;
}
.c_headline_h2_pt01 .sub_text {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.2rem, 1.054368932rem + 0.3883495146vw, 1.8rem);
  font-weight: 600;
  display: block;
  text-align: center;
  margin-top: 5px;
}
.c_headline_h2_pt02 {
  font-size: clamp(2rem, 1.4660194175rem + 1.4239482201vw, 4.2rem);
  font-weight: 500;
  letter-spacing: 2.1px;
  line-height: 67.2px;
}
@media only screen and (max-width: 768px) {
  .c_headline_h2_pt02 {
    line-height: 38px;
  }
}
.c_headline_h2_pt02 .sub {
  font-family: "Stack Sans Notch", sans-serif;
  font-size: clamp(1.2rem, 1.054368932rem + 0.3883495146vw, 1.8rem);
  font-weight: 500;
  margin-bottom: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  display: block;
}
.c_headline_h2_pt03 {
  font-size: clamp(2rem, 1.4660194175rem + 1.4239482201vw, 4.2rem);
  display: flex;
  align-items: center;
  gap: 16px;
}
.c_headline_h2_pt03 img {
  width: clamp(2rem, 1.7087378641rem + 0.7766990291vw, 3.2rem);
}
.c_headline_h2_pt03._privacy {
  margin-top: clamp(4.5rem, 3.8932038835rem + 1.6181229773vw, 7rem);
  margin-bottom: clamp(2.5rem, 2.2572815534rem + 0.6472491909vw, 3.5rem);
}
.c_headline_h3_pt01 {
  font-size: clamp(2.2rem, 1.7145631068rem + 1.2944983819vw, 4.2rem);
  font-weight: 600;
}
.c_headline_h3_pt01._side_flow {
  margin-top: 15px;
  color: #001941;
}
.c_headline_h3_pt01._side_flow span {
  font-size: 80%;
}

.c_text_16 {
  font-size: clamp(1.2rem, 1.1029126214rem + 0.2588996764vw, 1.6rem);
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0.8px;
}
@media only screen and (max-width: 768px) {
  .c_text_16 {
    font-weight: 300;
    line-height: 2;
  }
}
.c_text_16._about_concept {
  text-align: center;
  margin-top: clamp(2.4rem, 1.8660194175rem + 1.4239482201vw, 4.6rem);
}
.c_text_16._about_mission {
  margin-top: clamp(4rem, 3.2233009709rem + 2.071197411vw, 7.2rem);
}
.c_text_16._about_strength {
  margin-top: clamp(1.6rem, 1.3087378641rem + 0.7766990291vw, 2.8rem);
}
.c_text_16._about_member {
  margin-top: clamp(2rem, 1.6359223301rem + 0.9708737864vw, 3.5rem);
}
.c_text_16._side {
  margin-top: clamp(2.5rem, 2.1359223301rem + 0.9708737864vw, 4rem);
}
.c_text_16._side_flow {
  color: #001941;
  margin-top: clamp(2.4rem, 1.8660194175rem + 1.4239482201vw, 4.6rem);
}
.c_text_16._side_details {
  color: #001941;
  margin-top: 3rem;
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* ===== イラスト全体 ===== */
.service-illust {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* 全画像共通 */
.service-illust img {
  display: block;
  width: 100%;
  height: auto;
}

/* 背景（動かさない） */
.service-illust .bg {
  position: relative;
  z-index: 1;
}

/* 動かすイラスト */
.service-illust .illust {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: transform 0.4s ease;
}
.service-illust .illust.star {
  width: 60%;
}
.service-illust .illust.human {
  left: auto;
  right: -7px;
  transform-origin: right center;
  transition: transform 0.4s ease;
}

@media screen and (min-width: 600px) {
  /* ホバー時 */
  .item a:hover .service-illust .star {
    transform: scale(1.08);
  }
  .item a:hover .service-illust .human {
    transform: scale(1.08) translateX(-6px);
  }
  /* ===== EC運用サポート専用 ===== */
  /* 人：少し左に回転 */
  .service-illust .human-02 {
    left: auto;
    right: 0;
    transform-origin: right bottom;
    transition: transform 0.4s ease, right 0.4s ease;
  }
  /* 星：少し右に回転 */
  .service-illust .star-02 {
    transition: transform 0.45s ease;
    transform-origin: center center;
  }
  /* hover */
  .item a:hover .service-illust .human-02 {
    transform: rotate(-4deg);
  }
  .item a:hover .service-illust .star-02 {
    transform: rotate(6deg);
  }
  /* ===== カスタマーサポート専用 ===== */
  /* 背景 */
  .service-illust .bg-03 {
    transition: transform 0.4s ease;
  }
  /* 人 */
  .service-illust .human-03 {
    transition: transform 0.4s ease;
  }
  /* hover */
  .item a:hover .service-illust .bg-03 {
    transform: scale(1.04);
  }
  .item a:hover .service-illust .human-03 {
    transform: scale(1.1);
  }
  /* ===== 会計サポート専用 ===== */
  /* 背景 */
  .service-illust .bg-04 {
    transition: transform 0.4s ease;
  }
  /* 星 */
  .service-illust .star-04 {
    transition: transform 0.4s ease;
    transform-origin: center center;
  }
  /* hover */
  .item a:hover .service-illust .bg-04 {
    transform: scale(1.04);
  }
  .item a:hover .service-illust .star-04 {
    transform: rotate(-3deg) scale(1.05);
  }
  /* ===== アシスタントサービス ===== */
  /* 人 */
  .service-illust .hito-a {
    transition: transform 0.4s ease;
    transform-origin: center center;
    top: auto;
    bottom: 0;
  }
  /* 花 */
  .service-illust .hana-a {
    transition: transform 0.4s ease;
    transform-origin: center center;
  }
  /* hover */
  .item a:hover .service-illust .hito-a {
    transform: scale(1.04);
  }
  .item a:hover .service-illust .hana-a {
    transform: rotate(-3deg) scale(1.05);
  }
}
.p_top_about {
  position: relative;
  height: 75vh;
}
.p_top_about .about_video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.p_top_about .contents_area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .p_top_about .contents_area {
    width: 100%;
  }
}
.p_top_about .catch {
  color: #ffffff;
  font-size: clamp(2.2rem, 1.9572815534rem + 0.6472491909vw, 3.2rem);
  text-align: center;
  letter-spacing: 1.6px;
  line-height: 48.2px;
  margin-top: 3rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .p_top_about .catch {
    line-height: 43px;
  }
}
.p_top_about .sub_catch {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 33px;
  margin-top: 3rem;
  color: #ffffff;
  text-align: center;
}
.p_top_what {
  padding-top: clamp(7rem, 4.2087378641rem + 7.4433656958vw, 18.5rem);
  padding-bottom: clamp(1.5rem, 1.2572815534rem + 0.6472491909vw, 2.5rem);
  background-color: #2D4295;
  background-image: url("../img/top/what_bg.png");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.p_top_what .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(4rem, 2.786407767rem + 3.2362459547vw, 9rem);
}
@media only screen and (max-width: 768px) {
  .p_top_what .flex {
    flex-direction: column;
  }
}
.p_top_what .what_text {
  color: #ffffff;
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.08px;
  line-height: 32px;
  flex: 1;
}
.p_top_what .what_img {
  margin-top: clamp(3.5rem, 3.1359223301rem + 0.9708737864vw, 5rem);
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .p_top_what .what_img {
    width: 100%;
  }
}
.p_top_what .btn_area {
  display: flex;
  margin-top: clamp(5rem, 1.359223301rem + 9.7087378641vw, 20rem);
}
@media only screen and (max-width: 768px) {
  .p_top_what .btn_area {
    flex-direction: column;
  }
}
.p_top_what .btn_area .btn_wrap {
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  height: 363px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p_top_what .btn_area .btn_wrap {
    width: 100%;
    height: 195px;
  }
}
.p_top_what .btn_area .btn_wrap._01 {
  background-image: url("../img/top/btn_bg01.jpg");
}
.p_top_what .btn_area .btn_wrap._02 {
  background-image: url("../img/top/btn_bg02.jpg");
}
.p_top_what .btn_area .btn_wrap a {
  display: block;
}
.p_top_what .btn_area .btn_wrap a .catch {
  color: #ffffff;
  font-family: "Stack Sans Notch", sans-serif;
  font-size: clamp(2.4rem, 2.0601941748rem + 0.9061488673vw, 3.8rem);
  font-weight: 700;
}
.p_top_what .btn_area .btn_wrap a .sub_catch {
  display: block;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: 600;
  margin-top: 5px;
}
.p_top_what .btn_area .btn_wrap .area {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .p_top_what .btn_area .btn_wrap .area {
    left: 9%;
  }
}
.p_top_service {
  padding-top: clamp(8rem, 5.0873786408rem + 7.7669902913vw, 20rem);
  padding-bottom: clamp(8rem, 5.0873786408rem + 7.7669902913vw, 20rem);
  background-color: #001941;
  background-image: url("../img/top/deco_bg.png");
  background-size: 50%;
  background-position: top left;
  background-repeat: no-repeat;
}
.p_top_service .flex {
  display: flex;
  gap: clamp(4rem, 0.6990291262rem + 8.8025889968vw, 17.6rem);
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .p_top_service .flex {
    flex-direction: column;
  }
}
.p_top_service .contents {
  margin-top: clamp(0rem, -0.7766990291rem + 2.071197411vw, 3.2rem);
}
.p_top_service .catch {
  color: #ffffff;
  font-size: clamp(2rem, 1.7087378641rem + 0.7766990291vw, 3.2rem);
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.4;
  margin-top: clamp(4rem, 3.4174757282rem + 1.5533980583vw, 6.4rem);
}
.p_top_service .text {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 32px;
  margin-top: clamp(2.4rem, 2.0116504854rem + 1.0355987055vw, 4rem);
}
.p_top_service .service_list {
  margin-top: clamp(4rem, 3.4174757282rem + 1.5533980583vw, 6.4rem);
}
.p_top_service .service_list li:not(:first-of-type) {
  margin-top: clamp(4rem, 3.4174757282rem + 1.5533980583vw, 6.4rem);
}
.p_top_service .service_list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(1.8rem, 1.4601941748rem + 0.9061488673vw, 3.2rem);
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 2px;
  transition: all 0.3s;
}
.p_top_service .service_list li a:hover {
  opacity: 0.7;
}
.p_top_service .service_list li a img {
  width: clamp(4rem, 3.1747572816rem + 2.2006472492vw, 7.4rem);
}
.p_top_case {
  background-color: #F4F4F4;
  padding-top: clamp(5rem, 2.4514563107rem + 6.7961165049vw, 15.5rem);
  padding-bottom: clamp(5rem, 2.4514563107rem + 6.7961165049vw, 15.5rem);
}
.p_top_case .title_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p_top_news {
  background-color: #2D4295;
  background-image: url("../img/top/deco_bg02.png");
  background-size: 30%;
  background-position: top left;
  background-repeat: no-repeat;
  padding-top: clamp(5rem, 2.4514563107rem + 6.7961165049vw, 15.5rem);
  padding-bottom: clamp(5rem, 2.4514563107rem + 6.7961165049vw, 15.5rem);
}
.p_top_news .title_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p_top_news .news_contents {
  width: 75%;
  margin-top: clamp(4rem, 3.2718446602rem + 1.9417475728vw, 7rem);
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .p_top_news .news_contents {
    width: 100%;
  }
}
.p_top_news .news_contents dl a {
  position: relative;
  display: block;
  border-top: 1px solid #ffffff;
  padding-top: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
  padding-bottom: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
  padding-left: clamp(1rem, -1.1844660194rem + 5.8252427184vw, 10rem);
  transition: all 0.3s;
}
.p_top_news .news_contents dl a:hover {
  opacity: 0.5;
}
.p_top_news .news_contents dl a:last-child {
  border-bottom: 1px solid #ffffff;
}
.p_top_news .news_contents dl a::after {
  content: "";
  width: clamp(0.9rem, 0.7786407767rem + 0.3236245955vw, 1.4rem);
  height: clamp(0.9rem, 0.7786407767rem + 0.3236245955vw, 1.4rem);
  background-image: url("../img/top/arrow-icon-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: clamp(0.5rem, -0.1067961165rem + 1.6181229773vw, 3rem);
  transform: translateY(-50%);
}
.p_top_news .news_contents .time {
  color: #ffffff;
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-family: "Stack Sans Notch", sans-serif;
  font-weight: 700;
}
.p_top_news .news_contents .title {
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 33px;
  margin-top: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: clamp(3rem, 2.5145631068rem + 1.2944983819vw, 5rem);
}
.p_top_contact {
  padding-top: clamp(6rem, 2.6019417476rem + 9.0614886731vw, 20rem);
  padding-bottom: clamp(6rem, 2.6019417476rem + 9.0614886731vw, 20rem);
  background: transparent linear-gradient(180deg, #2D4295 0%, #000000 100%) 0% 0% no-repeat padding-box;
}
.p_top_contact .contact_text {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 33px;
  text-align: center;
  margin-top: clamp(3.5rem, 2.6504854369rem + 2.2653721683vw, 7rem);
}
.p_top_contact .contact-form {
  color: #fff;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(4rem, 3.7572815534rem + 0.6472491909vw, 5rem);
}
@media only screen and (max-width: 768px) {
  .p_top_contact .contact-form {
    width: 100%;
  }
}
.p_top_contact .form-item {
  margin-bottom: 40px;
}
.p_top_contact .form-item label {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
}
.p_top_contact .required {
  color: red;
  margin-left: 5px;
}
.p_top_contact input,
.p_top_contact textarea {
  width: 100%;
  background: #ddd;
  border: none;
  padding: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  color: #001941;
}
.p_top_contact textarea {
  height: 200px;
}
.p_top_contact .radio-group label {
  display: block;
  margin-bottom: 10px;
}
.p_top_contact .form-privacy {
  text-align: center;
  margin-top: 60px;
}
.p_top_contact .form-privacy p {
  text-align: center;
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  line-height: 1.6;
}
.p_top_contact .form-privacy a {
  text-decoration: underline;
}
.p_top_contact .form-privacy .checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
}
.p_top_contact .form-privacy input[type=checkbox] {
  width: auto;
}
.p_top_contact .submit-btn input {
  width: 100%;
  background: #f39800;
  color: #fff;
  padding: 25px;
  border: none;
  margin-top: 40px;
  text-align: center;
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
}
.p_top_contact input[type=radio] {
  width: auto;
}

.swiper {
  margin-top: clamp(4rem, 3.0291262136rem + 2.5889967638vw, 8rem);
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
.swiper .swiper-slide {
  position: relative;
}
.swiper .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(2, 34, 87, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.swiper .swiper-slide.swiper-slide-active::after {
  background-color: transparent;
  pointer-events: none;
}
.swiper .swiper-slide .flex {
  display: flex;
  border: 1px solid #001941;
}
@media only screen and (max-width: 768px) {
  .swiper .swiper-slide .flex {
    flex-direction: column-reverse;
    height: 436px;
  }
}
.swiper .swiper-slide .contents {
  width: 50%;
  padding-top: clamp(2.5rem, 1.4077669903rem + 2.9126213592vw, 7rem);
  padding-bottom: clamp(2.5rem, 1.4077669903rem + 2.9126213592vw, 7rem);
  padding-left: clamp(2rem, 1.2718446602rem + 1.9417475728vw, 5rem);
  padding-right: clamp(2rem, 1.2718446602rem + 1.9417475728vw, 5rem);
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .swiper .swiper-slide .contents {
    width: 100%;
  }
}
.swiper .swiper-slide .contents .tag {
  color: #001941;
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: 600;
}
.swiper .swiper-slide .contents .title {
  font-size: clamp(1.8rem, 1.7029126214rem + 0.2588996764vw, 2.2rem);
  font-weight: 600;
  margin-top: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  color: #001941;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.swiper .swiper-slide .contents .text {
  margin-top: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 32px;
  color: #001941;
}
.swiper .swiper-slide figure {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .swiper .swiper-slide figure {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .swiper .swiper-slide figure img {
    aspect-ratio: 3/2;
  }
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  height: clamp(3.5rem, 1.9223300971rem + 4.2071197411vw, 10rem);
  width: clamp(3.5rem, 1.9223300971rem + 4.2071197411vw, 10rem);
}
.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: clamp(3.5rem, 1.9223300971rem + 4.2071197411vw, 10rem);
  margin: auto;
  width: clamp(3.5rem, 1.9223300971rem + 4.2071197411vw, 10rem);
}
.swiper .swiper-button-prev:after {
  background-image: url("../img/top/slide-arrow-l.png");
}
.swiper .swiper-button-next:after {
  background-image: url("../img/top/slide-arrow-r.png");
}
.swiper .swiper-button-next {
  right: 10%;
}
@media only screen and (max-width: 768px) {
  .swiper .swiper-button-next {
    right: 0;
  }
}
.swiper .swiper-button-prev {
  left: 10%;
}
@media only screen and (max-width: 768px) {
  .swiper .swiper-button-prev {
    left: 0;
  }
}
.swiper .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body {
  color: #fff;
}

.p_about {
  /* ===== コンセプト ===== */
  /* ===== mission ===== */
  /* ===== 背景セクション ===== */
  /* ===== 強み ===== */
  /* ===== メンバー ===== */
  /* ===== フッター前 ===== */
}
.p_about .mv h1 {
  font-size: 48px;
}
.p_about .mv p {
  margin-top: 10px;
}
.p_about .concept {
  background-image: url("../img/about/about-intro-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 20px;
  text-align: center;
  padding-top: clamp(4.5rem, 1.9514563107rem + 6.7961165049vw, 15rem);
  padding-bottom: clamp(4.5rem, 1.9514563107rem + 6.7961165049vw, 15rem);
}
.p_about .concept .concept_title {
  font-size: clamp(2.4rem, 1.9631067961rem + 1.1650485437vw, 4.2rem);
  font-weight: 500;
  letter-spacing: 2.1px;
  line-height: 67.2px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p_about .concept .concept_title {
    line-height: 44.2px;
  }
}
.p_about .mission {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .p_about .mission {
    flex-direction: column;
  }
}
.p_about .mission-text {
  width: 50%;
  background: linear-gradient(#2D4295, #000);
  padding-top: clamp(4.5rem, 0.859223301rem + 9.7087378641vw, 19.5rem);
  padding-bottom: clamp(4.5rem, 0.7378640777rem + 10.0323624595vw, 20rem);
  padding-right: clamp(2.5rem, -0.5339805825rem + 8.0906148867vw, 15rem);
  padding-left: clamp(2.5rem, 0.8009708738rem + 4.5307443366vw, 9.5rem);
}
@media only screen and (max-width: 768px) {
  .p_about .mission-text {
    width: 100%;
  }
}
.p_about .mission-img {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .p_about .mission-img {
    width: 100%;
  }
}
.p_about .mission-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_about .mission02 {
  background: url(../img/about/about-mission-img02.jpeg) center/cover no-repeat;
  padding-top: clamp(4.5rem, -0.4757281553rem + 13.2686084142vw, 25rem);
  padding-bottom: clamp(4.5rem, 0.7378640777rem + 10.0323624595vw, 20rem);
}
.p_about .mission02 .mission02_text {
  max-width: 858px;
  margin-right: 0;
  margin-left: auto;
  padding-right: clamp(2.5rem, -0.5339805825rem + 8.0906148867vw, 15rem);
}
@media only screen and (max-width: 768px) {
  .p_about .mission02 .mission02_text {
    padding-left: 25px;
  }
}
.p_about .strength {
  background: #1c2d5a;
  padding: 80px 20px;
  text-align: center;
}
.p_about .strength .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .p_about .strength .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p_about .strength .box {
  border: 1px solid #fff;
  padding-top: clamp(2.4rem, 1.4291262136rem + 2.5889967638vw, 6.4rem);
  padding-bottom: clamp(2.4rem, 1.4291262136rem + 2.5889967638vw, 6.4rem);
  padding-left: clamp(2.5rem, 1.8932038835rem + 1.6181229773vw, 5rem);
  padding-right: clamp(2.5rem, 1.8932038835rem + 1.6181229773vw, 5rem);
}
.p_about .strength .title {
  font-size: clamp(1.8rem, 1.5087378641rem + 0.7766990291vw, 3rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p_about .member {
  background: #f4f4f4;
  color: #001941;
  padding: 80px 20px;
}
.p_about .member .member_item {
  display: flex;
  margin-bottom: clamp(4rem, 3.0291262136rem + 2.5889967638vw, 8rem);
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .p_about .member .member_item {
    flex-direction: column-reverse;
  }
}
.p_about .member .member_item:first-of-type {
  margin-top: clamp(4.5rem, 3.213592233rem + 3.430420712vw, 9.8rem);
}
.p_about .member .member_item img {
  width: 35%;
}
@media only screen and (max-width: 768px) {
  .p_about .member .member_item img {
    width: 100%;
  }
}
.p_about .member .member_wrap {
  padding-top: clamp(4.5rem, 2.6796116505rem + 4.854368932vw, 12rem);
  padding-bottom: clamp(4.5rem, 2.6796116505rem + 4.854368932vw, 12rem);
  padding-left: clamp(2rem, 0.0582524272rem + 5.1779935275vw, 10rem);
  padding-right: clamp(2rem, 0.0582524272rem + 5.1779935275vw, 10rem);
}
.p_about .member .tab {
  font-size: clamp(1.2rem, 1.054368932rem + 0.3883495146vw, 1.8rem);
  font-weight: 600;
}
.p_about .member .name {
  font-size: clamp(1.8rem, 1.3631067961rem + 1.1650485437vw, 3.6rem);
  font-weight: 600;
  margin-top: clamp(1rem, 0.8058252427rem + 0.5177993528vw, 1.8rem);
}
.p_about .bottom-visual {
  height: 400px;
  background: url(img/footer-bg.jpg) center/cover no-repeat;
}

.p_case {
  background-color: #F4F4F4;
}
.p_case .contents {
  padding-top: clamp(5rem, 2.572815534rem + 6.4724919094vw, 15rem);
  padding-bottom: clamp(10rem, 8.0582524272rem + 5.1779935275vw, 18rem);
}
.p_case .case-filter {
  display: flex;
  gap: 5rem;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .p_case .case-filter {
    flex-direction: column;
    gap: 1rem;
  }
}
.p_case .case-filter a {
  color: #ffffff;
  background-color: #8C91AC;
  font-size: clamp(1.4rem, 1.2058252427rem + 0.5177993528vw, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 2rem 1rem;
  width: 350px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p_case .case-filter a {
    width: 100%;
  }
}
.p_case .case-filter a.is-active {
  background-color: #2D4295;
}
.p_case .case_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: clamp(5rem, 3.786407767rem + 3.2362459547vw, 10rem);
}
@media only screen and (max-width: 768px) {
  .p_case .case_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p_case .case_item {
  display: flex;
  border: 1px solid #001941;
}
@media only screen and (max-width: 768px) {
  .p_case .case_item {
    flex-direction: column-reverse;
  }
}
.p_case .case_item .details {
  width: 50%;
  padding-top: clamp(2.5rem, 1.4077669903rem + 2.9126213592vw, 7rem);
  padding-bottom: clamp(2.5rem, 1.4077669903rem + 2.9126213592vw, 7rem);
  padding-left: clamp(2rem, 1.2718446602rem + 1.9417475728vw, 5rem);
  padding-right: clamp(2rem, 1.2718446602rem + 1.9417475728vw, 5rem);
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .p_case .case_item .details {
    width: 100%;
  }
}
.p_case .case_item .details .case_tag {
  color: #001941;
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: 600;
}
.p_case .case_item .details .case_title {
  font-size: clamp(1.8rem, 1.7029126214rem + 0.2588996764vw, 2.2rem);
  font-weight: 600;
  margin-top: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  color: #001941;
}
.p_case .case_item .details p.case_text {
  margin-top: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 32px;
  color: #001941;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p_case .case_item .case_thumb {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .p_case .case_item .case_thumb {
    width: 100%;
  }
}
.p_case .case_item .case_thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .p_case .case_item .case_thumb img {
    aspect-ratio: 3/2;
  }
}

.case-single {
  padding-bottom: 80px;
}

/* KV */
.case-kv {
  background: #F4F4F4;
  padding: 60px 0;
  color: #001941;
  margin-top: clamp(5rem, 3.786407767rem + 3.2362459547vw, 10rem);
}
@media only screen and (max-width: 559px) {
  .case-kv {
    padding: 30px 20px;
  }
}

.case-kv__inner {
  display: flex;
  gap: 40px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 559px) {
  .case-kv__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

.case-kv__text {
  flex: 1;
}

.case-kv__cat {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.case-kv__title {
  font-size: clamp(1.6rem, 1.2116504854rem + 1.0355987055vw, 3.2rem);
  font-weight: bold;
}

.case-kv__img {
  flex: 1;
}

.case-kv__img img {
  width: 100%;
  height: auto;
}

/* 本文 */
.case-content__inner {
  max-width: 800px;
  margin: 60px auto;
  line-height: 2;
  font-size: 16px;
  color: #001941;
}

/* 関連記事 */
.case-related {
  max-width: 1100px;
  margin: 80px auto;
}

.case-related__title {
  font-size: clamp(2rem, 1.9029126214rem + 0.2588996764vw, 2.4rem);
  margin-bottom: 30px;
  color: #001941;
  text-align: center;
}

.case-related__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 559px) {
  .case-related__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.case-card a {
  display: block;
  border: 1px solid #ddd;
  padding: 15px;
}

.case-card__img img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-card__cat {
  font-size: 12px;
  color: #888;
  margin: 10px 0;
}

.case-card__title {
  font-size: 16px;
  color: #001941;
}

/* 戻る */
.c_btn._single_case {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.p_news {
  background-color: #2D4295;
}
.p_news .news_contents {
  width: 75%;
  padding-top: clamp(8rem, 6.3009708738rem + 4.5307443366vw, 15rem);
  padding-bottom: clamp(10rem, 8.0582524272rem + 5.1779935275vw, 18rem);
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .p_news .news_contents {
    width: 100%;
  }
}
.p_news .news_contents dl a {
  position: relative;
  display: block;
  border-top: 1px solid #ffffff;
  padding-top: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
  padding-bottom: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
  padding-left: clamp(1rem, -1.1844660194rem + 5.8252427184vw, 10rem);
  transition: all 0.3s;
}
.p_news .news_contents dl a:hover {
  opacity: 0.5;
}
.p_news .news_contents dl a:last-child {
  border-bottom: 1px solid #ffffff;
}
.p_news .news_contents dl a::after {
  content: "";
  width: clamp(0.9rem, 0.7786407767rem + 0.3236245955vw, 1.4rem);
  height: clamp(0.9rem, 0.827184466rem + 0.1941747573vw, 1.2rem);
  background-image: url("../img/top/arrow-icon-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: clamp(0.5rem, -0.1067961165rem + 1.6181229773vw, 3rem);
  transform: translateY(-50%);
}
.p_news .news_contents .time {
  color: #ffffff;
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-family: "Stack Sans Notch", sans-serif;
  font-weight: 700;
}
.p_news .news_contents .title {
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 33px;
  margin-top: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: clamp(3rem, 2.5145631068rem + 1.2944983819vw, 5rem);
}

.pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: clamp(5rem, 4.2718446602rem + 1.9417475728vw, 8rem);
}

.pagination a,
.pagination span {
  padding: 8px 12px;
  border: 1px solid #ccc;
}

.pagination .current {
  background: #000;
  color: #fff;
}

.p_privacy .contents {
  background-color: #001941;
  padding-top: clamp(5rem, 3.3009708738rem + 4.5307443366vw, 12rem);
  padding-bottom: clamp(5rem, 3.3009708738rem + 4.5307443366vw, 12rem);
}

.p_company .contents {
  position: relative;
  overflow: hidden;
  padding-top: clamp(6rem, 3.8155339806rem + 5.8252427184vw, 15rem);
  padding-bottom: clamp(6rem, 3.8155339806rem + 5.8252427184vw, 15rem);
  transition: transform 0.6s ease;
}
.p_company .contents:hover::before {
  transform: scale(1.15) translateY(-5px);
  filter: blur(4px) brightness(1.05);
}
.p_company .contents::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/company/company_bg.jpg") center/cover no-repeat;
  filter: blur(2px);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1), filter 1s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: -5;
}
.p_company .contents::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
  z-index: -1;
}
.p_company .contents .contents_inner {
  position: relative;
  z-index: 1;
}
.p_company .company_table {
  max-width: 1100px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.p_company .company_row {
  display: flex;
  border-bottom: 1px solid #eee;
}
@media only screen and (max-width: 559px) {
  .p_company .company_row {
    flex-direction: column;
  }
}
.p_company .company_row:last-child {
  border-bottom: none;
}
.p_company .company_row dt {
  width: 30%;
  padding: 35px;
  background: rgba(250, 250, 250, 0.8);
  font-weight: 600;
  color: #333;
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
  font-weight: 700;
}
@media only screen and (max-width: 559px) {
  .p_company .company_row dt {
    width: 100%;
    padding: 15px;
    background: none;
    font-size: 14px;
    color: #888;
  }
}
.p_company .company_row dd {
  width: 70%;
  padding: 35px;
  margin: 0;
  color: #555;
  line-height: 1.7;
  font-size: clamp(1.4rem, 1.3029126214rem + 0.2588996764vw, 1.8rem);
}
@media only screen and (max-width: 559px) {
  .p_company .company_row dd {
    width: 100%;
    padding: 15px;
    padding-top: 0;
  }
}

/* =========================
   service_content ベース
========================= */
.service-single {
  background: transparent linear-gradient(180deg, #2D4295 0%, #000000 100%) 0% 0% no-repeat padding-box;
}

/* =========================
   全体（宇宙ベース）
========================= */
.service_content {
  padding: 100px 0;
}

.service_content__inner {
  max-width: 800px;
  margin: 0 auto;
  color: #ffffff; /* ← 基本は白 */
  line-height: 1.9;
  letter-spacing: 0.03em;
}

/* =========================
   見出し
========================= */
.service_content h2 {
  font-size: 30px;
  font-weight: 600;
  margin: 80px 0 30px;
  padding-bottom: 12px;
  position: relative;
  letter-spacing: 0.08em;
  color: #ffffff;
}

.service_content h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, #00eaff, transparent);
  box-shadow: 0 0 10px #00eaff;
}

.service_content h3 {
  font-size: 22px;
  margin: 50px 0 15px;
  padding-left: 14px;
  position: relative;
  color: #ffffff;
}

.service_content h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 3px;
  height: 80%;
  background: linear-gradient(#00eaff, transparent);
  box-shadow: 0 0 8px #00eaff;
}

.service_content h4 {
  font-size: 16px;
  margin: 30px 0 10px;
  color: #bfc7ff; /* ← 少し落とす */
}

/* =========================
   テキスト
========================= */
.service_content p {
  margin-bottom: 22px;
  color: #ffffff;
}

/* =========================
   リスト
========================= */
.service_content ul {
  list-style: none;
  margin: 30px 0;
  padding: 0;
}

.service_content li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
  color: #ffffff;
}

.service_content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #00eaff;
  border-radius: 50%;
  box-shadow: 0 0 8px #00eaff;
}

/* =========================
   画像
========================= */
.service_content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 40px 0;
  box-shadow: 0 20px 60px rgba(0, 234, 255, 0.15);
}

/* =========================
   リンク（ネオン）
========================= */
.service_content a {
  color: #00eaff;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 234, 255, 0.4);
  transition: all 0.3s ease;
}

.service_content a:hover {
  color: #ffffff;
  border-color: #00eaff;
  text-shadow: 0 0 8px #00eaff;
}

/* =========================
   余白リセット
========================= */
.service_content__inner > *:first-child {
  margin-top: 0;
}

.service_content__inner > *:last-child {
  margin-bottom: 0;
}

/*=======================
その他のサービス
=======================*/
.service_related {
  margin-top: 120px;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

/* 背景の宇宙グラデーション */
.service_related::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(120, 0, 255, 0.4), transparent 40%), radial-gradient(circle at 80% 70%, rgba(0, 200, 255, 0.3), transparent 40%), #05010d;
  z-index: -2;
}

/* 光のぼかし */
.service_related::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: rgba(0, 150, 255, 0.2);
  filter: blur(120px);
  top: -100px;
  left: -100px;
  z-index: -1;
}

.service_related__title {
  font-size: 28px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.15em;
  margin-bottom: 50px;
}

/* カード */
.service_related__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.service_card {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.4s;
}

/* 光る枠 */
.service_card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(120deg, #00f0ff, #ff7a00);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: 0.4s;
  z-index: 1;
}

.service_card:hover::before {
  opacity: 1;
}

.service_card:hover {
  transform: translateY(-10px) scale(1.02);
}

/* 画像 */
.service_card__img {
  overflow: hidden;
}

.service_card__img img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.service_card:hover .service_card__img img {
  transform: scale(1.08);
  opacity: 0.9;
}

/* タイトル */
.service_card__body {
  padding: 20px;
}

.service_card__title {
  font-size: 18px;
  letter-spacing: 0.05em;
}

/* SP */
@media (max-width: 768px) {
  .service_related__list {
    grid-template-columns: 1fr;
  }
}
/*# sourceMappingURL=style.css.map */