@charset "UTF-8";

@import url(../loader/loader.css);
@import url(./header.css);
@import url(./sub.css);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  height: 100vh;
  position: relative;
  background-color: #fff;
  transition: 0.5s ease;
  overflow-x: hidden;
  line-height: normal;
}

.lp, .lp.visible, .animate-chars.lp,
.animate-text.lp,
.animate-chars.lp.visible,
.animate-text.lp.visible {
  display:flex;
}

.sp,.sp.visible, .animate-chars.sp,
.animate-text.sp,
.animate-chars.sp.visible,
.animate-text.sp.visible  {
  display: none;
}


.f-40 {
  font-size: 40px;
}

.is-bg-black::after {
  content: "";
  width: 100vw;
  height: 100vh;
  background-color: #00000088;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
}

#stalker {
  pointer-events: none;
  position: absolute;
  top: -8px;
  left: -8px;
  width: 16px;
  height: 16px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: transform 0.2s, top, 0.5s, left 0.5s, width 0.5s, height 0.5s, background-color 0.5s;
  transition-timing-function: ease-out;
  z-index: 999;
  display: none;
}

#stalker.hov_ {
  position: fixed;
  top: -18px;
  left: -20px;
  right: unset;
  width: 34px;
  height: 34px;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.breadcrumb {
  padding: 30px 25px;
  border-bottom: 1px solid #00000021;
  border-top: 1px solid #00000021;
}

.breadcrumb .inner {
  display: flex;
  align-items: center;
  gap: 10px;
}

.breadcrumb span {
  width: 15px;
  height: 1px;
  background-color: #006fbb;
  display: block;
}

.breadcrumb a {
  color: #000;
}

.breadcrumb a:hover {
  color: #006fbb;
}

.ft-main.ft-sub {
  padding: 0;
}

.ft-main {
  position: relative;
  background-color: #fff;
  padding: 60px 25px 0 25px;
  border-top: 1px solid #00000021;
}

.ft-main .inner {
  max-width: 1400px;
  width: 100%;
  margin: auto;
}

.ft-main .img-box {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 50px;
}

.ft-main .img-box img {
  max-width: 250px;
}

.ft-main .img-box p {
  font-size: 22px;
  font-weight: 600;
}

.ft_nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0;
  border-bottom: 1px solid #00000021;
}

.ft_nav-wrap ul {
  display: flex;
  align-items: center;
  gap: 30px;
}

.ft_nav-wrap ul a,
.ft_nav-wrap .ft-sns a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s ease;
}

.ft_nav-wrap ul a:hover,
.ft_nav-wrap .ft-sns a:hover,
.ft_page-end a:hover {
  color: #006fbb;
}

.ft_nav-wrap .ft-sns {
  display: flex;
  align-items: center;
  gap: 30px;
}

.ft_page-end {
  padding: 30px 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 30px;
  width: 100%;
}

.ft_page-end a {
  font-size: 14px;
  transition: 0.5s ease;
  color: #000;
}

.ft_page-end p {
  color: #0000008a;
  font-size: 12px;
}

/*
.mv {
  width: 100%;
  height: 100vh;
  background: url(../img/mv_temp.jpg) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
}*/

/* .mv::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #00000081;
  position: absolute;
  left: 0;
  top: 0;
} */

.mv-txtbox {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #00000021;
  z-index: 2;
  position: relative;
  transition: 0.5s ease;
}

.is-body-scrolled .mv-txtbox {
  background-color: #000000a3;
}

.mv-txtbox h1 {
  color: #fff;
  font-weight: 600;
  font-size: 60px;
  position: relative;
  z-index: 3;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  /* display: flex;
  gap: 20px; */
  /* height: 0; */
}

.mv-txtbox h1.visible {
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@property --my-border {
  syntax: "<percentage>"; /* its type */
  inherits: false;
  initial-value: 0%; /* the initial value */
}

.round-box {
  z-index: 999;
  position: absolute;
  bottom: 0;
}

.round img {
  transform: rotate(90deg);
}

.round {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #000;
  width: 70px;
  aspect-ratio: 1 /1;
  border-radius: 50%;
  margin: 20px;
}
.round:after {
  content: "";
  position: absolute;
  inset: -3px;
  z-index: -1;
  pointer-events: none;
  border-radius: 50%;
  background: repeating-conic-gradient(#006fbb 0%, #006fbb var(--my-border), transparent var(--my-border), transparent 100%);
  transform: rotate(-180deg) scale(-1, 1);
  transition: --my-border 1s ease;
}
.round:hover:after {
  --my-border: 100%;
}

/* sections */

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

.pd-x {
  padding-left: 3%;
  padding-right: 3%;
}

.pd-y {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pd-b {
  padding-bottom: 60px;
}

.btn01 {
  display: inline-block;
  position: relative;
  background: none;
  border: solid 1px #00000026;
  color: #000;
  font-size: 18px;
  cursor: pointer;
  padding: 20px;
  width: 100%;
  max-width: 150px;
}

.btn01::before,
.btn01::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  background: #006fbb;
}

.btn01 span::before,
.btn01 span::after {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #006fbb;
}
.btn01:hover::before,
.btn01:hover::after {
  width: 100%;
  border: 0;
}
.btn01:hover span::before,
.btn01:hover span::after {
  height: 100%;
  border: 0;
}

.scroll-down {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.scroll-down img {
  width: 100%;
}

/* about Section */
.about {
  background: #000000a3;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100vh;
  align-items: center;
  justify-content: center;
  row-gap: 25px;
  padding: 20px;
}

.about .txtbox {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}

.about .txtbox .animate-text {
 display: block;
 margin-bottom: 10px;
}

.about::before {
  content: unset;
}

.about .f-40.animate-text {
  font-size: 25px;
  text-align: center;
}

.about h2 {
  font-size: 40px;
  text-align: center;
}

.about .btn01 {
  color: #fff;
  border: 1px solid #fff;
  max-width: 200px;
  transition: 0.8s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about .btn01:hover {
  border: 1px solid transparent;
}

.about .btn01 i {
  transition: 0.8s;
}

.about .btn01:hover i {
  color: #006fbb;
}

/* Services Section */
.services .inner {
  max-width: unset;
}

.services {
  position: relative;
  width: 100%;
  background-color: #fff;
  max-height: 800vh;
  overflow: hidden;
}

.services-inner {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 0.5s ease;
  position: relative;
}

.about {
  background: #00000021;
  color: #fff;
  position: relative;
  flex-direction: column;
  transition: 0.5s ease;
}

.is-body-scrolled .about {
  background: #000000a3;
}

.services-inner.about::before {
  content: unset;
}

.services-inner.about p {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.services-inner.about h2 {
  font-size: 40px;
  text-align: center;
}

.services-inner .txt_box {
  position: absolute;
  z-index: 1;
  width: 60%;
  text-align: start;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.services-inner .txt_box h1 {
  font-size: 100px;
  margin-bottom: 30px;
  color: #006fbb;
}

.services-inner .txt_box h2 {
  font-size: 30px;
  margin-bottom: 30px;
}

.services-inner .txt_box p {
  font-size: 16px;
  margin-bottom: 20px;
}

.services-inner::before {
  content: "";
  background-color: #fff;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.services-inner:nth-child(1) {
  background: url(../img/network/main.png);
  background-size: cover;
}

.services-inner:nth-child(2) {
  background: url(../img/entertainment/main.png);
  background-size: 100%;
}

.services-inner:nth-child(3) {
  background: url(../img/bg3.jpg);
  background-size: 100%;
}

.services-inner {
  height: 100vh;
}

.services_banner {
  padding: 150px 25px 100px;

  font-size: 50px;
}

/* -- */
.services-inner {
  opacity: 0;
  transform: translateY(0);
  transition: all 0.5s ease-in-out;
  pointer-events: none;
  position: relative;
}

.services-inner.active {
  opacity: 1;
  transform: translateY(-50px);
  pointer-events: auto;
}

.services.scroll-lock {
  overflow: hidden;
}

.btn-hv::before,
.btn-hv::after {
  transition-delay: 0s;
  border: 0;
}
.btn-hv span::before,
.btn-hv span::after {
  transition-delay: 0.2s;
  border: 0;
}
.btn-hv::before {
  right: 0;
  top: 0;
  border: 0;
}
.btn-hv::after {
  left: 0;
  bottom: 0;
}
.btn-hv span::before {
  left: 0;
  top: 0;
}
.btn-hv span::after {
  right: 0;
  bottom: 0;
}
.btn-hv:hover::before,
.btn-hv:hover::after {
  transition-delay: 0.2s;
}
.btn-hv:hover span::before,
.btn-hv:hover span::after {
  transition-delay: 0s;
}

/* -- */

/* products */
.products {
  text-align: center;
  padding: 50px 0;
}

.products-banner h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.slider {
  display: flex !important;
  width: 100%;
  height: 500px;
}

.slide.slide01 {
  background: url(../img/bg1.jpg) no-repeat;
}

.slide.slide02 {
  background: url(../img/bg2.jpg) no-repeat;
}

.slide.slide03 {
  background: url(../img/bg3.jpg) no-repeat;
}

.slider .slick-dots {
  position: relative !important;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  padding-left: 50px;
  gap: 20px;
}

.slider .slick-dots li {
  width: 100px;
  height: 100px;
}

.slider .slick-dots li button {
  width: 100%;
  height: 100%;
  border: solid 1px #00000038;
  border-radius: 100vh;
  position: relative;
}

.slider .slick-dots li button:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider .slick-track {
  height: 100%;
}

.slider .slide .txt_box {
  position: sticky;
  left: 0;
  top: 50%;
  width: 100%;
  max-width: 600px;
  transform: translateY(-50%);
  color: #fff;
  text-align: start;
  padding-left: 3%;
}

.slider .slide .txt_box .btn01 {
  color: #fff;
}

.slider .slide .txt_box h2 {
  font-size: 100px;
  margin-bottom: 20px;
}

.slider .slide .txt_box p {
  font-size: 20px;
  margin-bottom: 30px;
}

.news {
  background-color: #fff;
  position: relative;
  padding: 80px 25px;
}

.news .inner {
  max-width: 1400px;
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.news .sec-ttl {
  width: 30%;
}

.news .txt-box {
  width: 70%;
}

.news .news-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  width: 90%;
}

.news .news-box .news-date {
  display: flex;
  align-items: center;
  gap: 15px;
}

.news ul li {
  padding: 20px 0px;
  /* border-top: 1px solid #8e8e8e; */
  width: 45%;
}

.news ul li:last-of-type {
  /* border-bottom: 1px solid #8e8e8e; */
}

.news ul li:hover p {
  color: #006fbb;
}

.news ul li:hover i {
  color: #006fbb;
  animation: slideI 1s ease forwards;
  position: relative;
}

.news ul li i {
  color: #000;
}

.news ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

@keyframes slideI {
  from {
    left: -20px;
    opacity: 0;
  }

  to {
    left: 0;
    opacity: 1;
  }
}

.news .news-box .date {
  font-size: 16px;
  color: #8e8e8e;
}

.news .news-box .release {
  padding: 2px 12px;
  font-size: 12px;
  color: #8e8e8e;
  border: 1px solid #8e8e8e;
  border-radius: 50vw;
}

.news .news-box p {
  color: #000;
  font-size: 14px;
  width: 100%;
}

.news .viewall {
  padding: 30px 0 0 0;
  display: flex;
  justify-content: flex-end;
  color: #000;
}

.news .viewall:hover {
  color: #006fbb;
}

.news .viewall span {
  display: block;
  width: fit-content;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

.careers {
  width: 100%;
  background-color: #fff;
  color: #fff;
  position: relative;
  padding-bottom: 60px;
}

.careers h2 {
  font-size: 46px;
}

.careers .inner {
  max-width: calc(100% - 260px);
  width: 100%;
  height: 700px;
  margin-right: unset;
  background: url(../img/career/main.png) no-repeat;
  background-size: cover;
  padding: 0 25px;
}

.careers .inner-wrap {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.careers .box-wrap {
  max-width: 500px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.careers .career-box {
  background: #006fbb;
  width: 100%;
  height: 550px;
  padding: 50px 25px;
}

.careers .txt-wrap {
  max-width: fit-content;
  margin: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.careers h3 {
  font-size: 32px;
}

.careers p {
  font-size: 16px;
}

.careers .btn01 {
  color: #fff;
  border: 1px solid #fff;
  max-width: 200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transition: 0.8s;
}

.careers .btn01:hover {
  border: 1px solid transparent;
}

.wantedly {
  position: relative;
  background-color: #fff;
  padding-bottom: 80px;
  padding-left: 25px;
  padding-right: 25px;
}

.wantedly .inner-wrap {
  max-width: calc(100% - 260px);
  width: 100%;
  margin-left: auto;
}

.wantedly .box-wrap {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: flex-end;
}

.wantedly a {
  max-width: 500px;
  width: 100%;
  height: 100px;
  background-color: #006fbb;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
}

.wantedly i {
  color: #fff;
  position: absolute;
  right: 25px;
}

.insight {
  position: relative;
  background: #fff;
  padding-bottom: 80px;
  padding-left: 25px;
  padding-right: 25px;
}

.insight .sec-ttl {
  font-size: 32px;
}

.insight .inner {
  max-width: 1400px;
}

.insight .flex-row {
  display: flex;
}

.insight a {
  max-width: calc(100% / 4);
}

.insight a:hover img {
  transform: scale(1.1);
}

.insight a:hover p {
  color: #006fbb;
}

.insight .img-box {
  width: 100%;
  aspect-ratio: 6/4;
  overflow: hidden;
}

.insight img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.5s ease;
}

.insight .txt-box {
  border: 1px solid #00000021;
  min-height: 160px;
  padding: 20px;
}

.insight .txt-box p {
  color: #000;
}

/* ================ new */
.p-wrap {
  position: relative;
  width: 60vw;
  height: 100vh;
  margin-left: auto;
}

.panel {
  width: 100%;
  height: 100%;
  position: relative;
}

.panel-content {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: -36vw;
  overflow: hidden;
}

.panel .ttl {
  font-size: 80px;
  font-weight: 900;
  margin-bottom: 16px;
  color: #006fbb;
}

.panel .sub-ttl {
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 16px;
}

.panel .desc {
  margin-bottom: 16px;
}

.panel.panel--01 {
  z-index: auto;
  background: url(../img/network/top_business_01.png);
  background-repeat: no-repeat;
  background-size: auto 100vh;
  background-position: center center;
  /*background-color:rgba(255,255,255,0.8);*/
  background-blend-mode:lighten;
}

.panel.panel--02 {
  z-index: auto;
  background: url(../img/network/top_business_02.png);
  background-repeat: no-repeat;
  background-size: auto 100vh;
  background-position: center center;
  /*background-color:rgba(255,255,255,0.8);*/
  background-blend-mode:lighten;
}

.panel.panel--03 {
  z-index: auto;
 /* background: url(../img/network/main.png);*/
  background-repeat: no-repeat;
  background-size: auto 100vh;
  background-position: center center;
  /*background-color:rgba(255,255,255,0.8);*/
  background-blend-mode:lighten;
}

.panel.panel--04 {
  z-index: auto;
  background: url(../img/network/top_business_03.png);
  background-repeat: no-repeat;
  background-size: auto 100vh;
  background-position: center center;
   /*background-color:rgba(255,255,255,0.8);*/
  background-blend-mode:lighten;
}

.panel.panel--05 {
  z-index: auto;
  background: url(../img/network/top_business_04.png);
  background-repeat: no-repeat;
  background-size: auto 100vh;
  background-position: center center;
  /*background-color:rgba(255,255,255,0.8);*/
  background-blend-mode:lighten;
}

.panel.panel--06 {
  z-index: auto;
 /* background: url(../img/network/main.png);*/
  background-repeat: no-repeat;
  background-size: auto 100vh;
  background-position: center center;
  /*background-color:rgba(255,255,255,0.8);*/
  background-blend-mode:lighten;
}

.panel.panel--07 {
  z-index: auto;
  background: url(../img/network/top_business_05.png);
  background-repeat: no-repeat;
  background-size: auto 100vh;
  background-position: center center;
  /*background-color:rgba(255,255,255,0.8);*/
  background-blend-mode:lighten;
}
/* ================ new end*/

@media (max-width: 1400px) {
  .panel .ttl {
    font-size: 60px;
  }
}

@media (max-width: 1200px) {
  .mv-txtbox h1 {
    font-size: 40px;
  }

  .about p {
    font-size: 25px;
  }

  .about h2 {
    font-size: 30px;
  }

  .panel .ttl {
    font-size: 50px;
  }

  .careers .inner {
    max-width: calc(100% - 80px);
  }
}

@media (max-width: 1000px) {

  .about p {
    font-size: 20px;
  }

  .about h2 {
    font-size: 25px;
  }

  .services-inner .txt_box h1 {
    font-size: 40px;
  }

  .careers .inner {
    max-width: 100%;
  }
}

@media (max-width: 850px) {
  .panel-content {
    width: 80vw;
  }
  .panel .ttl {
    font-size: 40px;
  }

  .insight .flex-row {
    flex-wrap: wrap;
  }

  .insight a {
    max-width: unset;
    width: 50%;
  }
}

@media (max-width: 768px) {

  .lp, .lp.visible, .animate-chars.lp,
  .animate-text.lp,
  .animate-chars.lp.visible,
  .animate-text.lp.visible {
    display: none;
  }
  
  .sp, .sp.visible, .animate-chars.sp,
  .animate-text.sp,
  .animate-chars.sp.visible,
  .animate-text.sp.visible  {
    display: block;
  }


  .banner-text.sp .animate-chars {
    font-size: 33px;
    display: block;
    margin-bottom: 10px;
  }

  .panel .ttl {
    font-size: 30px;
  }

  .panel .sub-ttl {
    font-size: 20px;
  }

  .panel .desc {
    font-size: 16px;
  }

  .news .inner {
    flex-direction: column;
  }

  .news .txt-box {
    width: 100%;
  }

  .careers .inner {
    max-width: none;
    padding-top: 30px;
  }

  .careers h2 {
    margin-bottom: 20px;
  }

  .careers .inner-wrap {
    flex-direction: column;
  }

  .careers .career-box {
    height: 100%;
  }

  .ft_nav-wrap,
  .ft_nav-wrap ul {
    flex-direction: column;
    gap: 16px;
  }

  .ft-main .img-box,
  .ft_page-end {
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .about p {
    font-size: 16px;
  }
}

@media (max-width: 500px) {

  .about .txtbox {
    text-align: left;
  }
  
  .about .txtbox .animate-text {
    display: inline;
    font-size: 13px;
  }

  .services-inner .txt_box {
    position: absolute;
    z-index: 1;
    /* width: 60%; */
    text-align: start;
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
  }

  .services-inner .txt_box h1 {
    font-size: 25px;
  }
}
@media (max-width: 1300px) {
.careers .career-box {
  background: #006fbb36;
}}


@media (max-width: 769px) {

.animate-chars {
  font-size: 31px!important;
}

.round-box.scrolled.active {
  display: none;
}

.is-body-scrolled .about {
  background: #00000000;
}

.is-body-scrolled .mv-txtbox {
  background-color: #00000000;
}

.mv {
  filter: brightness(0.5);
}

.about {
  /* row-gap: 300px; */
  min-height: 1100px;
}

h1.banner-text.sp.scrolled.active {
  display: none;
}

}

@media (min-width: 768px) {
.animate-text {
  /*font-size: 18px!important;*/
}}




@media (max-width: 480px) {

  .insight .flex-row {
    max-width: 300px;
    margin: 0 auto;
  }
  .insight a {
    width: 100%;
  }
}




@media (max-width: 769px) {
.panel.panel--01 {
  background-color:rgba(255,255,255,0.5);
  }

.panel.panel--02 {
  background-color:rgba(255,255,255,0.5);
  }
.panel.panel--03 {
  background-color:rgba(255,255,255,0.5);
  }

.panel.panel--04 {
  background-color:rgba(255,255,255,0.5);
  }

.panel.panel--05 {
  background-color:rgba(255,255,255,0.5);
  }

.panel.panel--06 {
background-color:rgba(255,255,255,0.5);
}

.panel.panel--07 {
  background-color:rgba(255,255,255,0.5);
  }

  .loader-main img {
    max-width: 200px!important;
}

}


p.jigyou_paragraf {
  font-size: 16px!important;
}




.mv {
  width: 100%;
  height: 100vh;
  background: url(../img/mv_temp.jpg) no-repeat;
  background-size: cover;
  /* position: relative; */
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  background-position:right;
}


video#video {
  object-fit: cover;
  object-position: center center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}


ul.half {
  gap: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

li.row_li {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}


@media (max-width: 500px) {
ul.half {
  gap: 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid black;
}

.news ul li {
  width: 100%;
}

li.row_li {
  border-bottom: none;
  padding: 25px 5px;
}

.careers .inner {
  background: url(../img/career/main_sp.png) no-repeat;
  background-position: top;
}

}


li.row_li:before {
  content: "●";
  display: flex;
  position: absolute;
  transform: translate(-20px,40px);
  color: #006fbb;
  font-size: 10px;
}

@media (max-width: 768px) {
.news {
  background-color: #fff;
  position: relative;
  padding: 80px 40px;
}

h2.sec-ttl.animate-chars.visible {
  white-space: pre;
}

.news .sec-ttl {
  width: 100%;
}


}



#page_top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 69;
  border-radius: 50%;
  background-color: #006fbb;
  border: 2px solid white;
}

#page_top a::before {
  font-weight: 900;
  content: ">";
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(270deg);
}


@media (min-width: 768px) {
.about .txtbox .animate-text {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 2.25;
  text-align: left;
}}



.txtbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5%;
}


h3.naka_midashi.animate-text.visible {
  font-family: serif;
  font-weight: bold;
  font-size: 20px;
  white-space: pre;
}


@media (max-width: 1300px) {
.txtbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5%;
}}

@media (max-width: 769px) {
.about .txtbox {
  text-align: left;
  width: 75%;
  margin: 0 auto;
}}


#main_visual {
    display: none;
    position: relative;
    width: 100%;
    min-width: 1000px;
    min-width: auto;
    height: 100vh !important;
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
}

.map_paragraf .name {
  font-size: 18px;
  font-weight: bold;
}

a[href="#top"] {
  display: none !important;
}