@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  font-size: 62.5%;
  width: 100%;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

body {
  color: #1d1d1d;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}

main {
  display: block;
  width: 100%;
  z-index: 1;
  overflow-x: hidden;
}

ul,
li {
  list-style-type: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #1d1d1d;
  transition: all 0.3s ease;
}

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

.sp-only {
  display: none;
}

/* header --------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.1);
}

.page-width {
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 82px;
  padding: 0 30px;
}

.header_logo {
  z-index: 2;
  max-width: 159px;
  width: 100%;
}

.header_nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 100%;
}

.header_nav:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background-color: #0000004d;
  background-size: contain;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.header_nav.mask:before {
  opacity: 1;
  visibility: visible;
}

.nav_list {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  height: 100%;
}

.nav_item {
  height: 100%;
}

.header_link {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  transition: all 0.3s ease;
}

.nav_item:hover .header_link,
.dropdown-item a:hover,
.child_link a:hover{
  color: #3498DB;
}

.nav_item_btn {
  width: 230px;
}

.btn {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.4rem;
  border-radius: 999px;
  width: 100%;
  height: 64px;
  font-weight: 700;
  transition: 0.3s;
  background-color: [object object];
  background-image: linear-gradient(90deg, rgba(52, 152, 219, 1), rgba(28, 81, 117, 1));
  position: relative;
  box-sizing: border-box;
  outline: 1px solid transparent;
}

.nav_item_btn .btn {
  height: 52px;
  letter-spacing: 0.1em;
}

.btn img {
  width: 18px;
}

.btn:hover {
  opacity: 1;
}

.hamburger,
.nav-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .item-parent .link-parent:after {
      content: "";
      display: block;
      width: 12px;
      height: 12px;
      margin-left: 10px;
      background-image: url(../images/menu-arrow-close.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      transition: all 0.3s;
  }
  .item-parent:hover .link-parent:after {
    background-image: url(../images/menu-arrow-open.svg);
  }
.dropdown-wrapper {
  display: block !important;
  position: absolute;
  top: calc(100% - 10px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 98vw;
  max-width: 1100px;
  height: auto;
  visibility: hidden;
  opacity: 0;
}
.dropdown-wrapper.show {
  top: 100%;
  visibility: visible;
  opacity: 1;
  transition: ease-out, 0.4s ease-out, opacity 0.4s ease-out;
}
}

.dropdown-inner {
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
  display: flex;
}
.en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.dropdown-head {
  width: 19.79%;
}

.dropdown-head span {
  font-size: 1.2rem;
  font-weight: 700;
  color: #3498DB;
  display: block;
}

.dropdown-head .en {
  font-size: 2rem;
  letter-spacing: 0.1em;
}

.dropdown-list {
  width: 40.12%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-left: 1px solid #99A1AC;
  padding-left: 2.6rem;
}

.dropdown-item-head {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.dropdown-item a {
  font-size: 1.4rem;
  display: block;
}

.nav_sp{
  display: none;
}

/* kv -------------------------------------------------*/
.kv {
  position: relative;
  padding-top:82px;
  width: 100%;
  height: 85vh;
}

.kv-back{
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  background-image: url(../images/kv-back.jpg);
}
.kv-inner{
  max-width: 1440px;
  margin:0 auto;
  height: 100%;
  padding:0 30px;
}
.kv-txt{
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  gap:4rem;
}
.kv-copy{
  color:#3498DB;
  font-size:6.4rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
.kv-copy-sub{
  font-size:3.6rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
.scrollicon {
  position: absolute;
  z-index: 1;
  width: 85px;
  height: 85px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.7s;
  border-radius: 50%;
  right:40px;
  bottom: 60px;
}
@media screen and (min-width: 1441px) {
.scrollicon {
right: calc(50% - 690px);
}
}
.scrollicon::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  left: -50%;
  right: -50%;
  bottom: 0px;
  width: 105px;
  height: 105px;
  margin: auto;
  background: url(../images/scroll-text.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  animation: rotate 20s linear infinite;
}
.scrollicon img{
  width: 10px;
  max-width: 100%;
  margin-left: 10px;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* top-mission -------------------------------------------------*/
.top-mission{
  padding:12rem 0;
}
.top-mission-flex{
  display: flex;
  gap:7%;
  align-items: center;
}
.top-mission-flex .left{
  width: 50%;
}
.top-mission-flex .right{
  width: 43%;
}
.top-mission .head{
  font-size:2.8rem;
  font-weight: 700;
  margin-bottom:2.4rem;
  line-height: 1.4;
}
/* title -------------------------------------------------*/
.main-ttl{
  margin-bottom:3.2rem;
}
.ttl-animate>span{
  display: block;
  position: relative;
  line-height: 1;
}
.ttl-animate .en {
  font-weight: 500;
  font-size: 5.6rem;
  color:#3498DB;
  letter-spacing: .01em;
}
.ttl-animate .ja {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1d1d1d;
  margin-top:1rem;
  letter-spacing: .04em;
}
.ttl-animate>span>span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  opacity: 0;
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.ttl-animate>span.is-view>span {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity .7s cubic-bezier(0.26, 0.06, 0, 1) .5s, -webkit-transform .9s cubic-bezier(0.47, 0.16, 0.24, 1);
  transition: opacity .7s cubic-bezier(0.26, 0.06, 0, 1) .5s, -webkit-transform .9s cubic-bezier(0.47, 0.16, 0.24, 1);
  transition: transform .9s cubic-bezier(0.47, 0.16, 0.24, 1), opacity .7s cubic-bezier(0.26, 0.06, 0, 1) .5s;
  transition: transform .9s cubic-bezier(0.47, 0.16, 0.24, 1), opacity .7s cubic-bezier(0.26, 0.06, 0, 1) .5s, -webkit-transform .9s cubic-bezier(0.47, 0.16, 0.24, 1);
}
.ttl-animate>span>span>span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: perspective(1000px) translate3d(0, 70%, 0) rotateX(-90deg);
  transform: perspective(1000px) translate3d(0, 70%, 0) rotateX(-90deg);
}

.ttl-animate>span.is-view>span>span {
  -webkit-transform: perspective(1000px) translateZ(0);
  transform: perspective(1000px) translateZ(0);
  -webkit-transition: -webkit-transform .8s cubic-bezier(0.47, 0.16, 0.24, 1);
  transition: -webkit-transform .8s cubic-bezier(0.47, 0.16, 0.24, 1);
  transition: transform .8s cubic-bezier(0.47, 0.16, 0.24, 1);
  transition: transform .8s cubic-bezier(0.47, 0.16, 0.24, 1), -webkit-transform .8s cubic-bezier(0.47, 0.16, 0.24, 1);
}

.ttl-animate>span>span:nth-of-type(1),
.ttl-animate>span>span:nth-of-type(1) span{
  -webkit-transition-delay: .02s !important;
  transition-delay: .02s !important;
}
.ttl-animate>span>span:nth-of-type(2),
.ttl-animate>span>span:nth-of-type(2) span {
  -webkit-transition-delay: .04s !important;
  transition-delay: .04s !important;
}
.ttl-animate>span>span:nth-of-type(3),
.ttl-animate>span>span:nth-of-type(3) span {
  -webkit-transition-delay: .06s !important;
  transition-delay: .06s !important;
}
.ttl-animate>span>span:nth-of-type(4),
.ttl-animate>span>span:nth-of-type(4) span{
  -webkit-transition-delay: .08s !important;
  transition-delay: .08s !important;
}
.ttl-animate>span>span:nth-of-type(5),
.ttl-animate>span>span:nth-of-type(5) span{
  -webkit-transition-delay: .1s !important;
  transition-delay: .1s !important;
}
.ttl-animate>span>span:nth-of-type(6),
.ttl-animate>span>span:nth-of-type(6) span {
  -webkit-transition-delay: .12s !important;
  transition-delay: .12s !important;
}
.ttl-animate>span>span:nth-of-type(7),
.ttl-animate>span>span:nth-of-type(7) span {
  -webkit-transition-delay: .14s !important;
  transition-delay: .14s !important;
}
.ttl-animate>span>span:nth-of-type(8),
.ttl-animate>span>span:nth-of-type(8) span {
  -webkit-transition-delay: .16s !important;
  transition-delay: .16s !important;
}
.ttl-animate>span>span:nth-of-type(9),
.ttl-animate>span>span:nth-of-type(9) span{
  -webkit-transition-delay: .18s !important;
  transition-delay: .18s !important;
}
.ttl-animate>span>span:nth-of-type(10),
.ttl-animate>span>span:nth-of-type(10) span{
  -webkit-transition-delay: .2s !important;
  transition-delay: .2s !important;
}
.ttl-animate>span>span:nth-of-type(11),
.ttl-animate>span>span:nth-of-type(11) span{
  -webkit-transition-delay: .22s !important;
  transition-delay: .22s !important;
}
.ttl-animate>span>span:nth-of-type(12),
.ttl-animate>span>span:nth-of-type(12) span{
  -webkit-transition-delay: .24s !important;
  transition-delay: .24s !important;
}
.ttl-animate>span>span:nth-of-type(13),
.ttl-animate>span>span:nth-of-type(13) span{
  -webkit-transition-delay: .26s !important;
  transition-delay: .26s !important;
}
.ttl-animate>span>span:nth-of-type(14),
.ttl-animate>span>span:nth-of-type(14) span{
  -webkit-transition-delay: .28s !important;
  transition-delay: .28s !important;
}
.ttl-animate>span>span:nth-of-type(15),
.ttl-animate>span>span:nth-of-type(15) span{
  -webkit-transition-delay: .3s !important;
  transition-delay: .3s !important;
}
.ttl-animate>span>span:nth-of-type(16),
.ttl-animate>span>span:nth-of-type(16) span{
  -webkit-transition-delay: .32s !important;
  transition-delay: .32s !important;
}
.ttl-animate>span>span:nth-of-type(17),
.ttl-animate>span>span:nth-of-type(17) span{
  -webkit-transition-delay: .34s !important;
  transition-delay: .34s !important;
}

/* top-service -------------------------------------------------*/
.top-service{
  background-color: #F7F9FA;
  border-radius: 40px;
  padding:12rem 0;
}
.top-head-flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4rem;
}
.top-head-flex .left{
  width: 50%;
}
.arrow-link{
  position:relative;
  vertical-align: middle;
	text-decoration: none;
  display: inline-block;
  margin:0 48px 10px 0;
  transition: all 0.3s ease;
  color:#3498DB;
  font-size:1.4rem;
  font-weight: 700;
}
.arrow-link::before{
  content: '';
  background-image: url(../images/arrow-link.svg);
  display: inline-block;
  position: absolute;
  right: -48px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3))
}
.arrow-link::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #3498DB;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top; 
  transition: transform 0.3s;
}
.arrow-link:hover:after {
  transform: scale(1, 1);
}
.arrow-link:hover::before{
  background-image: url(../images/arrow-link-hover.svg);
}
.service-slider-wrapper{
  position: relative;
}
.service-slider-inner {
  position: relative;
  width: calc(100% + (100vw - 100%) / 2);
}
.service-slider .slick-track{
  display:flex;
}
.service-slider .slick-slide {
  height: auto !important;
}
.service-slider-item{
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
  padding:32px 40px 40px;
  display: flex!important;
  flex-direction: column;
  margin-right: 20px;
}
.service-slider-item p {
  flex-grow: 1;
}
.service-ttl{
  font-size: 2.4rem;
  font-weight: 700;
  color: #3498DB;
  margin-bottom: 1.2rem;
  line-height: 1.4;
}
.service-slider-item .btn{
  margin-top:3.2rem;
}
.service-slider .slick-list {
  overflow: visible!important;
}
.slick_prev,
.slick_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #3498DB;
  transition: all 0.3s ease;
}
.slick_prev {
  left:0;
}
.slick_next {
  right:0;
}
.slick_prev:before,
.slick_next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  opacity: 1;
  content: '';
}
.slick_prev:before {
  transform: translate(-25%, -50%) rotate(-135deg);
}
.slick_next:before {
  transform: translate(-75%, -50%) rotate(45deg);
}
.arrow-btn{
  display: block;
  line-height: 64px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
}
.arrow-btn:after{
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
/* top-media -------------------------------------------------*/
.top-media{
  padding-top:12rem;
}
.top-media .main-ttl {
  margin-bottom: 0;
}
.media-list{
  display: flex;
  flex-wrap: wrap;
  gap:2rem;
}
.media-item{
  width:calc((100% - 4rem)/3);
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
}
.media-item a{
	display:block;
	height:100%;
}
.media-img{
  border-radius: 16px 16px 0 0;
  aspect-ratio: 8 / 5;
  width: 100%;
  height: auto;
  overflow:hidden ;
}
.media-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-out;
}
.media-item a:hover .media-img img {
  transform: scale(1.04);
}
.media-info{
  padding:1.2rem 1.6rem 2rem;
	display:flex;
	flex-direction:column;
	flex: 1 1 auto;
	align-items:stretch;
}
.tag-time{
  display: flex;
  gap:1.2rem;
  align-items: center;
}
.tag-time .tag{
  border-radius: 999px;
  border:1px solid #34495E;
  padding:6px;
  font-size:0.8rem;
  color:#34495E;
  line-height: 1;
}
.tag-time .time{
  color:#99A1AC;
  font-size:1.2rem;
  font-weight: 500;
}
.media-ttl{
  font-size:1.6rem;
  font-weight: 700;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin:1.2rem 0  2rem;
}
.hov-line{
  word-break: break-all;
  padding-bottom: 2px !important;
  background: linear-gradient(currentcolor, currentcolor) right bottom / 0px 1px no-repeat;
  transition: background-size 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.media-item a:hover .hov-line,
.news-item a:hover .hov-line{
  background-size: 100% 1px;
  background-position: left bottom;
}
.media-arrow{
  text-align: right;
  font-size:1.2rem ;
  font-weight: 400;
  color:#3498DB;
  padding-right: 18px;
  position: relative;
	flex-grow: 1; 
	margin-top:auto;
}
.media-arrow::before{
  content: '';
  background-image: url(../images/arrow-blue.svg);
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}
/* top-news -------------------------------------------------*/
.top-news{
  padding-top:12rem;
}
.top-news-flex{
  display: flex;
  gap:7%;
  align-items: center;
}
.top-news-flex .left{
  width: 50%;
  position: relative;
}
.top-news-flex .right{
  width: 43%;
}
.news-img{
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
  width: 80%;
  position: relative;
}
.news-img img{
  width:100%;
  height: 100%;
  object-fit: cover;
}
.top-news-flex .left::after {
  content: "";
  background-color: #3498DB;
  z-index: -1;
  width: 120%;
  height: 71.4%;
  position: absolute;
  top: 50%;
  right:0;
  transform: translateY(-50%);
}
.news-list{
  display: flex;
  flex-direction: column;
}
.top-news-flex .news-list{
  border-top: 1px solid #99A1AC;
  margin-top:3.2rem;
}
.news-item{
  padding:3.2rem 0;
  border-bottom: 1px solid #99A1AC;
}
.news-ttl{
  font-size:1.6rem;
  font-weight: 400;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top:2rem;
}
.top-news-flex .btn{
  margin-top:4rem;
  max-width: 332px;
}
/* top-career -------------------------------------------------*/
.top-career{
  padding-top:15rem;
}
.career-slider .slick-list,
.career-slider-second .slick-list{
  overflow: visible;
}
.career-slider .slick-track,
.career-slider-second .slick-track{
  display:flex;
}

.career-slider-img{
  margin-right: 2.4rem;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 23 / 15;
}
.career-slider-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.career-slider-second{
  margin-top:2.4rem;
}
/* contact -------------------------------------------------*/
.contact-section{
  margin-top:12rem;
}
.contact-wrapper{
  border-radius: 40px;
  background: url(../images/contact-cta.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding:6rem;
}
.contact-section .ttl-animate .en,
.contact-section .ttl-animate .ja,
.contact-section p {
  color: #fff;
}
.contact-contents{
  width:50%;
}
.contact-section .btn{
  margin-top:4rem;
  max-width: 332px;
}
.btn-hover-white:hover{
  outline: 1px solid #3498DB;
  color:#3498DB;
  background-color: [object object];
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
}
.btn-hover-white:hover:after {
  background-image: url(../images/arrow-blue.svg);
  transition: all 0.3s;
}
/*  footer-------------------------------------------------*/
.footer {
  background-color: #3498DB;
  margin-top:12rem;
  padding-top:8rem;
}
.footer-flex{
  display:flex;
  gap:2.9%;
  margin-bottom: 6rem;
}
.footer-flex .left{
  width:64.7%;
}
.footer-flex .right{
  width:32.4%;
}
.footer-menu,
.policy-menu,
.footer-menu-child ol {
  display: flex;
  flex-wrap: wrap;
  gap:1.6rem 0;
}
.footer-menu li,
.policy-menu li,
.footer-menu-child ol li{
  width:50%;
}
.footer-menu a{
  color:#fff;
  font-weight: 700;
  font-size: 1.6rem;
}
.footer-menu-child{
  border-top:1px solid #fff;
  border-bottom:1px solid #fff;
  padding:2.4rem 0;
  margin:2.4rem 0;
}
.footer-menu-child>li>a{
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  color:#fff;
}
.footer-menu-child ol{
  gap:1.2rem 0;
  margin:1.6rem 0;
}
.footer-menu-child ol a{
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color:#fff;
}

.policy-menu{
  margin-top:4rem;
}
.policy-menu a{
  color:#fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: underline;
}
.footer-logo{
  margin-bottom: 4rem;
}
.footer-logo img{
  max-width: 245px;
  width: 100%;
}
.white-btn {
  color: #3498DB;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
}
.footer-copy {
  text-align: center;
  padding: 0.8rem 0;
  background-color: #34495E;
}
.footer-copy p {
  font-size: 0.8rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
}
/*  page-service-------------------------------------------------*/
/*  service-mv-------------------------------------------------*/
.service-mv{
  padding-top: 82px;
}
.service-mv-flex{
  display: flex;
  gap:6%;
}
.service-mv-flex .left{
  margin-top:6rem;
  width:44%;
}
.service-mv-flex .right{
  flex: 1;
  margin-right: calc(50% - 50vw);
  aspect-ratio: 90 / 71;
  border-radius: 0 0 0 40px;
  overflow: hidden;
  transform: translateX(0);
  -webkit-animation: toleft .5s .2s forwards ease-out;
  animation: toleft .5s .2s forwards ease-out;
}
@keyframes toleft{
  0% {
    opacity: 0;
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  }
.service-mv-flex .right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-mv-txt{
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom:2rem;
}
.service-mv .btn{
  margin-top: 3.2rem;
  max-width: 230px;
  height:52px;
}
/*  post and future-------------------------------------------------*/
.section-ttl{
  padding-top:8rem;
  text-align: center;
}
.section-ttl .en{
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
.blue{
  color:#3498DB;
}
.section-ttl-main{
  font-size: 2.8rem;
  font-weight: 700;
  margin:1rem 0 3.2rem;
}
.service-flex{
  display: flex;
  gap:6.8%;
  margin-top:8rem;
}
.service-flex.reverse{
  flex-direction: row-reverse;
}
.service-flex .left{
  width:43.2%;
}
.service-flex .right{
  width:50%;
}
.ttl-head{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
/*  one stop-------------------------------------------------*/
.platform-list{
  background-color: #F7F9FA;
  border-radius: 20px;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
  padding:4rem 5rem;
  gap:3.5rem;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  max-width: 620px;
  margin:3.2rem auto 0;
}
.platform-item{
  width: calc((100% - 7rem)/3);
  padding:1.5rem;
  background-color: #fff;
  font-size:1.8rem;
  font-weight: 400;
  line-height: 1;
}
.platform-item:nth-child(1){
  color:#BF0000;
  border:1px solid #BF0000;
}
.platform-item:nth-child(2){
  color:#FF8400;
  border:1px solid #FF8400;
}
.platform-item:nth-child(3){
  color:#F08804;
  border:1px solid #F08804;
}
.platform-item:nth-child(4),
.platform-item:nth-child(8),
.platform-item:nth-child(9){
  color:#000;
  border:1px solid #000;
}
.platform-item:nth-child(5){
  color:#527FEF;
  border:1px solid #527FEF;
}
.platform-item:nth-child(6){
  color:#008060;
  border:1px solid #008060;
}
.platform-item:nth-child(7){
  color:#FF303C;
  border:1px solid #FF303C;
}
.one-stop{
	margin-bottom:8rem;
}
.one-stop .service-flex{
  align-items: center;
}
.one-stop .service-flex .right img{
  filter: drop-shadow(0px 0px 18px rgba(0, 0, 0, 0.1))
}
/*  support-------------------------------------------------*/
.support{
  background-color: #F7F9FA;
  border-radius: 40px;
  padding-bottom:8rem;
}
.support-list{
  display: flex;
  flex-wrap: wrap;
  gap:3rem 3.2rem;
  margin-top:3.2rem;
}
.support-item{
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
  padding:4rem;
  width:calc((100% - 3.2rem)/2);
  display: flex;
  gap:3.6rem;
  align-items: center;
}
.tiktok-support .support-item{
  display: block;
  
}
.support-item:nth-child(11){
  width: 100%;
}
.support-img{
  width:10rem;
}
.support-txt{
  width: calc(100% - 13.6rem);
}
.support-txt h3{
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.support-head{
  display: flex;
  gap:3.6rem;
  align-items: center;
  margin-bottom: 1.6rem;
}
.support-head h3{
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
/*  Service details-------------------------------------------------*/
.details-list{
  display: flex;
  flex-wrap: wrap;
}
.details-item{
  width: 50%;
}
.details-item a{
  padding:4rem 2.4rem 4rem 4rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  border-bottom:1px solid #1D1D1D;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.details-item a:after{
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../images/arrow-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.details-item:nth-child(2n) a{
  border-left:1px solid #1D1D1D;
}
.details-item:nth-child(1) a,
.details-item:nth-child(2) a{
  border-top:1px solid #1D1D1D;
}
/*  contact-------------------------------------------------*/
.contact{
  background: url(../images/contact-cta.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding:8rem 0;
  margin-top: 8rem;
  text-align: center;
}
.contact .section-ttl {
  padding-top: 0;
}
.contact .section-ttl .en,
.contact .section-ttl .section-ttl-main{
  color:#fff;
}
.contact-txt{
  font-size: 2rem;
  font-weight: 700;
  color:#fff;
}
.contact-btn-wrapper{
  max-width: 332px;
  margin:4rem auto 0;
}
.contact-btn{
  background-color: transparent;
    background-image: none;
    outline: none;
    border:1px solid #fff;
}
.contact-btn:hover{
  background-color: #FF7A59;
  border:1px solid #FF7A59;
}
/*  how-it-works-------------------------------------------------*/
.how-it-works-img{
  margin-top: 3.2rem;
}
.how-it-works .strong{
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  margin:8rem 0;
}
/*  strength-------------------------------------------------*/
.strength-wrapper{
  background-color: #F5F7F8;
  border-radius: 20px;
  padding:6rem;
  position:relative;
  display: flex;
  gap:4rem;
  margin-top:7.5rem;
}
.strength-img{
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16 / 11;
}
.strength-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strength-txt{
  width: 50%;
}
.strength-txt h3{
  font-size: 2.8rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.strength-txt .blue{
  font-weight: 700;
  margin:3.2rem 0 1rem;
}
.number{
  position: absolute;
  font-size: 8.5rem;
  top:-6.5rem;
  left:3rem;
}
/*  feature-------------------------------------------------*/
.features{
  background-color: #F7F9FA;
  border-radius: 40px;
  padding-bottom: 8rem;
  margin-top:8rem;
}
.feature-list{
  display: flex;
  gap:2rem;
}
.feature-item{
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
  padding:4rem 2rem;
  width: calc((100% - 4rem)/3);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:3.2rem;
}
.feature-img{
  max-width: 190px;
}
.feature-item p{
  font-weight: 700;
  font-size: 1.6rem;
}
/*  tiktok-strengths-------------------------------------------------*/
.tiktok-strengths{
  margin-bottom: 8rem;
}
/*  company-------------------------------------------------*/
/*  vision-value-------------------------------------------------*/
.page-ttl{
  padding-top: 14.2rem;
}
.vision-value{
  margin-top: 4.8rem;
}
.company-flex{
  display: flex;
  justify-content: space-between;
  margin-bottom: 8rem;
}
.company-flex .right{
  width: 61.6%;
}
.company-flex h3{
  font-size: 2.8rem;
  font-weight: 700;
}
.company-flex .gray{
  font-weight: 700;
  font-size: 1.6rem;
  color:#99A1AC;
  margin:1.2rem 0 2.4rem;
}
.company-paragraph{
  margin-bottom: 4rem;
}
/*  professionals-------------------------------------------------*/
.pro-list{
  display: flex;
  flex-wrap: wrap;
  gap:4rem 2rem;
}
.pro-item{
  width: calc((100% - 2rem)/2);
}
.pro-img{
  aspect-ratio: 67 / 80;
  border-radius: 20px;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 2rem;
}
.pro-img img{
  width: 100%;
  object-fit: cover;
}
.pro-info{
  position:relative;
  padding-right: 65px;
}
.pro-info:after{
  content: "";
  width: 45px;
  height: 45px;
  background-image: url(../images/arrow-circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pro-info .class{
  font-size: 1.2rem;
  font-weight: 400;
}
.pro-info .name{
  font-size: 1.6rem;
  font-weight: 700;
  margin:0.5rem 0;
}
.pro-info .en-name{
  font-size: 1.2rem;
  font-weight: 500;
  color:#99A1AC;
}
/*  overview-------------------------------------------------*/
.overview{
  margin-top:8rem;
}
.company_table {
  margin: 0 auto;
  width: 100%;
  border-bottom: solid 1px #99A1AC;
}
.company_table table {
  width: 100%;
  border-collapse: collapse;
}
.company_table table tr {
  border-top: solid 1px #99A1AC;
}
.company_table table th,
.company_table table td {
  font-size: 1.6rem;
  padding: 2.4rem 0;
  vertical-align: top;
}

.company_table table th {
  text-align: left;
  width: 30%;
  padding-right: 3rem;
  font-weight: 700;
}

.company_table table td {
  width: 70%;
  font-weight: 400;
}
/*  archive-------------------------------------------------*/
/*  search-------------------------------------------------*/
.page-width-narrow{
	max-width:940px;
	padding:0 20px;
	margin:0 auto;
}
.archive-search-ttl{
	font-size:1.6rem;
	font-weight:700;
	margin-bottom:2rem;
	text-align:center;
}
.archive-search form{
	display:flex;
	
}
.archive-search label{
	    width: calc(100% - 50px);
}
.archive-search input{
	width:100%;
	border-top:1px solid #99A1AC;
		border-bottom:1px solid #99A1AC;
	border-left:1px solid #99A1AC;
	border-radius:5px 0 0 5px;
	padding:1.6rem;
	display: inline-block;
	width:100%;
    height: 50px;
    line-height: 1.5;
    font-size: 1.4rem;
	font-weight:500;
	box-sizing: border-box;
	outline: none;
}
.archive-search button{
	width:50px;
	height:50px;
	border-radius:0 5px 5px 0;
	background: #3498DB;
}
.search-result{
	margin:1.6rem 0 4rem;
}
.result-txt{
	font-size:1.6rem;
	font-weight:500;
	color:#3498DB;
}
.archive-category{
	margin:4rem 0 8rem;
	text-align:center;
}
.category-ttl{
	font-size:1.6rem;
	font-weight:700;
}
.category-list{
	display:flex;
	flex-wrap:wrap;
	gap:0.8rem;
	margin-top:2rem;
}
.category-item{
	width:calc((100% - 2.4rem)/4);
}
.category-item a{
	border:1px solid #3498DB;
	border-radius:5px;
	display:block;
	padding:1.6rem;
	font-size:1.6rem;
	font-weight:500;
	color:#3498DB;
	line-height:1.2;
}
.category-item.current a{
	color:#fff;
	background-color:#3498DB;
}
.no-results{
	text-align:center;
}
.no-results p{
	font-weight:500;
}
.no-results-btn{
	margin:8rem auto 0;
	max-width:376px;
}
.back-btn:after {
    right: auto;
	left:20px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
}
.archive-news .news-item:first-child{
	padding-top:0;
}
/* ページネーション */
.archive-pagination{
	margin-top:8rem;
}
.nav-links ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.nav-links li > * {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
font-family: "Poppins", sans-serif;
  font-weight: 600;
  height: 50px;
}
.nav-links li > *:not(.dots) {
  width: 50px;
  border-radius: 10px;
  color: #3498DB;
  background: #fff;
	border:1px solid #3498DB;
  transition: color 0.3s ease, background 0.3s ease;
}
.nav-links li > .current,
.nav-links li > a:hover {
  color: #ffffff;
  background: #3498DB;
}
/*  single-------------------------------------------------*/
.single{
	padding-top:14.2rem;
}
.single-ttl{
	font-size:3.2rem;
	font-weight:700;
	line-height:1.3;
	margin-bottom:1.6rem;
}
.single .tag-time .time {
    font-size: 1.6rem;
}
.single .tag-time .tag {
    padding: 8px 15px;
    font-size: 1.2rem;
}

.single .thumbnail{
	margin-top:4rem;
}
.single .thumbnail img{
	width:100%;
}
.content{
	margin:6rem 0 12rem;
}
.content h2{
	font-size:2.4rem;
	font-weight:700;
	line-height:1.3;
		background-color:#ECF0F1;
	margin:6rem 0 2.4rem;
	padding:12px 20px;
	border-left:solid 4px #3498DB;
}
.content h3{
	font-size:2rem;
	font-weight:700;
	line-height:1.3;
	margin:6rem 0 2.4rem;
	padding-bottom:1.2rem;
	border-bottom:solid 2px #3498DB;
}
.content h4{
	font-size:1.6rem;
	font-weight:700;
	line-height:1.3;
	margin:6rem 0 2.4rem;
	padding-bottom:1.2rem;
	border-bottom:solid 1px #1D1D1D;
}
.content strong{
	font-weight:700;
	color:#3498DB;
}
.content ul{
	margin:4rem 0 6rem;
}
.content li{
	list-style:disc;
	font-weight:700;
	line-height:1.8;
	margin-left:1.6rem;
}
.content figure{
	text-align:center;
	margin:4rem auto;
}
.content a{
	color:#3498DB;
	text-decoration:underline;
}
.single-btn{
	max-width:332px;
	margin:0 auto;
}
.block-user{
	display:flex;
	border-radius:8px;
	border:1px solid #99A1AC;
	padding:2rem;
	gap:20px;
	margin:8rem 0;
}
.user-content__left{
	width:150px;
}
.user-content__left img{
	width:100%;
	object-fit:cover;
		aspect-ratio:1/1;
}
.user-content__right{
	width:calc(100% - 170px);
}
.user-content__right .info_head{
	font-size:1.2rem;
	font-weight:500;
	line-height:1.2;
}
.user-content__right .info{
	display:flex;
	gap:1.4rem;
	align-items:flex-end;
	margin:0.8rem 0 2rem;
}
.user-content__right .info__name{
	font-size:1.4rem;
	font-weight:700;
	line-height:1.2;
}
.user-content__right .info__position{
	color:#99A1AC;
	font-size:1.2rem;
	font-weight:700;
	line-height:1.2;
}.user-content__right .info__text{
	font-size:1.4rem;
	font-weight:400;
	line-height:1.6;
}
/*  side-bar-------------------------------------------------*/
.single-side{
	display:flex;
	gap:60px;
}
.single-main{
	width:calc(100% - 300px);
}
.side-bar{
	width:240px;
}
.category-side{
	border-radius:8px;
}
.categor-side-txt{
	background-color:#3498DB;
	color:#fff;
	font-size:1.6rem;
	font-weight:700;
	width:100%;
	padding:1.6rem;
	line-height:1.2;
	text-align:	center;
	border-radius:8px 8px 0 0;
	border-right:1px solid #3498DB;
	border-left:1px solid #3498DB;
}
.category-side-list{
	display:flex;
	flex-direction:column;
	border-radius: 0 0 8px 8px;
	border-right:1px solid #99A1AC;
	border-left:1px solid #99A1AC;
	border-bottom:1px solid #99A1AC;
}
.category-side-item a{
	padding:1.6rem ;
	border-bottom:1px solid #ccc;
	display:block;
	position:relative;
	font-size:1.4rem;
	font-weight:700;
	line-height:1.2;
}
.category-side-item a::before{
  content: '';
  background-image: url(../images/arrow-black.svg);
  display: inline-block;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}
.category-side-item:last-child a{
	border-bottom:none;
}
.side-section{
	margin-top:4rem;
}
.side-ttl{
	font-size:1.6rem;
	font-weight:700;
	color:#3498DB;
	line-height:1.2;
	padding-bottom:1rem;
	border-bottom:1px solid #3498DB;
	margin-bottom:2rem;
}
.side-section a{
	display:block;
	margin-bottom:2rem;
	font-size:1.4rem;
	font-weight:700;
}

.side-section img{
	width:100%;
}
/*  form-------------------------------------------------*/
.form-block{
	border-top:1px solid #99A1AC;
	margin-top:4rem;
}
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
span.wpcf7-spinner {
  display: none;
}
.form-ttl{
	font-size:1.6rem;
	font-weight:700;
	margin-top:4rem;
}
.form-ttl .att{
	font-size:1.2rem;
	font-weight:700;
	color:#3498DB;
	padding-left:1rem;
}
.form-ttl .select-att{
	font-size:1.2rem;
	font-weight:700;
	color:#99A1AC;
	line-height:1;
}
.select-wrapper{
    position: relative;
	width:100%;
	margin-top:1rem;
}
.wpcf7-checkbox{
	display:flex;
	flex-wrap:wrap;
	gap:2.4rem;
}
.select-wrapper .wpcf7-list-item {
    margin: 0;
}
.wpcf7-list-item label{
	display:flex;
	align-items:center;
}
select {
    -webkit-appearance: none;
    appearance: none;
}
select.wpcf7-form-control.wpcf7-select,
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 1.8rem 2rem;
	margin-top: 1rem;
	border: 1px solid #99A1AC;
	border-radius:4px;
	font-size:1.6rem;
	font-weight:500;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 340px;
}
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color:#B70000;
	font-size:1.4rem;
	line-height:1.5;
}
.policy{
  padding-top:4rem;
  vertical-align: top;
  font-size:1.4rem;
  font-weight:400;
  line-height: 20px ;
	text-align:center;
}
.policy a{
	text-decoration:underline;
	color:#3498DB;
}
.policy label{
  vertical-align: top;
}
.contact-btn[disabled],
.contact-btn-block p:has(.contact-btn[disabled]):after{
  opacity:0.3;
  cursor: not-allowed;
}
.contact-btn-block p:has(.contact-btn[disabled]):hover:after{
	right:20px;
}
input[type="checkbox"] {
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 0.8rem;
  border: 1px solid #1d1d1d;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="checkbox"]:checked:before {
	position: absolute;
    top:3px;
    left: 7px;
    transform: rotate(50deg);
    width: 8px;
    height: 12px;
    border-right: 2px solid #3498DB;
    border-bottom: 2px solid #3498DB;
    content: '';
}
.form-btn-block{
	margin:4rem auto 0;
	max-width:332px;
}
.form-btn-inner{
	position:relative;
}
.form-btn-inner::after{
  content: '';
  background-image: url(../images/arrow-right.svg);
  display: inline-block;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}
.form-btn[disabled]{
    opacity: 0.3;
    cursor: not-allowed;
}
.wpcf7-not-valid-tip{
	margin-top:1rem;
}
.screen-reader-response{
	text-align:center;
	font-size:1.4rem;
}
.screen-reader-response ul{
	display:none;
}
.wpcf7-response-output{
	font-size:1.4rem;
	text-align:center;
	padding-top:2rem;
	color:#B70000;
}

input:-webkit-autofill:focus {
    caret-color: #fff !important;
  }
:focus-visible {
    outline: none;
}
.wpcf7 form .wpcf7-response-output{
	margin: 2em 0 1em!important;
	padding: 0!important;
	border: none!important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{
	border: none!important;
}
.wpcf7 form.sent .wpcf7-response-output{
	color:#3498DB!important;
}
/*  
sp-------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .header {
    height: 60px;
  }

  .header_inner {
    height: 60px;
    padding: 0 0 0 20px;
  }

  .header_logo {
    max-width: 127px;
  }

  .nav_list {
    display: none;
  }

  .hamburger {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    display: inline-block;
    width: 60px;
    height: 60px;
    z-index: 2;
    background-color: [object object];
    background-image: linear-gradient(90deg, rgba(52, 152, 219, 1), rgba(28, 81, 117, 1));
  }

  .hamburger span {
    position: absolute;
    transition: .3s;
  }

  .hamburger span:nth-child(1),
  .hamburger span:nth-child(2),
  .hamburger span:nth-child(3) {
    background: #fff;
    height: 1px;
    right: 18px;
    width: 24px;
  }

  .hamburger span:nth-child(1) {
    top: 22px;
  }

  .hamburger span:nth-child(2) {
    top: 30px;
  }

  .hamburger span:nth-child(3) {
    top: 38px;
  }

  .hamburger .ham-open,
  .hamburger .ham-close {
    top: 42px;
    right: 0;
    left: 0;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #fff;
  }

  .hamburger.bgactive span:nth-child(1) {
    transform:rotate(30deg);
    width: 25px;
    top:30px;
  }

  .hamburger.bgactive span:nth-child(2),
  .hamburger.bgactive span:nth-child(3) {
    transform:rotate(-30deg);
    width: 25px;
    top:30px;
  }

  .ham-close {
    display: none;
  }

  .hamburger.bgactive .ham-close {
    display: block;
  }

  .hamburger.bgactive .ham-open {
    display: none;
  }

  .nav_sp {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    z-index: 1;
    visibility: hidden;
    overflow-y: scroll;
  }
  .nav-sp-flex {
    padding:60px 20px 30px 20px;
  }

  .nav_list_sp {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
  }

  .header_link {
    font-size: 1.6rem;
  padding: 2rem 0;
  border-bottom: 1px solid #ccc;
  display: block;
    width: 100%;
  }
  .nav_sp.bgactive {
    opacity: 1;
    visibility: visible;
  }
 .item-parent .link-parent .toggle{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../images/menu-plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s;
 }  
 .item-parent .link-parent.open .toggle{
  background-image: url(../images/menu-minus.svg);

 }
  .dropdown-wrapper{
    display: none;
  }
 
.child-link{
  display: flex;
  flex-direction: column;
  gap:1.2rem;
  border-bottom: 1px solid #ccc;
  padding:2rem 0 2rem 2rem;
  transition: all 0.3s ease;
 }
 .child-link li a{
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
 }
 .nav_item_btn{
  margin-top:6rem;
  width:100%;
}

/*  kv-------------------------------------------------*/
  .kv {
    padding-top:60px;
    height: 100vh;  
  }
  .kv-back{
    background-position: center 10%;
  }
  .kv-inner{
    padding:0 20px;
  }
  .kv-txt{
    gap:3rem;
    justify-content: flex-end;
    padding-bottom: 18rem;
  }
  .kv-copy{
    font-size:4.4rem;
  }
  .kv-copy-sub{
    font-size:2.4rem;
  }
  .scrollicon {
    width: 70px;
    height: 70px;
    right:30px;
    bottom: 7rem;
  }
  .scrollicon::before {
    width: 90px;
    height: 90px;
  }
  .scrollicon img{
    width: 8px;
    margin-left: 8px;
  }
  /* top-mission -------------------------------------------------*/
.top-mission{
  padding:0 0 6rem 0;
}
.top-mission-flex{
  flex-direction: column;
  gap:4rem;
  align-items: flex-start;
}
.top-mission-flex .left{
  width: 100vw;
  margin-right:calc(50% - 50vw);
}
.top-mission-flex .right{
  width: 100%;
}
.top-mission .head{
  font-size:2rem;
  margin-bottom:1.6rem;
}
/* title -------------------------------------------------*/
.main-ttl{
  margin-bottom:2.4rem;
}
.ttl-animate-en .en {
  font-size: 4rem;
}
.ttl-animate-en .ja {
  font-size: 1.4rem;
}
/* top-service -------------------------------------------------*/
.top-service{
  border-radius: 20px;
  padding:6rem 0;
}
.top-head-flex{
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2.4rem;
  gap:3.3rem;
}
.top-head-flex .left{
  width: 100%;
}
.service-slider-inner {
  position: relative;
  width: calc(100% + (100vw - 100%) / 2);
}
.service-slider-item{
  padding:32px 32px 40px;
  margin-right: 12px;
}
.service-ttl{
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
}
.service-slider-item .btn{
  margin-top:2.4rem;
}
.slick_prev,
.slick_next {
  display: none!important;
}
.service-slider .arrow-btn{
  line-height: 50px;
  height:50px;
}
/* top-media -------------------------------------------------*/
.top-media{
  padding-top:6rem;
}
.media-list{
  flex-direction: column;
}
.media-item{
  width:100%;
}
.media-info{
  padding:1.8rem 1.6rem 2rem;
}
/* top-news -------------------------------------------------*/
	.top-news{
  padding-top:6rem;
}
.top-news-flex{
  flex-direction: column-reverse;
  gap:6rem;
  align-items: flex-start;
}
.top-news-flex .left,
.top-news-flex .right{
  width: 100%;
}
.news-img{
  width: calc(100% - 70px);
  margin-left:10px;
}
.top-news-flex .left::after {
  width: 100%;
  right:20px;
}
.top-news-flex .news-list{
  margin-top:4rem;
}
.news-item{
  padding:2.4rem 0;
}
.news-ttl{
  font-size:1.4rem;
}
.top-news-flex .btn{
  max-width:100%;
}
/* top-career -------------------------------------------------*/
.top-career{
  padding-top:6rem;
}
.career-slider-img{
  margin-right: 1.4rem;
}
.career-slider-second{
  margin-top:1.4rem;
}
/* top-contact -------------------------------------------------*/
.contact-section{
  margin-top:8rem;
}
.contact-wrapper{
  border-radius: 20px;
  padding:6rem 2rem;
}

.contact-contents{
  width:100%;
  text-align: center;
}
 /*  footer-------------------------------------------------*/
.footer {
  margin-top:8rem;
  padding-top:6rem;
}
.footer-flex{
  flex-direction: column-reverse;
  gap:4rem;
}
.footer-flex .left,
.footer-flex .right{
  width:100%;
}
.footer-menu-child ol {
  flex-direction: column;
  gap:1.6rem;
  margin:1.6rem 0 2.4rem 2rem;
}
.footer-menu-child ol li{
  width:100%;
}
.footer-menu a{
  font-size: 1.4rem;
}
.footer-menu-child>li>a,
.footer-menu-child ol a,
.policy-menu a{
  font-size: 1.2rem;
}
.policy-menu{
  margin-top:2.4rem;
}
.footer-logo{
  text-align: center;
}
.footer-copy {
  padding: 0.4rem 0;
}
/*  page-service-------------------------------------------------*/
/*  service-mv-------------------------------------------------*/
.service-mv{
  padding-top: 60px;
}
.service-mv-flex{
  flex-direction: column-reverse;
  gap:6rem;
}
.service-mv-flex .left{
  margin-top:0;
  width:100%;
}
.service-mv-flex .right{
  margin-left: 2rem;
}
.service-mv-flex .ttl-animate-en .en {
  font-size: 3.6rem;
}
.service-mv-txt{
  font-size: 2rem;
}
.service-mv .btn{
  margin-top: 2.4rem;
}
/*  post and future-------------------------------------------------*/
.section-ttl{
  padding-top:6rem;
  text-align: left;
}
.section-ttl .en{
  font-size: 1.4rem;
}
.section-ttl-main{
  font-size: 2rem;
  margin:0.5rem 0 2.4rem;
}
.service-flex{
  flex-direction: column;
  gap:4rem;
  margin-top:6rem;
}
.service-flex.reverse{
  flex-direction: column;
}
.service-flex .left,
.service-flex .right{
  width:100%;
}
.ttl-head{
  font-size: 1.4rem;
}
.assignment-img{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  margin-right: -20px;
  padding-right: 20px;
}
.assignment-img img{
  min-width: 752px;
}
/*  one stop-------------------------------------------------*/
	
.one-stop{
	margin-bottom:6rem;
}
.platform-list{
  padding:4rem 2rem;
  gap:2rem;
  margin:4rem auto 0;
}
.platform-item{
  width: calc((100% - 2rem)/2);
  font-size:1.6rem;
}
.platform-item:nth-child(9){
  width: 100%;
}
/*  support-------------------------------------------------*/
.support{
  border-radius: 20px;
  padding-bottom:6rem;
}
.support-list{
  flex-direction: column;
  gap:2rem;
  margin-top:2.4rem;
}
.support-item{
  border-radius: 10px;
  padding:2rem;
  width:100%;
  gap:1.2rem;
}
.support-img{
  width:6.8rem;
}
.support-txt{
  width: calc(100% - 8rem);
}
.support-txt h3{
  font-size: 1.4rem;
}
.support-head{
  gap:2rem;
}
.support-head h3{
  font-size: 1.4rem;
}
.support-item p{
  font-size: 1.2rem;
}
/*  Service details-------------------------------------------------*/
.details-list{
  flex-direction: column;
}
.details-item{
  width: 100%;
}
.details-item a{
  padding:2.8rem 2rem 2.8rem 0;
  font-size: 1.6rem;
  border-bottom:1px solid #1D1D1D;
}
.details-item:nth-child(2n) a{
  border-left:none;
}
.details-item:nth-child(2) a{
  border-top:none;
}
/*  contact-------------------------------------------------*/
.contact{
  margin-top: 6rem;
}
.contact .section-ttl {
  text-align: center;
}
.contact-txt{
  font-size: 1.6rem;
  font-weight: 400;
}
.contact-btn-wrapper{
  max-width: 310px;
}
/*  how-it-works-------------------------------------------------*/
.how-it-works-img{
  margin-top: 4rem;
  filter: drop-shadow(0px 0px 18px rgba(0, 0, 0, 0.1))
}
.how-it-works .strong{
  text-align:left;
  font-size: 2rem;
  margin:4rem 0 6rem;
}
/*  strength-------------------------------------------------*/
.strength-wrapper{
  padding:2rem 2rem 4rem;
  flex-direction: column;
  gap:1.5rem;
  margin-top:4rem;
}
.strength-img,
.strength-txt{
  width: 100%;
}
.strength-txt h3{
  font-size: 2rem;
}
.strength-txt .blue{
  margin:2rem 0 0.5rem;
}
.number{
  font-size: 6rem;
  top:-4rem;
  left:2rem;
}
/*  feature-------------------------------------------------*/
.features .section-ttl,
.about-us .section-ttl,
.tiktok-strengths .section-ttl,
.tiktok-support .section-ttl {
  text-align: center;
}
.features{
  border-radius: 20px;
  padding-bottom: 6rem;
  margin-top:6rem;
}
.feature-list{
  flex-direction: column;
}
.feature-item{
  padding:3.2rem 2rem;
  width: 100%;
  flex-direction:row;
  gap:20px;
}
.feature-img{
  width: 120px;
}
.feature-item p{
  width: calc(100% - 140px);
}
/*  tiktok-strengths-------------------------------------------------*/
.tiktok-strengths {
  margin-bottom: 6rem;
}
/*  company-------------------------------------------------*/
/*  vision-value-------------------------------------------------*/
.page-ttl{
  padding-top: 10rem;
}
.vision-value{
  margin-top: 4.8rem;
}
.company-flex{
  flex-direction: column;
  margin-bottom: 8rem;
}
.company-flex .right{
  width: 100%;
}
.company-flex h3{
  font-size: 2rem;
}
.company-flex .gray{
  font-size: 1.4rem;
}
.company-paragraph{
  margin-bottom: 4rem;
}
/*  professionals-------------------------------------------------*/
.pro-list{
  flex-direction: column;
  gap:2rem;
}
.pro-item{
  width: 100%;
}

/*  overview-------------------------------------------------*/
.overview{
  margin-top:4rem;
}
.company_table table tr{
  display: flex;
  flex-direction: column;
  padding:2rem 0;
  gap:1rem;
}
.company_table table th,
.company_table table td {
  font-size: 1.4rem;
  width: 100%;
  padding: 0;
}
/*  archive-------------------------------------------------*/
/*  search-------------------------------------------------*/
	.archive-search{
		margin-top:4rem;
	}
.archive-search-ttl{
	font-size:1.4rem;
	margin-bottom:1rem;
	text-align:left;
}
.search-result{
	margin:1rem 0 6rem;
}
.result-txt{
	font-size:1.4rem;
}
.archive-category{
	margin:4rem 0 6rem;
}
.category-ttl{
	font-size:1.4rem;
	text-align:left;
}
.category-list{
	gap:1rem;
	margin-top:1rem;
}
.category-item{
	width:calc((100% - 1rem)/2);
}
.category-item a{
	padding:1.2rem 1rem;
	font-size:1.4rem;
}
.no-results-btn{
	margin:6rem auto 0;
}
/* ページネーション */
.archive-pagination{
	margin-top:6rem;
}
	
/*  single-------------------------------------------------*/
.single{
	padding-top:10rem;
}
.single-ttl{
	font-size:2.4rem;
	margin-bottom:1.2rem;
}
.single .tag-time .time {
    font-size: 1.2rem;
}
.single .tag-time .tag {
    padding: 8px 10px;
    font-size: 0.8rem;
}
.single .thumbnail{
	margin-top:2.4rem;
}
.content{
	margin:4rem 0 8rem;
}
.content h2{
	font-size:2rem;
	margin:4rem 0 2.4rem;
	padding:8px 20px;
}
.content h3{
	font-size:1.6rem;
	margin:4rem 0 2.4rem;
}
.content h4{
	font-size:1.4rem;
	margin:4rem 0 2.4rem;
}
.content ul{
	margin:4rem 0;
}
.content figure{
	margin:4rem auto 2.4rem;
}
.block-user{
	gap:12px;
	margin:6rem 0;
}
.user-content__left{
	width:80px;
}
.user-content__right{
	width:calc(100% - 92px);
}
.user-content__right .info_head{
	font-size:0.8rem;
}
.user-content__right .info{
	flex-direction:column;
	gap:0.5rem;
	align-items:flex-start;
	margin:0.5rem 0 1.2rem;
}
.user-content__right .info__position{
	font-size:0.8rem;
}
	.user-content__right .info__text{
		font-size:1.2rem;
	}
/*  side-bar-------------------------------------------------*/
.single-side{
	flex-direction:column;
}
.single-main{
	width:100%;
}
.side-bar{
	width:100%;
}
.category-side-item a{
	padding:1.6rem 1.6rem 1.6rem 4rem;
}
	.side-bar .single-btn{
		margin-top:6rem;
	}
	.contact-form{
		margin-top:6rem;
	}
}