<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* HEADER*/
/* CSS Document */
/* リセット
 ------------------------------------------*/
header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0 auto;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-family: zen-kaku-gothic-new, sans-serif;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}

.ma20 {
  margin-top: 20px;
}

small {
  font-size: 0.8em;
}

a {
  text-decoration: none;
  outline: none;
  border: none;
}

a:hover {
  text-decoration: none;
}

a img, img {
  border: 0;
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, p, pre, span, td, th, ul {
  margin: 0;
  padding: 0;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, th, strong, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

* + html code, kbd, pre, samp, tt {
  font-size: 108%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

q:before, q:after {
  content: "";
}

button, fieldset, form, input, label, legend, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; /*table-layout:fixed;*/
}

table td {
  vertical-align: middle;
}

.right {
  float: right;
}

.left {
  float: left;
}

/* クリア
 ------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

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

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

/* CSS Document */
body {
  color: #5f5f5f;
  background-color: #f5f5f7;
  margin: 0;
  padding: 0;
}

a {
  color: #5f5f5f;
  transition: all 0.3s ease-in-out;
}
a:hover {
  opacity: 0.7;
}

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

.fadein01, .fadein02, .fadein03 {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 1.5s, transform 1.5s, background-color 0.2s;
}

.slideUp {
  opacity: 1;
  transform: translate(0);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding-bottom: 50px;
  background: linear-gradient(to bottom, rgb(245, 245, 247), transparent);
}
@media screen and (max-width: 736px) {
  header {
    padding-bottom: 0;
  }
}
header h1.header-logo {
  margin: 55px 0 0 60px;
}
@media screen and (max-width: 736px) {
  header h1.header-logo {
    margin: 15px 0 0 15px;
  }
}
header h1.header-logo img {
  width: auto;
  height: 30px;
}
@media screen and (max-width: 736px) {
  header h1.header-logo img {
    height: 25px;
  }
}
header .ham-menu {
  position: fixed;
  top: 30px;
  right: -100%;
  z-index: 9999;
  width: 600px;
  height: auto;
  background-color: #f5f5f7;
  transition: right 0.3s ease;
  padding: 50px;
  border-radius: 20px;
}
@media screen and (max-width: 736px) {
  header .ham-menu {
    top: 10px;
    background-color: #fff;
    width: calc(100% - 20px);
  }
}
header .ham-menu.show {
  right: 30px;
}
@media screen and (max-width: 736px) {
  header .ham-menu.show {
    right: 10px;
  }
}
header .ham-menu ul.menu-box {
  max-width: 500px;
  margin: 0 50px 0 auto;
}
@media screen and (max-width: 736px) {
  header .ham-menu ul.menu-box li {
    width: 100%;
    margin-bottom: 5px;
  }
}
header .ham-menu ul.menu-box li.home {
  width: 100%;
  margin-bottom: 40px;
}
header .ham-menu ul.menu-box li.home a {
  position: relative;
  padding-left: 20px;
  color: #0b318f;
  font-weight: 300;
  font-size: 14px;
}
header .ham-menu ul.menu-box li.home a::before {
  content: "";
  /* background-image: url(/wp-content/themes/negl-wp/diversion-img/img/common/icon-home.svg); */
  background-image: url(/wp-content/themes/negl-wp/diversion-img/img/common/icon-home.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: auto;
  height: 13px;
  aspect-ratio: 19/18;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
header .ham-menu ul.menu-box li a {
  font-size: 20px;
  color: #0b318f;
  font-family: "new-rubrik-edge", sans-serif;
  font-weight: 500;
  display: block;
  padding: 5px 0;
}
@media screen and (max-width: 736px) {
  header .ham-menu ul.menu-box li a {
    font-size: 14px;
    font-weight: 500;
    color: #0b318f;
  }
}
header .ham-menu ul.menu-box li ul {
  margin: 0 0 10px;
  padding-left: 30px;
}
@media screen and (max-width: 736px) {
  header .ham-menu ul.menu-box li ul {
    margin: 5px 0;
  }
}
header .ham-menu ul.menu-box li ul li {
  margin: 0;
}
header .ham-menu ul.menu-box li ul li a {
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 736px) {
  header .ham-menu ul.menu-box li ul li a {
    padding-left: 1em;
    font-size: 12px;
    color: #5f5f5f;
  }
}
header .ham-menu .contact-box {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
header .ham-menu .motomutto-box a {
  display: block;
  width: 100%;
}
header .ham-menu .motomutto-box a img {
  width: 100%;
  height: auto;
}
header .menu-icon {
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 99999;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
}
@media screen and (max-width: 736px) {
  header .menu-icon {
    top: 15px;
    right: 15px;
  }
}
header .menu-icon span {
  width: 100%;
  height: 2px;
  background-color: #0b318f;
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
}
header .menu-icon span:nth-of-type(1) {
  top: 0;
}
header .menu-icon span:nth-of-type(2) {
  top: 8px;
}
header .menu-icon span:nth-of-type(3) {
  top: 16px;
}
header .menu-icon.active span:nth-of-type(1) {
  top: 3px;
  transform: translateY(6px) rotate(-30deg);
  width: 100%;
}
header .menu-icon.active span:nth-of-type(2) {
  opacity: 0;
}
header .menu-icon.active span:nth-of-type(3) {
  top: 15px;
  transform: translateY(-6px) rotate(30deg);
  width: 100%;
}
header #overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 0.2s;
  background-color: rgba(0, 0, 0, 0.8); /* Black with 50% opacity */
  z-index: 9998; /* Below the menu */
  opacity: 0; /* Initially transparent */
  visibility: hidden;
  transition: visibility 0.2s, opacity 0.2s ease-in-out;
}
header #overlay.active {
  opacity: 1;
  visibility: visible;
}

body {
  width: 100%;
}
@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.loading-fadein {
  opacity: 1 !important;
  transform: scale(1) !important;
}

#loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 1000;
}
#loading h2 {
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  font-size: 1.6vw;
  opacity: 0;
}
@media screen and (max-width: 736px) {
  #loading h2 {
    font-size: 3.5vw;
    width: 100%;
    text-align: center;
  }
}
#loading h2 span {
  opacity: 0; /* 初期状態では透明 */
  display: inline-block;
  transition: opacity 0.5s ease;
}
#loading .circle {
  width: 60%; /* 円のサイズ */
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%; /* 円形を作成 */
  position: absolute;
  animation-duration: 3s;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
  animation-iteration-count: infinite;
  filter: blur(40px);
  z-index: 2;
}
#loading #circle1 {
  animation-name: moveCircle1;
  top: -3%;
  left: 0%;
  background: #c9def2;
  width: 40%;
}
#loading #circle2 {
  animation-name: moveCircle2;
  animation-delay: 1s; /* 始まるタイミングをずらす */
  top: 40%;
  left: 10%;
  background: #edeeee;
}
#loading #circle3 {
  animation-name: moveCircle3;
  animation-delay: 2s; /* 始まるタイミングをずらす */
  left: 50%;
  top: 0%;
  background: #d7dcf4;
  z-index: 1;
}
@keyframes moveCircle1 {
  0%, 100% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(100px, 0);
  }
  60% {
    transform: translate(0, 100px);
  }
}
@keyframes moveCircle2 {
  0%, 100% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(0, 100px);
  }
  70% {
    transform: translate(100px, 0);
  }
}
@keyframes moveCircle3 {
  0%, 100% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(0, -100px);
  }
  80% {
    transform: translate(-100px, 0);
  }
}

.loader {
  border: 5px solid #f7f7f7;
  border-top: 5px solid #0b318f;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
section {
  padding: 180px 0 80px;
}
@media screen and (max-width: 736px) {
  section {
    padding: 80px 0;
  }
}
section .box .inner-box {
  padding: 0 50px 0 200px;
}
@media screen and (max-width: 736px) {
  section .box .inner-box {
    padding: 0 15px 0 50px;
  }
}
section .box .inner-box a.btn-more {
  display: inline-block;
  color: #0b318f;
  font-family: "poppins", sans-serif;
  border: 1px solid #0b318f;
  padding: 10px 60px 10px 50px;
  border-radius: 100px;
  background-color: #f5f5f7;
  position: relative;
  bottom: auto;
  margin: 30px 0 0;
}
section .box .inner-box a.btn-more::after {
  content: "";
  background-color: #0b318f;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: 0.2s;
}
section .box .inner-box a.btn-more:hover {
  opacity: 1;
  background-color: #0b318f;
  color: #fff;
}
section .box .inner-box a.btn-more:hover::after {
  content: "";
  background-color: #fff;
  background-image: url(/wp-content/themes/negl-wp/diversion-img/img/top/icon-arrow-bl.svg);
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%) scale(3);
  transform-origin: center;
}
@media screen and (max-width: 736px) {
  section .box .inner-box a.btn-more:hover::after {
    content: "";
    background-color: #0b318f;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: 0.2s;
  }
}

.fp-section {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none; /* すべてのセクションを初めに非表示にする */
}

.fp-section.fp-table {
  display: flex;
  align-items: center;
}

.fp-tableCell {
  height: auto !important;
  width: 100% !important;
  display: block;
}

.section.whiteout::before {
  animation: smokeEffect 1s forwards;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: white;
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
  filter: blur(20px);
  border-radius: 500px;
}

@keyframes smokeEffect {
  0% {
    width: 0;
    height: 0;
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    width: 100%;
    height: 100vh;
    transform: scale(1.5);
    opacity: 1;
  }
}
.section.whitein::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  transform: scale(1.5);
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
  filter: blur(20px);
  border-radius: 500px;
  animation: whiteInEffect 1s forwards;
}

@keyframes whiteInEffect {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#side-menu {
  position: fixed;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
@media screen and (max-width: 736px) {
  #side-menu {
    top: initial;
    bottom: 0;
    left: 20px;
    transform: none;
  }
}
#side-menu ul {
  position: relative;
}
#side-menu ul::before {
  content: "";
  background-color: #ccc;
  width: 1px;
  height: calc(100% - 75px);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 736px) {
  #side-menu ul::before {
    height: calc(100% - 60px);
  }
}
#side-menu ul li a {
  display: block;
  color: #ccc;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  padding: 30px 20px;
}
#side-menu ul li a::before {
  content: "";
  background-color: #ccc;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
#side-menu ul li.active a {
  color: #0b318f;
  font-weight: 700;
}
#side-menu ul li.active a::before {
  content: "";
  background-color: #0b318f;
}
#side-menu ul li.active a::after {
  content: "";
  border: 1px solid #0b318f;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: 1s circleanime linear infinite;
}
@keyframes circleanime {
  0% {
    transform: translate(-50%, -50%) scale(0.68);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}

#mv {
  width: 100%;
  /* height: 100vh; */
  overflow: hidden;
  padding: 0;
}
#mv canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#mv .box {
  width: 100%;
  /* height: 100vh; */
}
#mv .box .inner-box {
  width: 100%;
  /* height: 100vh; */
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
}
#mv .box .inner-box .title {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding-bottom: 50px;
}
#mv .box .inner-box .title h1.title-h1 {
  font-size: 8vw;
  font-weight: 500;
  font-family: "din-condensed", sans-serif;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  opacity: 0;
  transition: 1s ease-in-out;
  transform: scale(1.02);
}
@media screen and (max-width: 736px) {
  #mv .box .inner-box .title h1.title-h1 {
    font-size: 20vw;
    text-align: center;
  }
}
#mv .box .inner-box .title h1.title-h1 span {
  color: #0b318f;
  font-weight: 500;
  font-family: "din-condensed", sans-serif;
}
@media screen and (max-width: 736px) {
  #mv .box .inner-box .title h1.title-h1 span {
    display: block;
  }
}
#mv .box .inner-box .title h2.title-h2 {
  font-size: 1.6vw;
  margin-bottom: 50px;
  opacity: 0;
  transition: 1s ease-in-out;
  transform: scale(1.02);
}
@media screen and (max-width: 736px) {
  #mv .box .inner-box .title h2.title-h2 {
    font-size: 3.5vw;
    margin-bottom: 30px;
  }
}
#mv .box .inner-box .title p.title-p {
  font-size: 1.1vw;
  opacity: 0;
  transition: 1s ease-in-out;
  transform: scale(1.02);
}
@media screen and (max-width: 736px) {
  #mv .box .inner-box .title p.title-p {
    font-size: 10px;
  }
}
#mv .box .inner-box .news-picker {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 736px) {
  #mv .box .inner-box .news-picker {
    bottom: 12vh;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }
}
#mv .box .inner-box .news-picker a {
  display: flex;
  align-items: flex-end;
  border: 1.5px solid #0b318f;
  padding: 10px 80px 10px 20px;
  border-radius: 100px;
  background-color: #f5f5f7;
  position: relative;
  min-width: 600px;
}
@media screen and (max-width: 736px) {
  #mv .box .inner-box .news-picker a {
    min-width: auto;
    flex-wrap: wrap;
    padding: 10px 30px 10px 20px;
  }
}
#mv .box .inner-box .news-picker a::after {
  content: "";
  background-color: #0b318f;
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 50%;
  transition: 0.2s;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
}
#mv .box .inner-box .news-picker a span.date {
  color: #999;
  font-size: 0.9vw;
  line-height: 1vw;
  padding-right: 10px;
  font-family: "poppins", sans-serif;
}
@media screen and (max-width: 736px) {
  #mv .box .inner-box .news-picker a span.date {
    font-size: 10px;
    line-height: 13px;
  }
}
#mv .box .inner-box .news-picker a h2 {
  font-size: 1vw;
  color: #0b318f;
}
@media screen and (max-width: 736px) {
  #mv .box .inner-box .news-picker a h2 {
    font-size: 13px;
  }
}
#mv .box .inner-box .news-picker a:hover {
  opacity: 1;
}
#mv .box .inner-box .news-picker a:hover::after {
  content: "";
  background-color: #0b318f;
  background-image: url(/wp-content/themes/negl-wp/diversion-img/img/top/icon-arrow-wh.svg);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%) scale(3);
  transform-origin: center;
}
#mv .box .inner-box .scrolldown3 {
  display: block;
  width: 25px;
  height: 100px;
  position: absolute;
  bottom: 160px;
}
@media screen and (max-width: 736px) {
  #mv .box .inner-box .scrolldown3 {
    display: none;
  }
}
#mv .box .inner-box .scrolldown3 span {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  color: #0b318f;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  font-family: "poppins", sans-serif;
}
#mv .box .inner-box .scrolldown3 span::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 15px;
  background: #0b318f;
  animation: mousepathmove 1.4s cubic-bezier(0.63, 0, 0.38, 1) infinite;
}
#mv .box .inner-box .scrolldown3:before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 22px;
  height: 37px;
  border-radius: 60px;
  border: 1.5px solid #0b318f;
}
#mv .box .inner-box .scrolldown3:after {
  content: "";
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #0b318f;
}
@keyframes mousepathmove {
  0% {
    height: 0;
    top: -30px;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 0;
    top: auto;
    bottom: 30px;
  }
}
#mv .box .inner-box .motomutto-rotate {
  width: 120px;
  height: 120px;
  position: absolute;
  right: 80px;
  bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 736px) {
  #mv .box .inner-box .motomutto-rotate {
    display: none;
  }
}
#mv .box .inner-box .motomutto-rotate a {
  width: 70%;
  position: relative;
  z-index: 1;
}
#mv .box .inner-box .motomutto-rotate .circleText {
  overflow: visible;
  animation: rotation 18s linear infinite;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
#mv .box .inner-box .motomutto-rotate .circleText__circle {
  fill: none;
}
#mv .box .inner-box .motomutto-rotate .circleText__text {
  fill: #0b318f;
  font-size: 11px;
  font-family: "poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#business {
  background: linear-gradient(225deg, #ffffff, #edeeee, #E7EAF8, #DFE3F6);
  background-size: 200% 200%; /*サイズを大きくひきのばす*/
  animation: bggradient 8s ease infinite;
}
#business .box .inner-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
#business .box .inner-box .text {
  width: 70%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #business .box .inner-box .text {
    width: 100%;
  }
}
#business .box .inner-box .text h2 {
  font-size: 16px;
  color: #0b318f;
  margin-bottom: 50px;
}
#business .box .inner-box .text h2 span {
  font-family: "new-rubrik-edge", sans-serif;
  font-size: 60px;
  display: block;
  font-weight: 100;
  color: #333;
  opacity: 0.1;
  letter-spacing: normal;
}
@media screen and (max-width: 736px) {
  #business .box .inner-box .text h2 span {
    font-size: 30px;
  }
}
#business .box .inner-box .text h3 {
  color: #0b318f;
  font-size: 2vw;
  font-weight: 500;
  font-family: zen-kaku-gothic-new, sans-serif;
  margin-bottom: 50px;
}
@media screen and (max-width: 736px) {
  #business .box .inner-box .text h3 {
    font-size: 20px;
  }
}
#business .box .inner-box .text p {
  font-size: 14px;
  color: #0b318f;
  margin-bottom: 30px;
}
#business .box .inner-box .text .panel-box {
  margin-top: 80px;
}
@media screen and (max-width: 736px) {
  #business .box .inner-box .text .panel-box {
    margin-top: 50px;
  }
}
#business .box .inner-box .text .panel-box ul {
  display: grid;
  grid-template-columns: 8fr 5fr 5fr;
  grid-template-rows: auto auto;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  #business .box .inner-box .text .panel-box ul {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
  }
}
#business .box .inner-box .text .panel-box li a {
  display: block;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: space-between;
  padding: 30px 0 0 30px;
  transition: 0.3s;
  border: 1px solid #ddd;
  height: 100%;
}
@media screen and (max-width: 736px) {
  #business .box .inner-box .text .panel-box li a {
    justify-content: start;
    padding: 10px 0 0 15px;
  }
}
#business .box .inner-box .text .panel-box li a h3 {
  font-size: 16px;
  font-weight: 500;
  font-family: "poppins", sans-serif;
  color: #0b318f;
  transition: 0.3s;
  width: 100%;
  margin-bottom: 50px;
  padding-right: 20px;
}
@media screen and (max-width: 736px) {
  #business .box .inner-box .text .panel-box li a h3 {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
  }
}
#business .box .inner-box .text .panel-box li a h3 span {
  display: block;
  font-size: 12px;
  font-weight: 300;
  color: #5f5f5f;
  transition: 0.3s;
}
@media screen and (max-width: 736px) {
  #business .box .inner-box .text .panel-box li a h3 span {
    text-align: left;
  }
}
#business .box .inner-box .text .panel-box li a h4 {
  margin: 0 30px 80px 0;
}
#business .box .inner-box .text .panel-box li a h4 img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
#business .box .inner-box .text .panel-box li a h4 span {
  display: block;
  font-size: 12px;
  font-weight: 300;
  color: #5f5f5f;
  transition: 0.3s;
}
@media screen and (max-width: 736px) {
  #business .box .inner-box .text .panel-box li a h4 span {
    text-align: left;
  }
}
#business .box .inner-box .text .panel-box li a .panel-img {
  text-align: right;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 255/166;
}
#business .box .inner-box .text .panel-box li a .panel-img img {
  width: 100%;
  transition: 0.3s;
  margin: 0 0 0 auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 736px) {
  #business .box .inner-box .text .panel-box li a .panel-img img {
    width: 100%;
    margin: 0;
  }
}
#business .box .inner-box .text .panel-box li a:hover {
  border: 1px solid #0b318f;
  opacity: 1;
}
#business .box .inner-box .text .panel-box li a:hover .panel-img img {
  width: 105%;
}
#business .box .inner-box .text .panel-box li:nth-child(1) {
  grid-column: 1;
  grid-row: 1/span 2;
}
#business .box .inner-box .text .panel-box li:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
#business .box .inner-box .text .panel-box li:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}
#business .box .inner-box .text .panel-box li:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}
#business .box .inner-box .text .panel-box li:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
}
@media screen and (max-width: 1024px) {
  #business .box .inner-box .text .panel-box li:nth-child(1) {
    grid-column: 1/span 2;
    grid-row: 1;
  }
  #business .box .inner-box .text .panel-box li:nth-child(1) a {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
  }
  #business .box .inner-box .text .panel-box li:nth-child(1) a h3 {
    position: absolute;
    top: 30px;
    left: 30px;
  }
  #business .box .inner-box .text .panel-box li:nth-child(1) a h4 {
    margin: 0;
  }
  #business .box .inner-box .text .panel-box li:nth-child(1) a .panel-img img {
    width: 80%;
  }
  #business .box .inner-box .text .panel-box li:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  #business .box .inner-box .text .panel-box li:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
  #business .box .inner-box .text .panel-box li:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
  #business .box .inner-box .text .panel-box li:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
  }
}
@media screen and (max-width: 736px) {
  #business .box .inner-box .text .panel-box li:nth-child(1) a {
    padding: 50px 0 10px;
  }
  #business .box .inner-box .text .panel-box li:nth-child(1) a h3 {
    top: 10px;
    left: 15px;
  }
  #business .box .inner-box .text .panel-box li:nth-child(1) a h4 {
    width: 50%;
    padding: 10px 15px;
  }
  #business .box .inner-box .text .panel-box li:nth-child(1) a h4 img {
    width: 80%;
  }
  #business .box .inner-box .text .panel-box li:nth-child(1) a .panel-img {
    width: 50%;
  }
  #business .box .inner-box .text .panel-box li:nth-child(1) a .panel-img img {
    width: 100%;
  }
}
#business .box .inner-box .img {
  position: absolute;
  z-index: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #business .box .inner-box .img {
    display: none !important;
  }
}
#business .box .inner-box .img .business-img {
  position: absolute;
  width: 75%;
  right: 0%;
  top: 0;
  z-index: -1;
  transition: 0.3s;
  overflow: hidden;
}
#business .box .inner-box .img .business-img #business-img-box {
  width: 100%;
  height: 100vh;
}

#works {
  padding: 120px 0 0;
}
@media screen and (max-width: 736px) {
  #works {
    padding: 50px 0 0;
  }
}
#works .box .inner-box {
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  #works .box .inner-box {
    padding: 30px 0 0 50px;
  }
}
#works .box .inner-box .sp-title {
  margin-bottom: 30px;
}
#works .box .inner-box .sp-title h2 {
  color: #0b318f;
  font-size: 12px;
  font-weight: 500;
  font-family: "poppins", sans-serif;
  margin-bottom: 15px;
}
@media screen and (max-width: 736px) {
  #works .box .inner-box .sp-title h2 {
    font-size: 14px;
  }
}
#works .box .inner-box .sp-title p {
  font-size: 12px;
}
@media screen and (max-width: 736px) {
  #works .box .inner-box .works-pick {
    background-color: #fff;
    padding: 20px 10px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}
#works .box .inner-box .works-pick ul .slick-track {
  width: 300% !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#works .box .inner-box .works-pick ul .slick-next {
  right: 5px;
}
@media screen and (max-width: 736px) {
  #works .box .inner-box .works-pick ul .slick-next {
    right: 30px;
  }
}
#works .box .inner-box .works-pick ul .slick-prev {
  left: auto;
  right: 60%;
  z-index: 1;
}
@media screen and (max-width: 736px) {
  #works .box .inner-box .works-pick ul .slick-prev {
    right: initial;
  }
}
#works .box .inner-box .works-pick ul .slick-next:before,
#works .box .inner-box .works-pick ul .slick-prev:before {
  font-family: "new-rubrik-edge", sans-serif;
  content: "";
  background-image: url(/wp-content/themes/negl-wp/diversion-img/img/top/icon-arrow-bl.svg);
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #0b318f;
  padding: 10px 15px;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  display: block;
  background-position: center;
  opacity: 1;
  transition: 0.2s;
}
#works .box .inner-box .works-pick ul .slick-prev:before {
  transform: rotate(180deg);
}
#works .box .inner-box .works-pick ul .slick-next:hover::before,
#works .box .inner-box .works-pick ul .slick-prev:hover::before {
  background-color: #0b318f;
  background-image: url(/wp-content/themes/negl-wp/diversion-img/img/top/icon-arrow-wh.svg);
}
#works .box .inner-box .works-pick ul .slick-dots {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  bottom: -25px;
}
#works .box .inner-box .works-pick ul .slick-dots li {
  width: 30px !important;
  height: 3px;
  margin: 0;
  margin-left: 5px;
}
#works .box .inner-box .works-pick ul .slick-dots li button {
  width: 30px;
  height: 3px;
  padding: 0;
}
#works .box .inner-box .works-pick ul .slick-dots li button::before {
  content: "";
  width: 30px;
  height: 3px;
  opacity: 1;
  background-color: #ccc;
  transition: 0.3s;
}
@media screen and (max-width: 736px) {
  #works .box .inner-box .works-pick ul .slick-dots li button::before {
    border-radius: 50px;
  }
}
#works .box .inner-box .works-pick ul .slick-dots li.slick-active button::before {
  background-color: #0b318f;
}
#works .box .inner-box .works-pick ul li {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100% !important;
}
#works .box .inner-box .works-pick ul li .text {
  width: 35%;
  margin-right: 5%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
}
@media screen and (max-width: 736px) {
  #works .box .inner-box .works-pick ul li .text {
    display: none;
  }
}
#works .box .inner-box .works-pick ul li .text h4 {
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  color: #0b318f;
  margin: 30px 0;
}
#works .box .inner-box .works-pick ul li .text p {
  font-size: 14px;
}
#works .box .inner-box .works-pick ul li .text a {
  margin-top: 30px;
}
#works .box .inner-box .works-pick ul li .img {
  width: 60%;
  position: relative;
}
@media screen and (max-width: 736px) {
  #works .box .inner-box .works-pick ul li .img {
    width: calc(100% - 30px);
  }
}
#works .box .inner-box .works-pick ul li .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 736px) {
  #works .box .inner-box .works-pick ul li .img img {
    aspect-ratio: 3/4;
    border-radius: 10px;
  }
}
#works .box .inner-box .works-pick ul li .img .caption {
  display: inline-block;
  background-color: #fff;
  padding: 10px 30px 10px 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top-right-radius: 30px;
}
@media screen and (max-width: 736px) {
  #works .box .inner-box .works-pick ul li .img .caption {
    padding: 10px 30px 0 0;
    width: 90%;
  }
}
#works .box .inner-box .works-pick ul li .img .caption span {
  color: #999;
  font-size: 13px;
  font-weight: 500;
  font-family: "poppins", sans-serif;
}
#works .box .inner-box .works-pick ul li .img .caption h3 {
  font-size: 14px;
  font-weight: 500;
  color: #0b318f;
}
#works .box .inner-box .works-list {
  margin-top: 80px;
}
@media screen and (max-width: 736px) {
  #works .box .inner-box .works-list {
    margin-top: 30px;
    display: none;
  }
}
#works .box .inner-box .works-list ul {
  display: flex;
}
#works .box .inner-box .works-list ul .slick-track {
  width: auto !important;
}
@media screen and (max-width: 736px) {
  #works .box .inner-box .works-list ul .slick-track {
    width: initial;
  }
}
#works .box .inner-box .works-list ul li {
  background-color: #fff;
  width: 19% !important;
  margin-right: 1%;
}
@media screen and (max-width: 736px) {
  #works .box .inner-box .works-list ul li {
    width: 48% !important;
  }
}
#works .box .inner-box .works-list ul li img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

#about .box .inner-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#about .box .inner-box .text {
  width: 45%;
  max-width: 500px;
}
@media screen and (max-width: 736px) {
  #about .box .inner-box .text {
    width: 100%;
  }
}
#about .box .inner-box .text h2 {
  color: #0b318f;
  font-size: 2vw;
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 736px) {
  #about .box .inner-box .text h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 736px) {
  #about .box .inner-box .text h2 span {
    font-size: 12px;
    font-weight: 500;
    font-family: "poppins", sans-serif;
    margin-bottom: 15px;
  }
}
#about .box .inner-box .text p {
  font-size: 14px;
  margin-bottom: 30px;
}
#about .box .inner-box .img {
  width: 50%;
  max-width: 700px;
}
@media screen and (max-width: 736px) {
  #about .box .inner-box .img {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  #contact {
    padding-bottom: 0;
  }
}
#contact .box .inner-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-right: 100px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 736px) {
  #contact .box .inner-box {
    padding-right: 15px;
  }
}
#contact .box .inner-box .contact-panel, #contact .box .inner-box .recruit-panel {
  width: 48%;
  max-width: 500px;
  margin: 0 1%;
  border-radius: 10px;
}
@media screen and (max-width: 736px) {
  #contact .box .inner-box .contact-panel, #contact .box .inner-box .recruit-panel {
    width: 100%;
  }
}
#contact .box .inner-box .contact-panel a, #contact .box .inner-box .recruit-panel a {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  position: relative;
}
#contact .box .inner-box .contact-panel a h2, #contact .box .inner-box .recruit-panel a h2 {
  font-size: 40px;
  font-weight: 500;
  width: 100%;
  font-family: "poppins", sans-serif;
}
@media screen and (max-width: 736px) {
  #contact .box .inner-box .contact-panel a h2, #contact .box .inner-box .recruit-panel a h2 {
    font-size: 22px;
  }
}
#contact .box .inner-box .contact-panel a h2 span, #contact .box .inner-box .recruit-panel a h2 span {
  display: block;
  font-size: 14px;
}
#contact .box .inner-box .contact-panel a p, #contact .box .inner-box .recruit-panel a p {
  font-size: 13px;
}
#contact .box .inner-box .contact-panel a small, #contact .box .inner-box .recruit-panel a small {
  font-size: 12px;
}
@media screen and (max-width: 736px) {
  #contact .box .inner-box .contact-panel a small, #contact .box .inner-box .recruit-panel a small {
    font-size: 10px;
  }
}
#contact .box .inner-box .contact-panel {
  background-color: #5f5f5f;
}
#contact .box .inner-box .contact-panel a::after {
  content: "";
  background-image: url(/wp-content/themes/negl-wp/diversion-img/img/top/icon-arrow-wh.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
#contact .box .inner-box .contact-panel a h2 {
  color: #fff;
}
#contact .box .inner-box .contact-panel a p {
  color: #fff;
}
@media screen and (max-width: 736px) {
  #contact .box .inner-box .recruit-panel {
    margin-top: 20px;
  }
}
#contact .box .inner-box .recruit-panel a {
  background-color: #fff;
  color: #5f5f5f;
}
#contact .box .inner-box .recruit-panel a::after {
  content: "";
  background-image: url(/wp-content/themes/negl-wp/diversion-img/img/top/icon-link-wh.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
#contact .box .inner-box .recruit-panel a h2::first-letter {
  color: #0b318f;
}

footer {
  padding: 50px 100px 100px 200px;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  footer {
    flex-wrap: wrap;
    padding: 50px 15px 100px 50px;
  }
}
footer .footer-left {
  width: 50%;
}
@media screen and (max-width: 736px) {
  footer .footer-left {
    width: 100%;
  }
}
footer .footer-left ul {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-left ul li {
  margin-right: 10px;
  min-width: 9em;
  line-height: 1em;
}
footer .footer-left ul li a {
  font-size: 11px;
  line-height: 1.5em;
}
footer .footer-right {
  width: 50%;
}
@media screen and (max-width: 736px) {
  footer .footer-right {
    width: 100%;
    margin-top: 30px;
  }
}
footer .footer-right p {
  font-size: 11px;
  line-height: 1.5em;
}
footer .footer-right ul.sns-icon {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
footer .footer-right ul.sns-icon li {
  margin-left: 10px;
}
footer .footer-right ul.sns-icon li a img {
  width: 40px;
}/*# sourceMappingURL=top.css.map */</pre></body></html>