@charset "UTF-8";
.main {
	overflow: hidden;
}

.main .scroll {
	display: inline-block;
	position: absolute;
	right: 0;
	left: calc(50% - 50px);
	top: calc(100% - 45px);
	width: 100px;
	opacity: 0;
	animation: scrollFade 2s ease-in-out infinite;
	z-index: 50;
}

@keyframes scrollFade {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.main .scroll p {
	font-size: 14px;
	font-family: "Reddit Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	text-align: center;
	margin-bottom: 4px;
}

.main .scroll img {
	width: 20px;
	margin: 0 auto;
	display: block;
}

.main .border1 {
	position: relative;
	z-index: 5;
}

.top-sec01 {
	width: 100%;
	position: relative;
	padding-top: 350px;
	padding-bottom: 100px;
}

.top-sec01 .border2 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 5;
}

.top-sec01-inner {
	margin-bottom: 100px;
}

.top-sec01-inner h2 {
	width: 270px;
	margin: 0 auto 100px auto;
}

.top-sec01-inner dt {
	background: linear-gradient(180deg, #68b7e6 0%, #85bf60 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-size: 32px;
	font-weight: 800;
}

.top-sec01-inner dd {
	font-size: 20px;
	text-align: center;
}

.mb20 {
	margin-bottom: 20px;
}

.mb70 {
	margin-bottom: 70px;
}

.top-sec01 .img01 {
	position: absolute;
	width: 50%;
	left: 0;
	top: 0;
	transform: translateY(-49%);
	z-index: 1;
}

.top-sec01 .img02 {
	position: absolute;
	width: 50%;
	right: 0;
	top: 0;
	transform: translateY(-49%);
	z-index: 1;
}

.fade-item {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-item.is-show {
  opacity: 1;
}

.top-sec01 .bt-set {
	display: flex;
	width: 90%;
	max-width: 720px;
	margin: 0 auto;
	justify-content: space-between;
}

.top-sec01 .bt-set a {
	display: block;
	text-align: center;
	background: #5D6970;
	color: #fff;
	font-weight: 900;
	border-radius: 50px;
	padding: 25px 0;
	font-size: 26px;
	line-height: 1;
	position: relative;
}

.top-sec01 .bt-set a:after {
	content: '';
	display: inline-block;
	width: 9px;
	height: 15px;
	background-image: url(../images/index/arrow01.svg);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	position: absolute;
	right: 30px;
	top: calc(50% - 7px);
}

.top-sec01 .bt-set li:last-child a {
	background: linear-gradient(0deg, #85bf5e, #68b7e6);
}

.top-sec01 .bt-set a:hover {
	opacity: 0.8;
}

.top-sec01 .bt-set li {
	width: 48%;
}


.top-sec02 {
	background: linear-gradient(0deg, #68b7e6, #85bf5e);
	padding: 100px 0 50px 0;
	clip-path: polygon(
    150px 0,
    calc(100% - 150px) 0,

    100% 85px,
    100% calc(100% - 85px),

    calc(100% - 150px) 100%,
    150px 100%,

    0 calc(100% - 85px),
    0 85px
  );
}

.top-sec02 h2 {
	font-size: 36px;
	font-weight: 900;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
}

.top-sec02 h3 {
	font-size: 21px;
	color: #fff;
	margin-bottom: 30px;
	text-align: center;
}

.top-sec02 .inner {
	background: #FFFCF4;
	border-radius: 20px;
	padding: 40px 60px;
	margin-bottom: 50px;
}

.top-sec2-read {
	font-size: 20px;
	text-align: center;
	margin-bottom: 35px;
}

.top-sec02 ol {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	background: #fff;
	padding: 20px 0;
	border: 1px solid #5D6970;
	border-radius: 10px;
	margin-bottom: 35px;
}

.top-sec02 ol li {
	padding: 0 40px;
	border-right: 2px dotted #5D6970;
}

.top-sec02 ol li:last-child {
	border-right: none;
}

.top-sec02 ol img {
	display: block;
	height: 60px;
	width: auto;
	margin: 15px auto;
}

.step-item {
  opacity: 0;
  transform: translateX(0) translateY(20px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

/* 表示状態 */
.step-item.is-show {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

/* 左から順番にディレイ */
.step-item:nth-child(1) { transition-delay: 0s; }
.step-item:nth-child(2) { transition-delay: 0.15s; }
.step-item:nth-child(3) { transition-delay: 0.3s; }

.circle{
	display: block;
	margin: 0 auto 10px auto;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #53B9E8;
	text-align:center;
	line-height: 44px;
	font-size: 28px;
	font-family: "Reddit Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	color: #fff;
}

.top-sec02 h4 {
	text-align: center;
	font-weight: 900;
	font-size: 22px;
	color: #81C15A;
}

.atte {
	text-align: center;
	font-size: 14px;
}

.scroll-text {
	font-size: 93px;
	line-height: 1;
	font-family: "Reddit Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	color: #fff;
	overflow: hidden; /* 画面外を隠す */
	white-space: nowrap;
	margin-bottom: 40px;
}

.scroll-track {
  display: flex;
  width: max-content;
  animation: scrollLeft 40s linear infinite; /* 速度はここ */
}

.scroll-text ul {
  display: flex;
  align-items: center;
  gap: 30px;        /* 要素間の余白（お好み） */
  padding-right: 30px; /* つなぎ目の余白 */
  flex: 0 0 auto;
}

.scroll-text img {
  width: auto;
  height: 85px;
  display: block;
}

@keyframes scrollLeft {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* ulを2つ並べたので半分移動でループ */
}

/* 任意：動きを減らす設定の人には止める */
@media (prefers-reduced-motion: reduce) {
  .scroll-track { animation: none; }
}

.top-sec03,.top-sec04 {
	width: 90%;
	max-width: 890px;
	margin: 0 auto;
	padding-top: 120px;
}

.top-sec-title {
	text-align: center;
	font-size: 24px;
	font-weight: 900;
	position: relative;
	margin-bottom: 50px;
}

.top-sec-title span {
	position: relative;
	z-index: 5;
}

.top-sec03 .top-sec-title:after {
	content: 'USER’S VOICE';
	display: inline-block;
	position: absolute;
	color: #DDEEF1;
	font-size: 100px;
	font-weight: 800;
	width: 100%;
	left: 0;
	top: 14px;
	transform: translateY(-49%);
	z-index: 1;
}

.top-sec04 .top-sec-title:after,
.service-page .top-sec-title:after{
	content: 'SERVICE';
	display: inline-block;
	position: absolute;
	color: #E6F0D5;
	font-size: 100px;
	font-weight: 800;
	width: 100%;
	left: 0;
	top: 14px;
	transform: translateY(-49%);
	z-index: 1;
}

.magazine-page .top-sec-title:after{
	content: 'MAGAZINE';
	display: inline-block;
	position: absolute;
	color: #E6F0D5;
	font-size: 100px;
	font-weight: 800;
	width: 100%;
	left: 0;
	top: 14px;
	transform: translateY(-49%);
	z-index: 1;
}

.contact-page .top-sec-title:after{
	content: 'CONTACT';
	display: inline-block;
	position: absolute;
	color: #E6F0D5;
	font-size: 100px;
	font-weight: 800;
	width: 100%;
	left: 0;
	top: 14px;
	transform: translateY(-49%);
	z-index: 1;
}

.company-page .top-sec-title:after{
	content: 'COMPANY';
	display: inline-block;
	position: absolute;
	color: #E6F0D5;
	font-size: 100px;
	font-weight: 800;
	width: 100%;
	left: 0;
	top: 14px;
	transform: translateY(-49%);
	z-index: 1;
}


.company-page.page404 .top-sec-title:after{
	content: '404 PAGE';
	display: inline-block;
	position: absolute;
	color: #E6F0D5;
	font-size: 100px;
	font-weight: 800;
	width: 100%;
	left: 0;
	top: 14px;
	transform: translateY(-49%);
	z-index: 1;
}





.recruit-page .top-sec-title:after{
	content: 'RECRUIT';
	display: inline-block;
	position: absolute;
	color: #E6F0D5;
	font-size: 100px;
	font-weight: 800;
	width: 100%;
	left: 0;
	top: 14px;
	transform: translateY(-49%);
	z-index: 1;
}

.top-sec04-wrapper {
	background: url(../images/index/service-bg-01.svg) left bottom no-repeat;
	background-size: 100% auto;
	padding-bottom: 300px;
}

.top-works .top-sec-title:after {
	content: 'WORKS';
	display: inline-block;
	position: absolute;
	color: #778389;
	font-size: 100px;
	font-weight: 800;
	width: 100%;
	left: 0;
	top: 14px;
	transform: translateY(-49%);
	z-index: 1;
}



.top-sec-read {
	font-size: 20px;
	text-align: center;
	margin-bottom: 40px;
}



.voice-item .thum {
	position: relative;
	
}

.voice-item .step03 {
	width: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

.user-voice-list {
	display: grid;
    grid-template-columns: 47% 47%;
    gap: 6%;
	margin-bottom: 40px;
}

.voice-item {
	background: #fff;
	border-radius: 10px;
}

.voice-item h3 {
	font-size: 18px;
	line-height: 1.6;
	font-weight: 700;
	margin-bottom: 10px;
}

.voice-item .text {
	padding: 25px 20px;
	border-top: 4px solid #53B9E8;
}

.voice-item .thum {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.voice-item .thum .thum-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tag {
	display: flex;
	gap:6px;
	margin-bottom: 20px;
}

.tag li {
	background: #53B9E8;
	color: #fff;
	border-radius: 40px;
	line-height: 1;
	padding: 8px 15px;
	font-weight: 700;
	font-size: 14px;
}

.voice-item .comment {
	border-top: 2px dotted #5D6970;
	padding-top: 15px;
	margin-bottom: 20px;
}

.top-sec04 h3 {
	text-align: center;
	font-size: 36px;
	font-weight: 900;
	margin-bottom: 10px;
}

.top-service-list  {
	display: grid;
    grid-template-columns:1fr 1fr;
    gap: 20px 30px;
	margin-bottom: 40px;
	align-items: stretch;
}

.top-service-list .item {
  opacity: 0;
  transform: translateX(0) translateY(20px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
	display: flex;
  flex-direction: column;
}

.top-service-list .item.is-show {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

/* 左から順番にディレイ */
.top-service-list .item:nth-child(1) { transition-delay: 0s; }
.top-service-list .item:nth-child(2) { transition-delay: 0.15s; }
.top-service-list .item:nth-child(3) { transition-delay: 0.3s; }
.top-service-list .item:nth-child(4) { transition-delay: 0.45s; }


.top-service-list .item a  {
	display: grid;
    grid-template-columns: 70% 30%;
	background: #fff;
	border-radius: 10px;
	border-left: 6px solid #78B554;
	filter: drop-shadow(0px 2px 3px rgba(188,188,188,0.6));
}

.top-service-list .item a:hover {
	opacity: 0.8;
}

.top-service-list .item .text {
	padding: 15px 15px 15px 25px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.top-service-list .item .img {
	display: flex;
    justify-content: center;
}

.top-service-list .item .img img {
	width: 80px;
}

.top-service-list .item dt {
	font-weight: 900;
	margin-bottom: 5px;
	line-height: 1.5;
}

.top-service-list .item dd {
	font-size: 14px;
	line-height: 1.5;
}

.top-service-list h4 {
	font-size: 14px;
	color: #81C15A;
}

.top-service-list h4 span {
	display: block;
	font-size: 27px;
	font-weight: 700;
	color: #DFE1E2;
	line-height: 1;
}

.top-service-list .item img {
	border-radius: 0 10px 10px 0;
}

.footer-contact {
	background-image: linear-gradient(0deg, #68b7e6, #85bf5e);
	text-align: center;
	color: #fff;
	padding: 90px 0;
}

.footer-contact .bt-set {
	display: flex;
	width: 90%;
	margin: 0 auto;
	justify-content: center;
	gap:30px;
}

.footer-contact dl {
	margin-bottom: 80px;
}

.footer-contact dt {
	font-size: 36px;
	font-weight: 900;
	margin-bottom: 40px;
	padding-top: 30px;
}

.footer-contact dd {
	font-size: 23px;
}

.footer-contact .bt-set a {
	display: block;
	text-align: center;
	color: #fff;
	font-weight: 900;
	border-radius: 50px;
	padding: 25px 60px;
	font-size: 26px;
	line-height: 1;
	position: relative;
}

.footer-contact .bt-set a:after {
	content: '';
	display: inline-block;
	width: 9px;
	height: 15px;
	background-image: url(../images/index/arrow01.svg);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	position: absolute;
	right: 30px;
	top: calc(50% - 7px);
}

.footer-contact .bt-set li:first-child a {
	background: linear-gradient(0deg, #373c3f, #5d676c);
	border: 2px solid #81C15A;
}

.footer-contact .bt-set li:last-child a {
	border: 2px solid #fff;
}

.footer-contact .bt-set a:hover {
	opacity: 0.8;
}





.top-contact .footer-contact {
	clip-path: polygon(
  /* 左上 */
  0 0,

  /* 右上 */
  100% 0,

  /* 右下の斜め（縦85px手前） */
  100% calc(100% - 85px),

  /* 下辺（右から150px内側） */
  calc(100% - 150px) 100%,

  /* 下辺（左から150px内側） */
  150px 100%,

  /* 左下の斜め（縦85px手前） */
  0 calc(100% - 85px)
);
}





.top-movie {
	padding: 180px 0;
	background: url("../images/index/footer-bg.png") no-repeat;
	background-size: cover;
	margin-top: -85px;
}

.top-movie-inner {
	width: 90%;
	max-width: 625px;
	margin: 0 auto;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.top-magazine {
	position: relative;
}

.top-magazine .post-item {
	display: flex!important;
}

.top-magazine .post-item .img {
	width: 50%;
	background-size: cover;
	background-position: center;
}

.top-magazine h2 {
	position: absolute;
	top: 105px;
	z-index: 5;
	left: 50%;
  transform: translateX(-50%);
	font-size: 24px;
	color: #fff;
	font-weight: 900;
}

.eng-title {
	font-size: 163px;
	font-weight: 800;
	z-index: 1;
	mix-blend-mode: screen;
	pointer-events: none;
	line-height: 1;
	position: absolute;
	top: 40px;
	left: 50%;
  transform: translateX(-50%);
}

.jp-read {
	font-size: 18px;
	position: absolute;
	top: 240px;
	z-index: 5;
	color: #fff;
	left: calc(50% + 40px);
}

.jp-read span {
	border-top: 1px solid rgba(255,255,255,.7);
	border-bottom: 1px solid rgba(255,255,255,.7);
	padding: 10px 0;
}

.top-magazine .post-item .text {
	width: 50%;
	background: url(../images/index/bg.svg) right #4DADD9 no-repeat;
	background-size: 190px auto;
	padding-top: 350px;
	padding-bottom: 180px;
	padding-left: 45px;
}

.top-magazine .post-item:nth-child(odd) .text {
  background: url(../images/index/bg.svg) right #78B554 no-repeat;
	background-size: 190px auto;
}

.top-magazine .post-item .text h3 {
	font-size: 32px;
	line-height: 1.5;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
}

.top-magazine .post-item .post-date {
	font-size: 14px;
	color: #fff;
}

.top-magazine {
	margin-bottom: 60px;
}

.top-magazine .text-inner {
	max-width: 500px;
}

.top-magazine .bt-style02 {
	position: absolute;
	bottom: 30px;
	left: calc(50% + 40px);
}

.top-magazine .bt-style02:before {
	content: '';
	display: inline-block;
	width: 140px;
	height: 1px;
	background: #fff;
	opacity: 0.7;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-right: 15px;
}

.top-magazine .tag li {
    background: #fff;
	color: #4DADD9;
}

.top-magazine .post-item:nth-child(odd) .tag li {
	color: #78B554;
}

.slick-track {
	display: flex!important;
}

.slick-slide {
	height: auto!important;
}

.top-magazine .slick-prev,
.top-magazine .slick-next {
	position: absolute;
	bottom: -60px;
	width: 50%;
	z-index: 10;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: transparent;
	
}

.top-magazine .slick-prev {
	left: 0;
	background: #78B554;
	justify-content: flex-end;
	padding-right: 50px;
}

.top-magazine .slick-next {
	right: 0;
	background: #5D6970;
	justify-content: flex-start;
	padding-left: 50px;
}

.top-magazine .slick-prev,
.top-magazine .slick-next {
  font-size: 0;      /* ←これで Previous/Next を非表示にできることが多い */
  line-height: 0;
}

.top-magazine .slick-arrow img,
.top-works .slick-arrow img {
	height: 10px;
	width: auto;
}

.top-works .slick-prev,
.top-works .slick-next {
	position: absolute;
	top: 40%;
}

.top-works .slick-prev {
	left: 0;
}

.top-works .slick-next {
	right: 0;
}

.top-works .slick-list {
	margin-bottom: 60px;
}


.top-works{
	overflow: hidden;
	padding: 0 60px;
	padding-top: 75px;
	padding-bottom: 70px;
	color: #fff;
	background: url(../images/index/top-work-bg.svg) no-repeat #5D6970;
	background-size: cover;
	clip-path: polygon(
  /* 上辺（左右を150px切り込み） */
  150px 0,
  calc(100% - 150px) 0,

  /* 右上の斜め */
  100% 85px,

  /* 右下 */
  100% 100%,

  /* 左下 */
  0 100%,

  /* 左上の斜め */
  0 85px
);
}

.hexagon {
  aspect-ratio: 1 / 1;       /* 正六角形用 */
  overflow: hidden;
	width: 100%;
}

.hexagon img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  clip-path: polygon(
    50% 0%,     /* 上の頂点 */
    100% 25%,   /* 右上 */
    100% 75%,   /* 右下 */
    50% 100%,   /* 下の頂点 */
    0% 75%,     /* 左下 */
    0% 25%      /* 左上 */
  );
}

.top-works .slick-list {
  margin: 0 -20px;
}

.top-works .slick-slide {
  margin: 0 20px;
}

.top-works .slick-slide {
	transform: scale(0.75);
	transition: transform 0.4s ease;
	opacity: 0.4
}

.top-works .slick-slide.slick-center {
	transform: scale(1);
	opacity: 1;
}

.top-works .tag {
    margin-bottom: 10px;
}

.top-works .tag li {
	background: #C3D1D9;
	color: #5D6970;
}

.top-works h3 {
	font-weight: 900;
	font-size: 20px;
}

.top-works .comment {
	font-size: 14px;
}


.pb-footer {
	padding-bottom: 180px;
}


.video-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.7);
  z-index: 9999;
}

.video-modal__inner {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 90%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  background: #000;
}

.video-wrapper,
.video-wrapper iframe {
  width: 100%;
  height: 100%;
}

.video-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  color: #fff;
  font-size: 32px;
  border: none;
  cursor: pointer;
}


.top-news {
	padding: 20px 0 110px 0;
	position: relative;
}

.top-news .inner {
	display: flex;
	justify-content: space-between;
}

.top-news .inner .title {
	width: 20%;
	position: relative;
	padding-left: 50px;
}

.top-news .inner .news-list {
	width: 75%;
}

.news-release-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 30px 0;
  border-bottom: 1px solid #b3b3b3;
  line-height: 1.4;
}

.news-release-list li time {
  color: #666;
  font-size: 0.85rem;
  white-space: nowrap;
}


.top-news .title h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 40px;
	position: relative;
}

.top-news .title span {
    font-weight: 700;
    line-height: 1;
	display: block;
	color: #81C15A;
	font-size: 50px;
	margin-bottom: 6px;
	line-height: 1;
}

.top-news .bt {
	font-size: 13px;
}

.top-news .bt a {
	border-bottom: 1px dotted #b3b3b3;
	padding-bottom: 2px;
}




























